HTML tags that convey information about a webpage, such as it's title or it's description, in a way that a computer program can understand.
5
votes
3answers
286 views
Validation Meta tags for search engines
Should validation meta tags for search engines be left on the site following validation? For example, should I leave my msvalidate meta tag after I've validated the site.
14
votes
2answers
297 views
Which meta tags are not worth the effort?
After reading this question about meta keywords, I've been wondering : of all meta tags, which ones are really worth the effort ?
I know that the description is used in google search results, and the ...
1
vote
2answers
492 views
How can I provide star rating metadata to search engines?
Some search engines (including Google and Bing) display a star rating for things like movies and downloads on sites such as IMDB and cnet.
How can I configure my site to provide this data?
4
votes
4answers
672 views
Which symbol should I use in Meta Title: “|” or “-”?
So there are two way of writing my site title.
For example:
Meow | Photo Magazine or Meow - Photo Magazine
Which one is better (for SEO and for Users)?
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
239 views
Meta keywords single words or phrase?
It is acceptable or recommended to only use 1 keyword per delimiter? Or can we use a phrase?
For example:
car, Audi, Ferrari, Lamborgini
vs
Audi Car, Ferrari Car, Lamborgini Car
What is ...
0
votes
4answers
322 views
Getting indexed after removing meta noindex, Google
My question is, will my pages be indexed now in Google if they had <meta name="robots" content="noindex" /> in the past, since they were created? Of course, now they are <meta name="robots" ...