The markup tag has no wiki summary.
1
vote
2answers
84 views
Using Schema for Blogging Article VS BlogPosting
I have been remaking my website for some time now and I want to launch it as quickly as possible but I want to make it leading edge if possible. I am currently I'm using a modified template (I know! ...
1
vote
0answers
90 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, ...
3
votes
1answer
125 views
Google's microdata for product images which aren't displayed in the page?
My internet shop displays thumbnails of products' images, and I see that these thumbnail are (slowly) being indexed by Google. I want also full images to be indexed. (I've seen some other questions on ...
4
votes
1answer
306 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" ...
1
vote
1answer
31 views
Who has experienced using Textile to generate their HTML pages?
Do you need to have a generator or an app of some sort that would convert the Textile markup you did to its equivalent HTML?
1
vote
0answers
36 views
Should I link the main article heading? [duplicate]
Possible Duplicate:
Anchor tag inside H1 or H1 inside achor tag : Which is better?
Why, on StackExchange sites, is the post title on the question page a link to itself?
Assuming, that I ...
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 ...
1
vote
1answer
99 views
PSD To HTML (Recommended service?) [closed]
I have designed a web layout using Adobe Photoshop.
Who do you recommend to convert PSD to HTML from your experience?
There are couple services do them, for example:
www.psd2html.com
...
2
votes
1answer
79 views
What to do with repeated content (anchor text) in internal search results when it comes to SEO?
On a website that delivers internal search results for products, within the results listing we have a repeating link to "add to favourites" (not browser-bookmarks, but user profile related) in every ...
-5
votes
1answer
63 views
WHY “LIKE” BUT NO “DISLIKE” [closed]
I get frustrated when the possibility to dislike is'nt available as one's choice on facebook... I for example went to a really bad restaurant and when I went to their page and location on facebook, I ...
9
votes
3answers
5k views
http-equiv=content-language alternative - the way of specifying document language
Lots of web sites uses following meta tag to specify the default language of the document:
<meta http-equiv="content-language" content="es-ES">
When I go to W3C site and read about HTML ...
2
votes
1answer
58 views
How to Mark-Up a Multi-Page Tutorial?
I'm writing a very long tutorial that just can't fit in one page--it would make the page heavier than 1MB, so I have to split it up. But I really wish I could put it all on one page in order to show ...
2
votes
1answer
41 views
What is a good method for creating a guide for standardized markup?
I need to create a guide or wiki that outlines different standardized techniques for marking up reusable elements in our software. When adding new features our developers are often able to reuse or ...
2
votes
2answers
71 views
Is there a microformat standard for interviews
Does anyone know of a good microformat standard for marking up interviews.
At the moment I think I am going to fall back to schema.org's event but would love to know if there is currently a better ...
0
votes
1answer
141 views
MediaWiki Simple Syntax for Cross Reference of Figures
I would like to reference Figures in my wiki, much like you can in LaTeX. For example, say: "As you can see in Figure 3, mediawiki is awesome".
I found the CrossReference extension which does what I ...
2
votes
3answers
301 views
SEO - Does order of html carry importance - text before images preferred over opposite?
I have a two column layout with text to the left and a slideshow to the right. In order that I may float the text around the right column I would need to place the right column first with a right ...
3
votes
4answers
1k views
Is there a way to save MS Word document as HTML w/o the ms proprietary stuff?
So normally I wouldn't use this feature ("Save as Web Page") but I have large documents from clients they just want put on their site as HTML, and formatting it all by hand seems like a waste of time.
...
3
votes
3answers
982 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. ...
3
votes
2answers
82 views
Do you have stats/trends for use of different HyperText Markup Languages?
For example: html-XYZ, xhtml, html5
2
votes
1answer
108 views
How to markup non-human-language text in HTML?
Considering the needs of screen readers, browser spell-checking, search engines, etc. how should non-human-language text be marked up in HTML?
Should it be wrapped in a particular tag?
Is there a ...
7
votes
2answers
184 views
When to use SECTION element?
I'm a bit confused by the new HTML5 element, <section>. What is the correct way to use it?
Consider this outline:
<article>
<header>
<h2>Title</h2>
...
23
votes
4answers
916 views
What are the SEO rules for HTML 5?
What are the rules of engagement with respect to SEO in HTML 5?
Examples of things we have been mulling over with no conclusion:
Are you penalised for not using <head> and <body> tags?
...
