Skip to main content

SEO: Page Metadata and Structured Data

non-critical   Property: ChurchWiseAI   Category: seo_compliance Tier: all Persona: seo-marketer Touchpoint: all public pages

Preconditions

  • All pages published to production
  • SEO metadata configured in page components

Steps

#ActionExpected Result
1Check homepage meta tagsPage has title, description, og:image, og:url. All tags populated (not empty).
2Check pricing page meta tagsTitle contains 'Pricing'. Description mentions pricing and features.
3Check denomination page meta tagsTitle contains denomination name. og:image unique per denomination.
4Verify Open Graph tagsog:title, og:description, og:image set. Correct dimensions (1200x630px).
5Check Twitter card tagstwitter:card='summary_large_image'. Card renders correctly on Twitter.
6Verify robots meta tagrobots='index, follow' on public pages. robots='noindex' on admin pages.
7Check structured data (Schema.org)homepage has Organization schema. Product pages have Product schema. Valid JSON-LD.
8Validate meta tags in LighthouseLighthouse SEO score ≥85. All recommendations addressed.

Known Failure Modes

  • Meta tags empty — pages appear blank in search results
  • og:image missing — no preview on social media
  • robots='noindex' on public page — pages don't rank in search
  • Invalid structured data — rich snippets don't appear

References

Notes

Tests on-page SEO elements: titles, descriptions, Open Graph, Twitter cards, structured data. Google crawls these to understand page content and create search snippets. Missing metadata = invisible in search. Run after any page redesign or content change.