Gaming Revealed

Schema Debug Page

This page is for debugging schema output.

Current Schema Output

      {
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https://gamingrevealed.com#webpage",
      "url": "https://gamingrevealed.com",
      "name": "Schema Debug Page",
      "isPartOf": {
        "@type": "WebSite",
        "@id": "https://gamingrevealed.com/#website",
        "name": "Gaming Revealed",
        "url": "https://gamingrevealed.com"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://gamingrevealed.com#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://gamingrevealed.com"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Gaming",
          "item": "https://gamingrevealed.com/category/gaming"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Schema Debug Article",
          "item": "https://gamingrevealed.com"
        }
      ]
    },
    {
      "@type": "NewsArticle",
      "@id": "https://gamingrevealed.com#article",
      "headline": "Schema Debug Page",
      "description": "A page to debug schema output",
      "image": {
        "@type": "ImageObject",
        "url": "/images/fallback/gaming.jpg",
        "width": 1200,
        "height": 630
      },
      "datePublished": "2025-03-22T00:06:05.454Z",
      "dateModified": "2025-03-22T00:06:05.454Z",
      "author": {
        "@type": "Person",
        "name": "Test Author"
      },
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://gamingrevealed.com#webpage"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Gaming Revealed",
        "logo": {
          "@type": "ImageObject",
          "url": "/assets/next-gen/gaming-revealed-logo-trans.webp"
        }
      },
      "inLanguage": "en-US",
      "articleSection": "gaming",
      "keywords": "gaming"
    }
  ]
}
    

Expected Structure

The schema should include:

  • Main content schema (Article, WebPage, etc.)
  • Breadcrumb schema with the path to this page

Raw Schema Properties

Schema Type: object

Has @graph property: Yes

Keys in schema: @context, @graph

Number of items in @graph: 3

Types in @graph: WebPage, BreadcrumbList, NewsArticle