How to create local business schema creation and adding to plugin & wordpress

  1. Go to https://technicalseo.com/tools/schema-markup-generator/
  2. Select Local Business for the schema markup
  3. Add business details
  4. Copy schema script once adding of the business details is done

To add schema for service area that doesnt have address we need to

  1. Go to https://technicalseo.com/tools/schema-markup-generator/
  2. Select Local Business for the schema markup
  3. Add business details
  4. Copy the schema code generated on the scheme markup generator up to the phone code
  5. Add the following code below the telephone

“areaServed”: [{
“@type”: “City”,
“name”: “Vancouver”,
“sameAs”: “https://en.wikipedia.org/wiki/Vancouver
},
{
“@type”: “City”,
“name”: “Burnaby”,
“sameAs”: “https://en.wikipedia.org/wiki/Burnaby
},
{
“@type”: “City”,
“name”: “Burnaby”,
“sameAs”: “https://en.wikipedia.org/wiki/Richmond,_British_Columbia
},
{
“@type”: “City”,
“name”: “West Vancouver”,
“sameAs”: “https://en.wikipedia.org/wiki/West_Vancouver
},
{
“@type”: “City”,
“name”: “North Vancouver”,
“sameAs”: “https://en.wikipedia.org/wiki/North_Vancouver_(city)
},
{
“@type”: “City”,
“name”: “Surrey”,
“sameAs”: “https://en.wikipedia.org/wiki/Surrey,_British_Columbia
},
{
“@type”: “City”,
“name”: “Langley”,
“sameAs”: “https://en.wikipedia.org/wiki/Langley,_British_Columbia_(city)
},
{
“@type”: “City”,
“name”: “Coquitlam”,
“sameAs”: “https://en.wikipedia.org/wiki/Coquitlam
},
{
“@type”: “City”,
“name”: “Port Coquitlam”,
“sameAs”: “https://en.wikipedia.org/wiki/Port_Coquitlam
},
{
“@type”: “City”,
“name”: “White Rock”,
“sameAs”: “https://en.wikipedia.org/wiki/White_Rock,_British_Columbia
}]
}

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>