Skip to content

SEO

Verdict Law includes SEO-related files and components. Verify exact behavior in the source before assuming metadata is automatic.

  • src/layouts/BaseLayout.astro
  • src/components/common/StructuredData.astro
  • src/data/structuredData.ts
  • src/pages/robots.txt.ts
  • src/pages/rss.xml.ts
  • astro.config.mjs

Review page titles, meta descriptions, canonical URLs, Open Graph data, and image alt text. BaseLayout.astro is the likely central place for page metadata.

Structured data may be rendered by StructuredData.astro using values from src/data/structuredData.ts. Update legal business details, organization URLs, address, logo, and social links.

Do not assume sitemap support is installed. Open astro.config.mjs and check whether a sitemap integration is present. If it is not present, add one only after confirming the theme should include it.

src/pages/robots.txt.ts generates the robots file. src/pages/rss.xml.ts generates the RSS feed. Both may depend on the production site URL.