Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
496 views

What does rel=“nofollow me” do?

I notice on SO userpage all urls have rel="nofollow me" (i was thinking of putting nofollow on my site so i checked here to see what SO does). What does the 'me' part do?
5
votes
2answers
235 views

How to automatically set all links to nofollow in Rails

I know I can pass :rel => "nofollow" to link_to but is there a way to set that by default so I don't have to make changes in each link_to tag?
5
votes
1answer
83 views

help with regex - how can i make some urls no-follow?

Ok so i've made this function which works fine for converting most urls like pies.com or www.cakes.com to an actual link tag. function render_hyperlinks($str){ $regex = ...
4
votes
3answers
324 views

Is the rel dofollow more important than meta nofollow? [closed]

Basicly, i have a site that i cant remove the <meta name="robots" content="index, nofollow" /> but i want list of links to be dofollow. If i write rel="dofollow" on each of these href, will ...
4
votes
3answers
755 views

Possible to prevent search engine spiders from infinitely crawling paging links on search results?

Our SEO team would like to open up our main dynamic search results page to spiders and remove the 'nofollow' from the meta tags. It is currently accessible to spiders via allowing the path in ...
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 ...
2
votes
1answer
340 views

Rails no follow link

I need to create no follow links with link_to. I'm looking for something like this: <%= link_to "example", example_path, :target => "_blank" %> But for no follow of course.
1
vote
1answer
123 views

Multiple, separate rel= tag attributes OK? (WordPress)

Is having two separate rel="" attributes in an a tag OK? It seems WordPress by default adds a rel="nofollow" tag to all external links. In the code these are added to the very beginning of the a tag. ...
1
vote
1answer
138 views

How to get links not from a website using php and regular expression

I want to add rel="nofollow" in all links in my website if the links link to other website. For example, $str = "<a href='www.linktoothersite.com'>I swear this isn't ...
1
vote
1answer
88 views

Adding “nofollow” tag to a single link in MediaWiki

I'm an administrator for a wiki (using MediaWiki), and one of our sponsored links has requested that we add the rel="nofollow" attribute to their links, since they are trying to comply with a new ...
1
vote
1answer
75 views

SEO: nofollow links nex to normal links

this is a SEO related question. I have a website, and I'm optimizing it for SEs. I am writing an article on a very valuable site for my theme. If I'm not wrong, then it's far enough 2 links to my ...
1
vote
1answer
437 views

Wicket: how to dynamically add meta robots : noindex if URL contains the string “?wicket:”

Where would I start off with this? I know how to add meta tags to the page, I guess Page#onBeforeRender is a good place to do so. But: how do I determine whether the current URL containts "?wicket:"? ...
1
vote
3answers
385 views

Does Google follow Buttons/Inputs

Does google follow buttons and form inputs when crawling websites? I'm adding rel="nofollow" tags to links I don't want google to follow but I'm not sure if I need to add them to buttons. For ...
1
vote
3answers
815 views

Magento Store - Add nofollow to Layered Navigation

Which file would I look in to add nofollow tags to my layered navigation?
0
votes
1answer
26 views

Is it useless to add `nofollow` using Javascript?

AFAIK, the rel="nofollow" attribute on links instruct search engines not to follow through the link when it crawls your site, therefore severing all assumption of relationship between your site and ...
0
votes
1answer
59 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
0answers
24 views

Create no-follow external links in php main page Google newsfeed

I'm new to this forum although I've been a browser in the past, I never had any useful knowledge to contribute (sorry). I'm hoping someone may be able to help me with the following issue. I recently ...
0
votes
2answers
43 views

Should i nofollow my terms and conditions from a SEO perspective?

i have build an e-commerce site, and I'm slowly looking into SEO. My question is simple, should i nofollow pages like "terms and conditions", "deliveryterms", "contact page". The reason I'm asking, is ...
0
votes
1answer
76 views

Nofollow on links in CKEditor

Does anyone know where in CKEditor I can setup, so all links added will have rel="nofollow", even if the users don't specify it?
0
votes
0answers
65 views

Is it safe to auto_link before RDiscount converts the Markdown?

I am using <%= auto_link(format(post.content)) %> in my view to format user's posts. application helper: def format(text) sanitize(markdown(text)) end def markdown(text) ...
0
votes
2answers
100 views

Rails3 and automatic nofollow links

i have some model, let it be Post with field :content. Any user can submit post with html (with links of course:) ) and i'd like to set nofollow on those links. Is there any rails plugin to automate ...
0
votes
1answer
121 views

How to add nofollow to drop down

I have a drop down list which filters category ASC and DESC. Google doesn't seem to understand that is duplicate content. How can I prevent Google from not following the drop down selections: ...
0
votes
1answer
177 views

rel=nofollow a subdomain

I have a subdomain that i use for advertisements. It has openx installed to serve the ads. How can I ensure that everything from the subdomain gets treated like adding rel=nofollow as I don't want ...
0
votes
2answers
99 views

Regex for extracting links with specified attributes

I'm trying to build regex to extract links from text which have not rel="nofollow". Example: aiusdiua asudauih <a rel="nofollow" hre="http://uashiuadha.asudh/adas>adsaag</a> uhwaida ...
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

Website url whitelists

I'm building a user content parser and am adding an automatic link parser. I'm adding a dialogue, that confirms that the user wants to go to the particular site being linked to. This is for two ...
0
votes
1answer
119 views

Duplicate Content Question - SEO

I have an online store with different categories in the main navigatio. Ie. Category A, Category B etc. I also have a link in the main nav called 'Sale Items'. It points to a page which lists ...
-1
votes
1answer
33 views

link with traceability and valid code [closed]

I have a site that aggregates deals. I give a link for their deals. I want to give a link Google should not count link as a vote Code should be valid Site owners should notice my links If I use ...