SEO
Verdict Law includes SEO-related files and components. Verify exact behavior in the source before assuming metadata is automatic.
Files to Review
Section titled “Files to Review”src/layouts/BaseLayout.astrosrc/components/common/StructuredData.astrosrc/data/structuredData.tssrc/pages/robots.txt.tssrc/pages/rss.xml.tsastro.config.mjs
Metadata
Section titled “Metadata”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
Section titled “Structured Data”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.
Sitemap
Section titled “Sitemap”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.
robots.txt and RSS
Section titled “robots.txt and RSS”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.