Click to call

Here at Odd Dog Digital Marketing Agency, We have been handling multi-location marketing for a while now, currently managing over 4,000 locations for our clients.  Needless to say, we have experimented with multiple versions of multi-location schema.  The simplest implementation thus far has been a single snippet that can list multiple locations rather than single-location snippets on each location page of the website.

Below is a sample implementation, but be sure to validate it with the Google Rich Snippet Testing tool before implementing it.

Note: By default, Google will show an error of a missing image.  This is not because the Schema is improperly done, it’s just that Google’s testing tool assumes every snippet includes an image.  Since this isn’t necessary for business Schema, you can ignore the error.
If you need more help at all, don’t hesitate to reach out! We have been offering SEO services for over 12 years.

	
	{
	  "@context": {
	    "@vocab": "http://schema.org/"
	  },
	  "@graph": [
	    {
	      "@id": "http://www.odddogmedia.com",
	      "@type": "Organization",
	      "name": "Odd Dog Media",
	      "url" : "http://www.odddogmedia.com",
	      "logo" : "https://129py2f4h71f5aob2rwijjqj-wpengine.netdna-ssl.com/wp-content/uploads/2014/08/odd-dog-media-logo-white.png",
	      "sameAs" : [ "https://www.facebook.com/odddogmedia/",
	      	"https://twitter.com/odddogmedia"]
	      },
	      	    {
	      "@type": "LocalBusiness",
	      "parentOrganization": {
	          "name" : "Odd Dog Media"
	      },
	     "name" : "Odd Dog Media",
	      "address": {
	          "@type" : "PostalAddress",
	          "streetAddress": "174 Roy St Suite C",
	          "addressLocality": "Seattle",
	          "addressRegion": "WA",
	          "postalCode": "98109",
	          "telephone" : "206-569-8998"
	          },
	      "openingHours": [ "Mo-Fr 08:00-18:00"],
	      "hasmap" : "https://www.google.com/maps/place/Odd+Dog+Media/@47.6256212,-122.3551563,17z/data=!3m1!4b1!4m5!3m4!1s0x5490154113be0b41:0x20238d050375bc0e!8m2!3d47.6256176!4d-122.3529623"
	    },
	    {
	      "@type": "LocalBusiness",
	      "parentOrganization": {
	          "name" : "Odd Dog Media"
	      },
	     "name" : "Odd Dog Media",
	      "address": {
	          "@type" : "PostalAddress",
	          "streetAddress": "1234 Main St",
	          "addressLocality": "Seattle",
	          "addressRegion": "WA",
	          "postalCode": "98109",
	          "telephone" : "206-555-5555"
	          },
	      "openingHours": [ "Mo-Fr 08:00-18:00"]
	    }
	  ]
	}



×
Prefer Email? Say Hello!
[email protected]
Talk With Us!
206-705-4605
Book a Meeting!

Please use the calendar to the right to book an initial meeting with our sales team.

Fill Out the Form Below!

Have a specific service in mind or looking to share more about your project goals? Fill out the form on this page and one of our sales specialist will get back to you ASAP.