Tagged Questions
The noindex tag has no wiki summary.
3
votes
6answers
2k views
SEO - noindex, nofollow and canonical tag
I need some explanation about my question.
Example on my header already added
<meta name="robots" content="noindex, nofollow" />
Should I add canonical tag again to my header?
<link ...
3
votes
1answer
678 views
robots.txt: Disallow bots to access a given “url depth”
I have links with this structure:
http://www.example.com/tags/blah
http://www.example.com/tags/blubb
http://www.example.com/tags/blah/blubb (for all items that match BOTH tags)
I want google & ...
2
votes
2answers
20 views
Does a 'user'-url based website create issues with Google / Search Engines?
I currently maintain the backend php code for a website which allows our sales representatives to sell products and services. If a sales representative is active, he/she is given a "custom" website ...
2
votes
3answers
24 views
Google, do not index YET
In the effort of building a live site on its actual live hosting platform is there a way to tell google to not YET index the website? I found the following:
...
2
votes
3answers
94 views
Ways to keep Google from indexing Sites/Content
I've a case on my Hand where I must be super duper sure that google (or any yahoo / bing for that matter) does not index specific content, so the more redundant, the better.
As far as i know there ...
1
vote
2answers
126 views
Rails - search engine indexing of redirect action
I have a multilingual site with the same content in different languages with descriptive seo urls incorporating the title of each pages article. To switch between said languages of translated articles ...
0
votes
1answer
69 views
How to set the X-Robots-Tag HTTP header via .htaccess file based on URL query string
Is it possible to apply HTTP header directives based on the URL's query string using an apache .htaccess?
For example, based on this resource ...
0
votes
1answer
20 views
Can I store a page with the NOINDEX metatag?
I'm doing a webcreawler and now I'm trying to follow the robots.txt and the metatags NOINDEX and NOFOLLOW.
NOFOLLOW says me to not follow the links in the page, but and the NOINDEX?
I understand that ...
0
votes
0answers
33 views
Remove Extension with Robots.txt
I'm getting &fr=true on many of my URLs. Is it possible to remove these from the search engines with a robots.txt file?
0
votes
1answer
101 views
How to noindex in Google one page of a web site
I am interested how to prevent one page of a website to not get indexed by Google, or any other robots.
In my script i have the template with TPL files , Index.tpl , Header.tpl ....
So how do i tell ...
0
votes
1answer
88 views
noindex on pop-up comments
I'm using pop-up comments on my wordpress blog. I know that most people don't recommend this but my audience really likes the comments this way.
But recently I discovered that Google is indexing the ...
0
votes
1answer
92 views
SEO Help with Pages Indexed by Google
I'm working on optimizing my site for Google's search engine, and lately I've noticed that when doing a "site:www.joemajewski.com" query, I get results for pages that shouldn't be indexed at all.
...
-1
votes
2answers
290 views
noindex no follow variable- have I done this correct?
I have this script in the head of all my pages- which in an include:
<?php
if (isset($robots) && $robots == "off") {
$robots = '<meta name="robots" ...