Schema Markup Generator Add Structured Data to Any Page in Seconds

Schema Generator
Schema Generator
Introduction
How It Works
Home Page

Select the Page Type

Home Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Local Business Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "",
    "image": "",
    "@id": "",
    "url": "",
    "telephone": "",
    "priceRange": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "postalCode": "",
      "addressCountry": ""
    },
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": ,
      "longitude": 
    },
    "openingHoursSpecification": {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday",
        "Sunday"
      ],
      "opens": "",
      "closes": "",
    },
    "department": {
      "@type": "LocalBusiness",
      "name": "",
      "image": "",
      "telephone": "" 
    }
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
About Us Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
Image Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org/",
    "@type": "ImageObject",
    "contentUrl": "",
    "license": "",
    "acquireLicensePage":"",
    "creditText":"",
    "creator": {
      "@type":"",
      "name":""
    },
    "copyrightNotice":""
}
Postal Address Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "PostalAddress",
    "streetAddress": "",
    "addressLocality": "",
    "postalCode": "",
    "addressCountry": ""
}
Contact Page
Contact Form Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "ContactPage",
    "name": "",
    "url": "",
    "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "",
        "contactType": "",
        "areaServed": "",
        "availableLanguage": ""
    },
    "sameAs": ""
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Postal Address Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "PostalAddress",
    "streetAddress": "",
    "addressLocality": "",
    "postalCode": "",
    "addressCountry": ""
}
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Map Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Map"
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "fghgfghfghgf",
        "addressLocality": "",
        "addressRegion": "",
        "postalCode": "",
        "addressCountry": ""
    },
    "geo":{
        "@type": "GeoCoordinates",
        "latitude": 0,
        "longitude": 0
    }
}
Privacy Policy Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Creative Work Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "CreativeWork",
    "name": "",
    "description": "",
    "url": "",
    "author": {
      "@type": "Person",
      "name": ""
    },
    "datePublished": "",
    "inLanguage": ""
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Terms & Conditions Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Creative Work Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "CreativeWork",
    "name": "",
    "description": "",
    "url": "",
    "author": {
      "@type": "Person",
      "name": ""
    },
    "datePublished": "",
    "inLanguage": ""
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Return & Refund Policy Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Creative Work Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "CreativeWork",
    "name": "",
    "description": "",
    "url": "",
    "author": {
      "@type": "Person",
      "name": ""
    },
    "datePublished": "",
    "inLanguage": ""
}
404 Error Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Login Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Registration Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Action Schema
Your generated schema has been copied successfully.
                        
{   
    "@context": "https://schema.org",
    "@type": "RegisterAction",
    "agent": {
      "@type": "Person",
      "name": ""
    },
    "target": {
      "@type": "EntryPoint",
      "httpMethod": "POST",
      "encodingType": "application/x-www-form-urlencoded"
    }
}
Blog Listing Page
Blog Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Blog",
    "name": "Tech Insights",
    "url": "https://example.com/blog",
    "description": "A blog covering the latest in technology and software development.",
    "publisher": {
      "@type": "Organization",
      "name": "Example Corp",
      "url": "https://example.com"
    },
    "author": {
      "@type": "Person",
      "name": "Jane Doe"
    },
    "inLanguage": "en"
}             
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Individual Blog Page
Blog Posting Schema
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "BlogPosting"
}
                    
Article Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "NewsArticle",
    "headline": "",
    "image": [],
    "datePublished": "",
    "dateModified": "",
    "author": []
}
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Image Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org/",
    "@type": "ImageObject",
    "contentUrl": "",
    "license": "",
    "acquireLicensePage":"",
    "creditText":"",
    "creator": {
      "@type":"",
      "name":""
    },
    "copyrightNotice":""
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
FAQ Page
FAQ Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": []
  }
            
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Press Media Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Article Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "NewsArticle",
    "headline": "",
    "image": [],
    "datePublished": "",
    "dateModified": "",
    "author": []
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Image Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org/",
    "@type": "ImageObject",
    "contentUrl": "",
    "license": "",
    "acquireLicensePage":"",
    "creditText":"",
    "creator": {
      "@type":"",
      "name":""
    },
    "copyrightNotice":""
}
Product Category Page
Collection Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "CollectionPage",
    "name": "",
    "description": "",
    "url": "",
    "hasPart": []
  }
            
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Product Schema
Your generated schema has been copied successfully.
 {
   "@context": "https://schema.org/", 
   "@type": "Product", 
   "name": "",
   "image": "",
   "description": "",
   "brand": {
     "@type": "Brand",
     "name": ""
   },
   "sku": "",
   "gtin8": "",
   "gtin13": "",
   "gtin14": "",
   "mpn": "",
   "offers": {
     "@type": "",
     "url": "",
     "priceCurrency": "",
     "price": "",
     "priceValidUntil": "",
     "availability": "",
     "itemCondition": ""
   },
   "aggregateRating": {
     "@type": "AggregateRating",
     "ratingValue": "",
     "bestRating": "",
     "worstRating": "",
     "ratingCount": "",
     "reviewCount": ""
   },
   "review": {
     "@type": "Review",
     "name": "",
     "reviewBody": "",
     "reviewRating": {
       "@type": "Rating",
       "ratingValue": "",
       "bestRating": "",
       "worstRating": ""
     },
     "datePublished": "",
     "author": {"@type": "Person", "name": ""},
     "publisher": {"@type": "Organization", "name": ""}
   }
 }               
 
Product Page
Product Schema
Your generated schema has been copied successfully.
 {
   "@context": "https://schema.org/", 
   "@type": "Product", 
   "name": "",
   "image": "",
   "description": "",
   "brand": {
     "@type": "Brand",
     "name": ""
   },
   "sku": "",
   "gtin8": "",
   "gtin13": "",
   "gtin14": "",
   "mpn": "",
   "offers": {
     "@type": "",
     "url": "",
     "priceCurrency": "",
     "price": "",
     "priceValidUntil": "",
     "availability": "",
     "itemCondition": ""
   },
   "aggregateRating": {
     "@type": "AggregateRating",
     "ratingValue": "",
     "bestRating": "",
     "worstRating": "",
     "ratingCount": "",
     "reviewCount": ""
   },
   "review": {
     "@type": "Review",
     "name": "",
     "reviewBody": "",
     "reviewRating": {
       "@type": "Rating",
       "ratingValue": "",
       "bestRating": "",
       "worstRating": ""
     },
     "datePublished": "",
     "author": {"@type": "Person", "name": ""},
     "publisher": {"@type": "Organization", "name": ""}
   }
 }               
 
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Review Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Review"
}
                    
AggregateRating Schema
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "Product",
  "aggregateRating": {
    "@type": "AggregateRating"
  }
}
Brand Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Brand"
}
                    
Cart Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Cart Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "ShoppingCart",
  "itemListElement": []
}
                    
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Product Schema
Your generated schema has been copied successfully.
 {
   "@context": "https://schema.org/", 
   "@type": "Product", 
   "name": "",
   "image": "",
   "description": "",
   "brand": {
     "@type": "Brand",
     "name": ""
   },
   "sku": "",
   "gtin8": "",
   "gtin13": "",
   "gtin14": "",
   "mpn": "",
   "offers": {
     "@type": "",
     "url": "",
     "priceCurrency": "",
     "price": "",
     "priceValidUntil": "",
     "availability": "",
     "itemCondition": ""
   },
   "aggregateRating": {
     "@type": "AggregateRating",
     "ratingValue": "",
     "bestRating": "",
     "worstRating": "",
     "ratingCount": "",
     "reviewCount": ""
   },
   "review": {
     "@type": "Review",
     "name": "",
     "reviewBody": "",
     "reviewRating": {
       "@type": "Rating",
       "ratingValue": "",
       "bestRating": "",
       "worstRating": ""
     },
     "datePublished": "",
     "author": {"@type": "Person", "name": ""},
     "publisher": {"@type": "Organization", "name": ""}
   }
 }               
 
Checkout Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Order Confirmation Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Service Listing Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Service Schema
Your generated schema has been copied successfully.

+ Add More

    {
        "@context": "https://schema.org",
        "@graph": []
    }
                
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Individual Service Page
Service Schema
Your generated schema has been copied successfully.
                {
                  "@context": "https://schema.org",
                  "@type": "Service"
                }
                    
  {
    "@context": "https://schema.org",
    "@type": "Service"
  }
                    
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Review Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Review"
}
                    
AggregateRating Schema
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "Product",
  "aggregateRating": {
    "@type": "AggregateRating"
  }
}
Testimonials Page
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Review Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Review"
}
                    
AggregateRating Schema
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "Product",
  "aggregateRating": {
    "@type": "AggregateRating"
  }
}
Job Listing Page
Job Listing Schema
Your generated schema has been copied successfully.

+ Add More

{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "JobPosting",
            "title": "",
            "description": "",
            "datePosted": "",
            "validThrough": "",
            "baseSalary": {
                "@type": "MonetaryAmount",
                "currency": "",
                "value": {
                    "@type": "QuantitativeValue",
                    "value": "",
                    "unitText": "YEAR"
                }
            },
            "hiringOrganization": {
                "@type": "Organization",
                "name": "",
                "sameAs": ""
            },
            "jobLocation": {
                "@type": "Place",
                "address": {
                    "@type": "PostalAddress",
                    "streetAddress": "",
                    "addressLocality": "",
                    "addressRegion": "",
                    "postalCode": "",
                    "addressCountry": ""
                }
            }
        }
    ]
}
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Place Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Place",
    "name": "",
    "description": "",
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "",
        "longitude": ""
    },
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "",
        "addressLocality": "",
        "addressRegion": "",
        "postalCode": "",
        "addressCountry": ""
    },
    "url": ""
}
                    
Individual Job Page
Job Listing Schema
Your generated schema has been copied successfully.
{
"@context": "https://schema.org",
"@graph": [
    {
        "@type": "JobPosting",
        "title": "",
        "description": "",
        "datePosted": "",
        "validThrough": "",
        "baseSalary": {
            "@type": "MonetaryAmount",
            "currency": "",
            "value": {
                "@type": "QuantitativeValue",
                "value": "",
                "unitText": "YEAR"
            }
        },
        "hiringOrganization": {
            "@type": "Organization",
            "name": "",
            "sameAs": ""
        },
        "jobLocation": {
            "@type": "Place",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "",
                "addressLocality": "",
                "addressRegion": "",
                "postalCode": "",
                "addressCountry": ""
            }
        }
    }
]
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Place Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Place",
    "name": "",
    "description": "",
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "",
        "longitude": ""
    },
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "",
        "addressLocality": "",
        "addressRegion": "",
        "postalCode": "",
        "addressCountry": ""
    },
    "url": ""
}
                    
Event Listing Page
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Event Schema
Your generated schema has been copied successfully.

+ Add More

{
    "@context": "https://schema.org",
    "@graph": []
}
                    
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Event Detail Page
Event Schema
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "",
  "description": "",
  "startDate": "",
  "endDate": "",
  "offers": {
    "@type": "Offer",
    "price": "",
    "priceCurrency": "USD"
  },
  "location": {
    "@type": "Place",
    "name": ""
  },
  "provider": {
    "@type": "Organization",
    "name": "",
    "url": ""
  },
  "url": ""
}
                    
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Place Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "Place",
    "name": "",
    "description": "",
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "",
        "longitude": ""
    },
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "",
        "addressLocality": "",
        "addressRegion": "",
        "postalCode": "",
        "addressCountry": ""
    },
    "url": ""
}
                    
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Course Listing Page
Item List Schema
Your generated schema has been copied successfully.

+ Add More

  {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": []
  }
            
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Course Schema
Your generated schema has been copied successfully.

+ Add More

{
    "@context": "https://schema.org",
    "@graph": []
}
                    
Course Detail Page
Course Schema >
Your generated schema has been copied successfully.
{
  "@context": "https://schema.org",
  "@type": "Course",
  "name": "",
  "description": "",
  "provider": {
    "@type": "Organization",
    "name": "",
    "sameAs": ""
  },
  "url": "",
  "startDate": ""
}
                    
Educational Occupational Schema
Your generated schema has been copied successfully.

+ Add More

{
    "@context": "https://schema.org",
    "@graph": []
}
                    
Offer Schema
Your generated schema has been copied successfully.

+ Add More

{
  "@context": "https://schema.org",
  "@type": "OfferCatalog",
  "name": "Offers",
  "itemListElement": []
}
Organization Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org"
    @type": "Organization",
    "url": "",
    "logo": "",
    "name": "",
    "description": "",
    "email": "",
    "telephone": "",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "",
      "addressLocality": "",
      "addressCountry": "",
      "addressRegion": "",
      "postalCode": ""
    },
    "vatID": "",
    "iso6523Code": ""
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
Portfolio Casestudy Page
Creative Work Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "CreativeWork",
    "name": "",
    "description": "",
    "url": "",
    "author": {
      "@type": "Person",
      "name": ""
    },
    "datePublished": "",
    "inLanguage": ""
}
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Image Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org/",
    "@type": "ImageObject",
    "contentUrl": "",
    "license": "",
    "acquireLicensePage":"",
    "creditText":"",
    "creator": {
      "@type":"",
      "name":""
    },
    "copyrightNotice":""
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
User Dashboard
Web Page Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",   
    "@type": "WebPage",
    "name": "",
    "url": "",
    "description": "",
    "mainEntityOfPage": "",
    "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
            "@type": "ImageObject",
            "url": ""
        },
        "website": {
            "@type": "Website",
            "url": "",
            "name": "",
            "description": ""
        }
    }
}
Person Schema
Your generated schema has been copied successfully.
{
    "@context": "https://schema.org",
    "@type": "",
    "name": "",
    "givenName": "",
    "familyName": "",
    "email": "",
    "jobTitle": "",
    "birthDate": "",
}
Action Schema
Your generated schema has been copied successfully.
                        
{   
    "@context": "https://schema.org",
    "@type": "RegisterAction",
    "agent": {
      "@type": "Person",
      "name": ""
    },
    "target": {
      "@type": "EntryPoint",
      "httpMethod": "POST",
      "encodingType": "application/x-www-form-urlencoded"
    }
}

Conclusion: Structuring Every Page with Purpose

Implementing structured data isn't just about adding code—it's about helping search engines understand the true purpose of every page on your site. From homepages to product pages, from service listings to course details, every page type serves a distinct function. With the right schema applied:

  • You improve your site’s search visibility and indexing precision

  • You increase eligibility for rich results like reviews, prices, events, and FAQs

  • You reinforce your brand’s credibility and structure in Google’s Knowledge Graph

  • And you create a future-proof, semantically rich website architecture

This complete guide—covering 30 key page types across service, eCommerce, educational, and content-based sites—shows how schema can be applied systematically, not randomly.

With the help of your Schema Generator Tool, adding JSON-LD becomes:

  • Code-free

  • Context-aware

  • Accurate for each unique page type

  • And fully aligned with Google’s best practices

Whether you're optimizing a small website or managing hundreds of client sites, structured data is no longer optional—it’s strategic.

So start applying schema where it matters most—and let your site stand out not just for what it says, but for how it’s understood.

Have a specific page type we missed? Or want help generating schema for a complex use case? Drop your questions or share your feedback below—we'd love to hear from you!