Skip to content

datadrivenmarketers/schema-code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema markup code (JSON-LD) snippets for a variety of Organizations, Products, Local Businesses, and Persons.

Use this repository for help and guidance when creating schema markup for your website. Unlike [Schema.org] (https://schema.org), these examples do not contain all of the available properties when it comes to publishing your markup. For a full overview of what properties you can use, please visit [Schema.org] (https://schema.org).

Please note that these code snippets are void of actual business information. If you'd like to use these snippets for your own business, edit each line to reflect your business information.

Before

  "address": {
    "@type": "PostalAddress",
    "streetAddress": "",
    "addressLocality": "",
    "addressRegion": "",
    "postalCode": "",
    "addressCountry": ""

After

  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 My Address St",
    "addressLocality": "Phoenix",
    "addressRegion": "AZ",
    "postalCode": "85001",
    "addressCountry": "US"

Schema markup tools

  1. GEO coordinates converter
  2. Stuctured data testing tool from Google.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published