1
vote
2answers
83 views

SEO and HTML semantics of putting H2 above H1 elements?

Here's a hypothetical from both an SEO and semantic HTML/content architecture perspective: Consistent code When building a multi-page site, adopting the following architecture on all pages is ...
3
votes
1answer
47 views

Semantic web and structured data - Will search engines increase the limit of the first number of indexed bytes on a page?

A web page's payload will increase with the added code that is necessary to create structured data. This means that you won't be be able to fit as much actual content in the first 120k or so of the ...
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 ...
1
vote
2answers
76 views

How can a product search engine determine what html element contains data about which variable?

HTML5 allows people to tag their elements like <div data-productname=BMW>BMW</div> but how do search engines do it with older websites?
1
vote
0answers
83 views

How do I use the http://schema.org/GeoShape itemtype? [closed]

There are no useful examples for setting the property of this type anywhere. The GeoShape page references the rNews GeoCoordinate spec in passing and a forum post on meetup states that this spec is ...
2
votes
5answers
404 views

Do new lines in the title tag affect SEO?

I is common thing that if you have some login that creates the title tag content to finish with several new lines in it. For example: <title> Title | Category | My Site Name ...