Usage of Schema.org Microdata?
-
I am trying to figure out the correct usage of Schema.org for a business.
Example:
There is information like opening times or payments accepted. Would you populate this data within meta tags on every page (i.e. in the header) or really target specific pages? This could also apply to general info such as address, contact details, etc..
Interested in hearing your thoughts
Cheers
Noel
-
Fair enough...
This is what I'm looking at in terms of the settings I want to integrate directly into the header, I'll try to keep people posted on the results:
https://github.com/themeforce/framework/blob/master/core_seo/tf.schema.admin-options.php
-
I figure brand in the case of a restraunt would be FoodEstablishment->LocalBusiness->Organization that sets your business branding across the site. Your would want to ensure any 404's that might happen go to the home or an informative search page, as a usability feature.
Brett
-
Thanks for the response!
So when you say brand, you mean all the general details, i.e. contact info, address, etc. should be present on all pages? I do the event, food tagging etc.. which is all specific to the content actually being there, but for instance if I have the basic details in the header, that'll also show up in the 404, archive pages, etc. which in my opinion is probably fine?
Cheers
Noel
-
I would and do target content on a range of our pages, where I think we can give the viewer more useful information. If you list a sample menu you could use the 'offers' to provide prices and specials. You can use your customer reviews with the 'review' tag. It is also good to establish your brand throughout with the 'organization' tags. I do think this is a longer term strategy as Google is only starting to make use of some of the tags now and does not have a working test tool yet.
So, overall answer is maybe target your brand on each page and pick specific pages with strong useful content that you begin taging, at least until a good test tool allows you to check results.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How to find correct schema type
Dear Moz members, I m currently working on schema optimizations of my website casinobesty.com which review online casino websites. I have a doubt which schema itemReviewed type I have to use in the review pages. Currently I m using type as "Game" but I m not sure it is correct. "description": "",
Intermediate & Advanced SEO | | CongthanhThe
"itemReviewed": {
"@type": "Game",
"name": "LeoVegas Casino",
"url": "https://casinobesty.com/casino/leovegas-casino/"
}, Thank you1 -
Question about structuring @id schema tags
We are using JSON-LD to apply schema. My colleague had question about applying @id tags in the schema parent lists: While implementing schema, we've included @id as a parameter to both the "list" child of "ListItem" of a "BreadcrumbList" - on the same schema, we've added an @id parameter to mainContentOfPage and both @id parameters are set to the pages URL. Having this @id in both places is giving schema checker results that have the child elements of "mainContentOfPage" appearing under the "list" item. Questions: is this good or bad? Where should @id be used? What should @id be set to? Thanks for the insight!
Intermediate & Advanced SEO | | RosemaryB0 -
How does linkedin get grey microdata when searching a persons name?
If you google any persons name who has a linkedin profile and then locate that entry in the search engine results (linkedin profiles are usually first page for most people) you will see that they get microdata indexed which is basically the persons location and headline from their profile. Looking at their markup, i see location which makes sense as it is an hcard format, but I do not see any microformat data around the headline. Any ideas how they get this? wDQcGZY
Intermediate & Advanced SEO | | stacks210 -
Pros or Cons of adding Schema Markup via HTML or through Webmaster Data Highlighter
Hello, I am in the process of adding schema to a site that I am working on,, are there advantages or disadvantages to adding via html on site or through webmaster tools? Thank You
Intermediate & Advanced SEO | | TP_Marketing0 -
GetListed.Org Personal Profile?
Why do about half of the business directories on getlisted.org want a personal profile when creating/claiming a business listing? Why would a medium to large business need personal profile content on the listing?
Intermediate & Advanced SEO | | AWCthreads1 -
National Consulting Firm Home Based Business - And Filling Out The GetListed.org Listings
I have mainly focused on SEO for local businesses and one of the 1st steps after optimizing my on page SEO I would attempt to claim all my free listings as those on GetListed.org. But this client is focusing on a more national market and lists an 800 number on his website. Should I suggest he display his local number also. And when I reference his phone number on the Get Listed.org opportunities should I also use his local number? Thanks
Intermediate & Advanced SEO | | ChadEisenhart0 -
Meta tag description Usage
Do i wanna put meta tags as separate description that is not in the particular web page ,Normally i put meta description as 155 character from first paragraph of the web page .so do i need put a unique meta description ?
Intermediate & Advanced SEO | | innofidelity0 -
How was cdn.seomoz.org configured?
The SEOmoz CDN appears to have a "pull zone" that is set to the root of the domain, such that any static file can be addressed from either subdomain: http://www.seomoz.org/q/moz_nav_assets/images/logo.png http://cdn.seomoz.org/q/moz_nav_assets/images/logo.png The risk of this configuration is that web pages (not just images/CSS/JS) also get cached and served by the CDN. I won't put the URL here for fear of Google indexing it, but if you replace the 'www' in the URL below with 'cdn', you'll see a cached copy of the original: http://www.seomoz.org/ugc/the-greatest-attribution-ever-graphed The worst-case scenario is that the homepage gets indexed. But this doesn't happen here: http://cdn.seomoz.org/ That URL issues a 301 redirect back to the canonical www subdomain. As it should. Here's my question: how was that done? Because maxcdn.com can't do it. If you set a "pull zone" to your entire domain, they'll cache your homepage and everything else. googlebot has a field day with that; it will reindex your entire site off the CDN. Maybe the SEOmoz CDN provider (CloudFront) allows specific URLs to be blocked? Or do you detect the CloudFront IPs and serve them a 301 (which they'd proxy out to anyone requesting cdn.seomoz.org)? One solution is to create a pull zone that points to a folder, like example.com/images... but this doesn't help a complex site that has cacheable content in multiple places (do you Wordpress users really store ALL your static content under /wp-content/ ?). Or, as suggested above, dynamically detect requests from the CDN's proxy servers, and give them a 301 for any HTML-page request. This gets complex quickly, and is both prone to breakage and very difficult to regression-test. Properly retrofitting a complex site to use a CDN, without creating a half-dozen new CDN subdomains, does not appear to be easy.
Intermediate & Advanced SEO | | mcglynn0