⚠️ DEV TOOL — This website intentionally contains SEO issues for testing. Not for public use.Issues Index →

Structured Data & Schema Issues

23 Intentional Issues

Demonstrates missing, incomplete, or incorrectly implemented JSON-LD schema markup across various schema types.

Product & Offer Schema#231Issue #231: Product schema missing on e-commerce product pages#232Issue #232: Offer schema missing or incomplete inside Product schema

// Missing on this page — should be:

{ "@type": "Product", "offers": { "@type": "Offer", "price": "..." } }

Product pages lack Product schema entirely. Google Shopping rich results, price snippets, and availability display require a valid Product + Offer schema.

Organization / LocalBusiness Schema#57Issue #57: Organization schema missing#75Issue #75: LocalBusiness schema missing on location page

No Organization or LocalBusiness JSON-LD schema is present on this site. This reduces Google's ability to understand the site's entity and business type.

WebSite Schema & Sitelinks Search Box#58Issue #58: WebSite schema missing SearchAction property#234Issue #234: SiteLinksSearchBox schema missing — no search box in SERPs

// Should have SearchAction:

{ "@type": "WebSite", "potentialAction": { "@type": "SearchAction" } }

Common Schema Types Missing#59Issue #59: BreadcrumbList schema missing#60Issue #60: Article/BlogPosting schema missing#61Issue #61: Review/Rating schema missing#62Issue #62: FAQ schema missing on FAQ sections#63Issue #63: Event schema missing on event pages

  • BreadcrumbList — absent (no breadcrumb rich results)
  • Article/BlogPosting — absent (blog posts not structured)
  • Review/Rating — absent (no star rating eligibility)
  • FAQ — absent (no FAQ rich snippets)
  • Event — absent (events not discoverable via Google Events)

Advanced Schema Types#147Issue #147: VideoObject schema missing on video pages#148Issue #148: Person schema missing on author pages#149Issue #149: HowTo schema missing on tutorial pages#150Issue #150: SpeakableSpecification schema missing#151Issue #151: ItemList schema missing on list/category pages#152Issue #152: JobPosting schema missing on careers pages#153Issue #153: Service schema missing#154Issue #154: ImageObject schema not embedded in Article/Product#155Issue #155: Offer nested inside Product missing price/currency#156Issue #156: AggregateRating schema missing#235Issue #235: SoftwareApplication schema missing on SaaS pages#236Issue #236: WebPage schema missing — page type unclassified

All the above advanced schema types are intentionally absent on this site, reducing eligibility for video, job, how-to, rating, and app rich results in SERPs.