1
vote
0answers
79 views

Correct microdata and/or microformats for real estate listings?

Given I am running a real estate rentals listing website, what would be the correct microdata or microformats for the listing pages? There is the usual data: address, photos, price, start date, ...
1
vote
1answer
29 views

Does it make sense to mark up posts about online discounts with the event schema?

I have a news system that creates news posts, and I'm considering whether it makes sense to mark up the results with the "event" seo schema from schema.org: http://schema.org/Event The problem is, ...
1
vote
1answer
86 views

Does using structure data semantic LocalBusiness schema markup work for local EMD URL's?

Based on what I have read about Google's recent Panda and Penguin updates, I'm getting the impression that using semantic markup may help improve SEO results. On a EMD (exact match domain) site, that ...
0
votes
1answer
148 views

Should I, and how do I incorporate microdata into my asp.net website with 47 pages?

I have an asp.net (vb) with 47 pages. The problem is that it's in 10 different languages, although 98% just use English. I have 5 master pages. I've read Google Webmaster Tools, but I'm still ...
3
votes
2answers
403 views

Should I use schema.org location tagging on every page?

I have a nicely tagged section on my homepage describing a restaurant's location, city, state, zip, telephone, cuisine type, price and payments accepted. Should I tag any of this info on every other ...
4
votes
2answers
446 views

What effect does using itemprop=“significantLinks” on anchors have for SEO and what is the ideal use?

I'm practicing application of microdata via http://schema.org. Anyone who's browsed the documentation there knows that there's a lot of need for improvement for more clear understandings on use for ...
1
vote
2answers
209 views

breadcrumb dilemma -SEO impact

i am updating the breadcrumb module of an commerce website, implementing microdata (schema.org). My dilemma is about showing last page: a.product name on breadcrumb or not? b.Should that be active ...
7
votes
2answers
547 views

Should I always use HTML5 Microdata for SEO?

So I've been looking into this HTML 5 Microdata, but I'm not sure if or when it is appropriate to use. I know that if used with rating and you search a website it will pull up things like video rating ...
2
votes
3answers
673 views

Address microdata for search engines using schema.org

So I'm trying to mark up some microdata using a combination of the contact vcard microformat and the microdata format for places from: http://schema.org/Place I'd love to do both at once, but I ...
4
votes
1answer
1k views

schema.org 'reviewRating' tag not recognized by google snippet testing tool

I'm trying to add more structural information to my webpages by using the microdata format suggested in www.schema.org. The procedure seems straight forward but I'm having issues validating my results ...
2
votes
1answer
515 views

Products and shopping Rich snippets (microdata, microformats, RDFa) for Travel Services

Think a bout a travel site who provide their customers to book hotels, airport transfers, flights and excursions. As you know, we can use Rich snippets (microdata, microformats, and RDFa) to get ...
0
votes
1answer
166 views

Schema.org markups: Can I define a <span itemprop=“example”> within an undefined parent div if that parent div's parent div is defined?

Here is the example: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <p>some text and lorem ipsum</p> <div class="random"> <span ...
3
votes
3answers
449 views

Microdata vs RFDa

I am wondering whether to use Microdata or RFDa to mark information for search engines on my Webapplication. Google supports and has documentation for both. But i was not able to find a summary ...