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.
0
votes
1answer
23 views
Does I need to put meta tags in Search page of my E-commerce website? [closed]
In my E-commerce website I got a product page.where I want to implement Meta-keywords,Meta-Description,etc.. I am a little confused about the task now.Is it necessary to do these things in search ...
1
vote
1answer
18 views
meta robots for logged in vs. not logged in users
On a site I'm working on, The homepage has generic content for visitors who aren't logged in. When a user is logged in, the content shown is personalized to them and could even be considered private.
...
2
votes
1answer
39 views
What does “all” mean in meta robots tag?
Several websites have the following meta tag aimed at search engines like Google, Bing, etc.:
<meta name="robots" content="all" />
What does it do?
0
votes
2answers
34 views
Multiple webpages with the same page titles/meta-tags
I have created several duplicate pages because my website is in 3 languages (yes I know this is bad way to achieve this).
Will Google flag my site as spam if I use duplicate page titles/meta ...
1
vote
1answer
20 views
How to get the content right for better showing in google results [duplicate]
I am looking for basic help or guidelines for making my site earn better visibility in google and other search engine results. My site is a price-comparison engine for products so I want to know what ...
0
votes
0answers
27 views
How can I retrieve information from the <meta> tag and display it on a webpage? [migrated]
For example, if I have the following code:
<head>
<meta name="description" content="Question">
<meta name="keywords" content="StackExchange, Webmasters">
<meta ...
2
votes
3answers
61 views
Should I use both Robots.txt and META NAME=“ROBOTS”?
I am currently using the Robots.txt file (the standard one of joomla, to say). Now I have found that there are also specific HTML meta tags that specify desired robot behavior.
Is there a reason to ...
1
vote
2answers
55 views
Is no cache meta tag bad for performance?
I see many websites, seemingly arbitrarily adding the no cache meta tag on every page.
Like this:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" ...
0
votes
1answer
56 views
site appears in Google Webmaster Tools but no site: search results [duplicate]
My site is geocology.ca.
About a year ago I attempted to add geocology.ca to Google's search index by following the steps for 'Moving Your Site' in Google's Webmaster Tools, transferring from my old ...
1
vote
3answers
92 views
Extremely similar SEO keywords
So I work for a company that recently decided to jump on the SEO bandwagon. We asked the different departments (each has its own site) what they wanted their keywords to be and I got a lot of examples ...
1
vote
4answers
87 views
Keyword meta tags to work with google
I'm trying to optimize my website for better search results, I currently have a meta tag created for keywords like so..
<meta name="keywords" content="key1, key2, key3" />
I have waited 30 ...
1
vote
1answer
32 views
Is it ok to use the original-source meta tag for pages that are not news
I am building an online shop for selling products manufactured by others.
Should I use the original-source meta tag to give credit for the product (or product info) to the original manufacturer or is ...
2
votes
2answers
235 views
Adding Google star Rating to the search Result
I need to add star rating to my site for showing the star image rating in search results. I did a search on the internet and read a few articles on it. It is basically Microformats and the related ...
3
votes
2answers
162 views
falling down Google ranking with canoncial tags and Google site verification
Recently I released this site live, which is a small brochure site for a local catering company.
I took the time to add a canonical <link> tag and also verify the site with Google, so the ...
2
votes
2answers
56 views
META Tags not first in Head?
I am using Dreamweaver Templates on my site and they work well. However, I have always read that it is best to have meta tags as high in the <head> as possible if not first. The meta tags that ...
2
votes
1answer
43 views
Do advertisers use the keyword meta-tag to find potentially relevant websites?
A couple of days ago, I have read somewhere (but I can't find the page anymore) that one should set a keyword meta-tag with relevant keywords, because advertising networks use these to find ...
1
vote
0answers
40 views
Defining pages by custom variable, reporting to Google Analytics
Does anyone know how I could add some information to my page (whether in a meta tag or some other way) to indicate to Google Analytics that a page is targeted to a certain segment?
This is pretty ...
4
votes
4answers
431 views
SEO - Meta Description Tags Not Updating Search Result
I updated my meta description tag for my comics website about two months back now, but the search engine is still picking up my footer "Acceptable User Policy" text for some reason.
I'm not even ...
1
vote
1answer
231 views
Will using the new HTML5 meta charset instead of HTTP-EQUIV affect my clients site's ranking? [duplicate]
Possible Duplicate:
What are the SEO rules for HTML 5?
I am doing a re-design for a client whose site currently has very high and successful rankings across all search engines (Google, ...
1
vote
1answer
99 views
How to structure dynamic product browser for SEO?
I will be building a new website for a client of mine. SEO is very important.
This website will have a product browser for cars, in which visitors can set feature filters to search for products that ...
1
vote
1answer
48 views
Is there a need for a Facebook specific page title?
I see that Facebook's Open Graph asks you to have a meta property "og:title".
Why don't they just use the HTML title tag?
In my PHP code I started going through all page types and coding the ...
2
votes
2answers
81 views
Meta keywords random keywords
I was wondering what about having random meta keywords instead of fixed one?
I have a blog, so every blog post has some related tags, in my home page i show the post's previews, so i put in meta ...
0
votes
0answers
26 views
My approach towards SEO implementation needs improvements. [closed]
I have always copy/paste this below code as a template for meta tags on project, but I think they are not effective as they could possible be. So, I need to know if there is anyway I can improve it. ...
2
votes
2answers
110 views
SEO indexing with dynamic titles, keywords and descriptions
I'm working on a website (all in one single domain) so I'm wondering to create dynamic titles, descriptions, keywords and headings for each location.
What I'm doing is to get information from the IP ...
1
vote
2answers
145 views
Physical address and contact details in Meta tags
I remember someone once saying it was useful (for SEO purposes) to include your address and contact details in the site's Meta tags.
I don't recall if he meant in in the meta description or in ...
0
votes
1answer
99 views
My Website title changes by itself in Google [duplicate]
Possible Duplicate:
Title tag different from title appearing in Google?
I am doing seo on my friends site and each page has its own metas it did change to new ones then somehow google is ...
0
votes
4answers
164 views
Can I include a robots meta tag outside of the head in HTML snippets indeded to be AJAXed?
I have a number of files in my site which are not intended for independent viewing, but rather to be AJAXed into content within the site. They obviously don't meet HTML standards (no body, head, etc.) ...
0
votes
1answer
144 views
Are Meta tags useful for SEO? [duplicate]
Possible Duplicate:
Which meta tags are not worth the effort?
Reading a Search Results with this or a similar phrased question can lead to reading a lot of conflicting answers. Are there ...
4
votes
2answers
690 views
Adding meta tag keywords - the same or different on all pages?
I have 10 page php website. I want to add keywords to webpages.
The website is related to hotel and having different-2 page like booking, rooms, places to visit etc.
Question: Do we need to add same ...
3
votes
1answer
379 views
What is the SKYPE_TOOLBAR meta?
I need to make an audit for a website and I discovered a "new" meta called "SKYPE_TOOLBAR", it looks like that:
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
I've ...
3
votes
1answer
256 views
What meta tag do you use to provide Google with a publication date? [duplicate]
Possible Duplicate:
How does Google recognize publish date of a post
I read about the Dublin Core Metadata Initiative and some spotty documentation from Google, but I can't find an official ...
0
votes
0answers
22 views
Lightning fast forum based around metadata / tags? [duplicate]
Possible Duplicate:
What Forum Software should I use?
I wonder if anything like this exists. I'd like to add a forum to my site, but instead of the usual forum/subforum/sub-subforum ...
3
votes
1answer
64 views
Will google get upset if I have incomplete pagination links?
For technical reasons (this would be really hard to do given the software that I'm using), I am only able to generate rel=prev links and not rel=next links (those links tell google what page they are ...
5
votes
1answer
412 views
Is it possible to stop Chrome and other browsers from pre-fetching/rendering my site?
I know you can guide Chrome to prefetch links you think users are likely to click on your site, but can you also do the inverse? Can you tell Chrome (or really any browser) not to prefetch and ...
3
votes
3answers
143 views
PHP Include meta tags
A website I'm currently working on is http://www.troubi.com . Please don't care to look at the
source code.
If I validate the website through the w3cValidator a lot of errors occur all due to ...
0
votes
3answers
269 views
Loading Meta Tags dynamically from Database
I have a website (ASP.NET MVC) which has its contents mainly in Sinhala language. So the search engines will list my site only when someone serched in Sinhala words, but I need to list my site pages ...
0
votes
0answers
84 views
Qualified Dublin Core Metadata Generator
I am looking for a good Qualified DC metadata generator. Either web-based or application, preferably with validation capabilities and XML/RDF output. Platform does not matter.
As I am not fluent in ...
0
votes
4answers
98 views
Is there any pros and cons of duplication content of meta description tag to keyword tag
On a Huge Website we have no time to add keywords manually so I'm same phrases for Description and keyword like this
<meta name='description' content="Hello how are you?">
<meta ...
6
votes
1answer
120 views
Best practise for meta tags in various languages
We have a global site, all hosted on one .com domain (www.example.com/en www.example.com/es www.example.com/pt www.example.com/ru etc.)
Each language sub directory is identical to one another, apart ...
0
votes
0answers
15 views
Webmaster tools, Duplicate Meta Descriptions, and Short Meta Descriptions [duplicate]
Possible Duplicate:
Do meta keywords have any impact on ranking algorithms?
I am fairly new to the whole Webmaster Tools concept. I have been looking at all the different options, such as ...
3
votes
3answers
197 views
Usage of meta tag “generator”
Is the meta tag "generator" still relevant in today's web? Has it every had any use?
<meta name="Generator" content="Drupal 7 (http://drupal.org)" />
6
votes
1answer
125 views
Where can I find an exhaustive list of meta tags and what they do?
It seems to me that there are a ton of <meta> tags for all sorts of different purposes out there...
Though they all follow a similar format of
<meta name="" content="" />
they seem to ...
2
votes
1answer
97 views
Confusion over W3C POWDER standard (PICS alternative)
Now that PICS is dead, I still need an easy way to tell users that my website is for mature audiences only. I intend to use PICS tags, but POWDER is said to be the new standard. Is it really used? And ...
4
votes
4answers
663 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)?
1
vote
3answers
1k views
Create a search for my HTML and CSS site that runs without an internet connection or database?
I have a website that I have written out in plain old HTML and CSS, and want to integrate a search function into it. However, the site is meant to be run offline, from host machines in their local web ...
1
vote
1answer
28 views
Meta field for Domain Url? Or is it possible to change the index of google
So I did the misstake of using a temporary url a while ago when launching my web site and called it http://web.mysite.com
Now when google indexes it, even that the web. is not the primary url anymore ...
0
votes
1answer
169 views
Setting Meta tags for a website
I have made an Asp.net MVC website and am not well versed about SEO techniques, so I want a little guidance in setting the appropriate meta tags for the website.
My website is dynamic and has two ...
0
votes
1answer
66 views
Why does the meta tag use name-content pairs and not regular attributes? [closed]
More of a theoretical question, but wouldn't it make more sense to have only one meta tag with a bunch of attribute-value pairs? Instead of:
<head>
<meta charset="UTF-8" />
...
0
votes
4answers
321 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" ...
3
votes
1answer
439 views
Page Speed Optimization Questions: defer parsing and specifying a char set?
Continuing to optimized a web site, I'm using Chrome's Dev Tool add-on for Page Speed.
I've been able to do a good bit of performance tuning thanks to its suggestions, but these two have me ...

