1
vote
2answers
54 views

Good idea if I only have <header> and <footer> inside <article>?

Due to nature of my blog I don't need to display any content, I only need to display a title inside a <header> and some meta info inside <footer> both inside article. Above them there is ...
4
votes
1answer
317 views

Google's microdata and html5 validation errors

According to Google's documentation about product microdata, when I want to mark product's availability in my internet shop, I should do the following: <span itemprop="availability" ...
4
votes
1answer
108 views

How to specify importance of html elements?

Is it possible to specify what elements of the page are important, or, more specifically, what elements of the page are not important? I'm using HTML5 new elements (nav, header, footer, section, ...
1
vote
1answer
204 views

Google search : pubdate issue

At some point this year, Google Search started to show the publication date. When I updated my website, I noticed that the publication date was actually my birthday, simply because it's the first ...
0
votes
2answers
191 views

How do you clean up a site with #1 organic google rank?

I'm in a bit of a pickle. My company's website recently started ranking in the top 5 Google organic results for 80% of our 2 and 3 word "target" phrases, often #1. This has resulted in awesome ...
2
votes
2answers
258 views

Google Showing Item Count and sub Headlines in Result, how does it work?

I recently noticed a Result View on google, I haven't seen before (as seen in the first result in the picture below, query is here). The result shows the count of Items (headings, he identifies as ...
2
votes
1answer
580 views

Is using HTML5 Doctype harmful for Mobile SEO in google?

At this page Google mentioned http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=34637&ctx=cb&src=cb&cbid=-1rb2an4c1lcom&cbrank=3 Q. What mobile markup languages ...
6
votes
1answer
176 views

If all content is on a single page and hidden/shown with JS would it make sense to use hashbangs?

I have a page where the general structure is <a href="#section1">section 1</a> <a href="#section2">section 2</a> <a href="#section3">section 3</a> <a ...
4
votes
2answers
256 views

Will HTML5 adoption render my site search engine unoptimized? [duplicate]

Possible Duplicate: Will my new HTML5 website decrease my Google ranking? For example, currently, I understand that search engines give the most emphasis to h1 elements, followed by h2, ...
1
vote
1answer
105 views

HTML 5 drag and drop file attachment?

Looking for a tutorial re implementation of this functionality. I can only find blog posts saying that gmail added this, but not how it was done.