SEO wiring test
Proves the shared SEO module is wired correctly. View source (or DevTools → Elements → <head>) and confirm both:
- A
<title>of "SEO wiring test | Unrivaled Marketing Solutions", a meta description,robots index,follow, a canonical link ofhttps://os.unrivaledmarketingsolutions.com/seo-test, plus OpenGraph / Twitter Card tags — all fromseoToMetadata(). - 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"
}