SEO wiring test

Proves the shared SEO module is wired correctly. View source (or DevTools → Elements → <head>) and confirm both:

  1. A <title> of "SEO wiring test | Unrivaled Marketing Solutions", a meta description, robots index,follow, a canonical link of https://os.unrivaledmarketingsolutions.com/seo-test, plus OpenGraph / Twitter Card tags — all from seoToMetadata().
  2. A <script type="application/ld+json"> carrying the Organization JSON-LD payload below — from <JsonLd />.
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Unrivaled Marketing Solutions",
  "url": "https://os.unrivaledmarketingsolutions.com"
}