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.
4
votes
2answers
191 views
What are the pros and cons of using Dublin Core meta tags?
This is an open question on why, how, or when to use or not use Dublin Core meta tags. For example, <meta name="DC.title" content="Title of my Webpage" />. Should this be used in addition to or ...
1
vote
2answers
781 views
Does the meta description affect page ranking on Google?
According to the following site
http://dailyseotip.com/meta-description-tags-and-ctr-the-new-way-that-meta-tags-affect-rankings/1448/
We’ve known for years that Google doesn’t consider meta ...
1
vote
1answer
171 views
Image for sharing on Facebook/G+?
Is it possible to add an image to a html page that only shows up when sharing page on Facebook/G+? The image should not be visible in the html page since it contains a Flash game, but I would like it ...
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 ...
5
votes
3answers
285 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.
2
votes
1answer
406 views
Multiple meta tags for mobile optomisation?
For mobile optimization Ive read that you should include all the following meta tags:
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
...
2
votes
1answer
237 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 ...
4
votes
2answers
128 views
Which method is the best to specify the language of a page?
There seems to be two ways to specify the language of a page:
<meta http-equiv="Content-Language" content="en-us">
and
<html lang="en-us">
Which one is the preferred way? I know I ...
2
votes
1answer
93 views
Adsense and blocking robots from web pages
If I use a meta tag to make a page 'noindex' does this mean that my adsense ads will not be targeted?
2
votes
1answer
63 views
Meta Descriptions for pages not Indexed by Search Engine?
I have read about Meat Descriptions here on the webmasters forum. The question I have is is it necessary or important to have description on pages that are not being index by the search engine. Like ...
4
votes
1answer
679 views
multilanguage site meta content-language tag
I have a website which is in 3 languages: English (primary), German and French. When a language is selected all of page's content is translated to the selected language (the page content is always in ...
5
votes
3answers
679 views
Delimiter character for keywords meta tag
I'm sorry, I searched this site, but couldn't find the answer to my question, in spite of it being so trivial.
I'm working on a CMS which get's keywords from end user, which means that they are ...
4
votes
1answer
198 views
Which is the appropriate content-type meta tag value?
I have a question about the meta tag content-type. When starting to build my site (HTML+PHP+JS), I copied a lot of the meta tags over from elsewhere, and I have, amongst others, the following:
...
1
vote
2answers
113 views
Will PHP Meta hurt SEO?
If I use PHP to place my meta tags such as keywords and descriptions will that hurt SEO? Will the bots not be able to crawl through the keywords and descriptions?
0
votes
1answer
60 views
How can I set the first two paragraphs as metada description on blogger?
I want to configure my meta description to have the initial bit of my post. On my template I just have <data:post.body/> and there is nowhere where I can get only the first bit.
Is there a way ...
2
votes
2answers
163 views
What keyword should come first in a product page's meta tags?
Working with ~100,000 products. Currently the way I'm using has the following priorites (most to least)
Model information such as name and model number of a given product
Product line's associated ...
4
votes
3answers
205 views
Does anyone use meta keywords besides google?
Can anyone tell me if there are any services that use meta keywords, and if so, what those services are? I know that google doesn't use them, but I'm wondering if anyone else does.
3
votes
3answers
858 views
what are benefits of URL rewriting?
URL rewriting has become quite popular but I think it only adds more complexity to the Web. They call the old fashioned URL's, "dirty URL" so I'll use that term.
They argue that with rewriting, it ...
7
votes
2answers
924 views
Indexing for Google scholar, which tags to use?
In the "Inclusion Guidelines for Webmasters" for Google Scholar is written under Indexing Guidelines:
Google Scholar supports Highwire Press tags (e.g., citation_title), Eprints tags (e.g., ...
5
votes
3answers
171 views
Within my HTML meta data, should it be © or ©
Within my copyright meta data I have the following
<meta name="copyright" content="example.com © Copyright 2011 by Me. All Rights Reserved." />
Is this correct, or should I simply ...
4
votes
3answers
889 views
Meta tags again. Good or bad to use them as page content?
From a SEO point of view, is it wise to use exactly the same page title value and keyword/description meta tag values not only as meta information, but also as page content?
An example illustrates ...
4
votes
1answer
476 views
Correct syntax for Canonical - link or meta tag?
I'm getting a little confused about adding canonical tags to pages. Some (most?) guides suggest using a link tag thusly:
<link rel="canonical" href="www.example.com/somepage" />
but some ...
0
votes
1answer
315 views
Photo Gallery Software - reads from a local directory - watches folder- user and group permissions [closed]
Use Case:
Photos are organised in a folder structure by date (by software lightroom/picasa)
Want to run a local webserver to host a web gallery from (already know how to run lamp etc)
I want to be ...
1
vote
2answers
488 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?
1
vote
1answer
222 views
How to use Canonical and Original-Source Correctly, on multilingual website?
was wondering wether searchengines index this correctly in a multilingual website:
Currently, the htaccess eats nice urls on pages like
/de/somepage and rewrites them invisibly to /somepage?ln=de
so ...
6
votes
3answers
493 views
How does XML+XSLT affect SEO?
I have a site that is built completely in XML and is transformed by a single XSL file. How does this affect SEO? Is it possible to store page-specific metadata? Will robots see the transformed page ...
11
votes
2answers
376 views
What's the meta-tag title for?
While reading this question on webmasters:
http://webmasters.stackexchange.com/questions/1721/why-dont-websites-have-a-description-meta-tag-in-the-head-section
I also checked out stachexchange's ...
7
votes
1answer
493 views
Difference between meta tags Content-Language and language
What's the difference between these two meta-tags
<meta http-equiv="Content-Language" content="de, en"/>
<meta name="language" content="de, en">
Are they both needed?
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 ...
6
votes
5answers
386 views
Are Meta Keywords Obsolete? [duplicate]
Possible Duplicate:
Are meta keywords worth the effort?
Creating a website for a BraodBand Company, and not too sure whether or not to go ahead and fill in the meta keywords? Are they still ...