Tagged Questions
0
votes
0answers
69 views
How to use semantic markup and Google Places to assist in local search SEO?
In this article, adding additional localized markup is supposed to help your site's SEO.
ie.
<div itemscope itemtype="http://data-vocabulary.org/Organization">
<span ...
3
votes
3answers
980 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. ...