2
votes
1answer
113 views

What are the advantages of Schema.org's microdata vs Microformats et al?

I'm confused about which microdata methodologies to employ on my site, is there an advantage to implementing the attributes from Schema.org, vs one like Microformats?
1
vote
2answers
77 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?
2
votes
2answers
90 views

Lining things up while using columns

I have a request that may not be possible. I'd like to line up the elements of a form so that the inputs all start at the same place: Name: [ ] ...
3
votes
3answers
1k views

Semantic Form Markup for Yes or No Questions

I frequently receive mock-ups of HTML forms with the following prototype: Some long winded yes or no question?   (o) Yes   ( ) No The (o) and ( ) in this prototype represent radio buttons. ...
4
votes
2answers
2k views

Should menu titles (h1, h2, h3…) be inside or outside the <nav> tag?

Let's say I want to write a simple menu in HTML5. Should I write like this: <h1>My Menu</h1> <h2>Submenu 1</h2> <nav> <ul> <li><a ...
2
votes
5answers
406 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 ...