Rel="no follow" for All Links on a Site that Charges for Advertising
-
If I run a site that charges other companies for listing their products, running banner advertisements, white paper downloads, etc. does it make sense to "no follow" all of their links on my site?
For example: they receive a profile page, product pages and are allowed to post press releases. Should all of their links on these pages be "no follow"?
It seems like a gray area to me because the explicit advertisements will definitely be "no followed" and they are not buying links, but buying exposure.
However, I still don't know the common practice for links from other parts of their "package".
Thanks
-
Hello all,
Thanks for the input. I'm on the marketing side with a site that presents our products. I'm tryign to clean up inbound links.
I pulled the Inbound links report from Moz.com and have concluded that I want to focus on the sites that are NOT listed as "no_follow." Troouble I'm having is the report headers:
<colgroup><col width="90"><col width="115"><col width="143"><col width="95"><col width="37"></colgroup>
| Link Equity | No Link Equity | Only rel=nofollow | Only follow | 301 |
| Yes | No | No | Yes | No |Does a 'Yes' value in the 'Only rel=nofollow' column mean that the link is marked as nofollow? As in "Affirmative, this link is marekd as nofollow, yes."
Then there is the 'Only follow' and other headers. Know where I can find a Moz article explaining these?
Thanks in advance for any and all help.
Regards,
Joe
-
Right?! When you hit 200 Moz points you get a do follow - rock it Anthony!
-
I did not know that about SEOmoz. I guess I need to work on getting more points!
-
In that I case I would guess that they are PR sculpting as Google would not be able to discern if they are passing links through a paid service.
Also, if the site is relevant to a specific niche and not just a link farm I would further believe that Google would not penalize the site.
Its kind of like SEOMoz - after a certain amount of points you get a do follow on one of your links. I don't think Google would be able to discern if SEOmoz was asking for people to pay or not.
-
Thanks Mark, what I'm trying to get people's opinion on is whether it would be considered people "paying for links" if I give them followed links on my site that are not explicitly paid for (i.e. not in their advertisements).
Most companies I have done advertising with in the past have allowed follow links in profiles, press releases, etc. , but I've also encountered those that no follow everything and told me they were doing it to protect themselves from getting penalized by Google.
I wonder if they were scared of being penalized, or just wanted to sculpt PR and keep it all on their site?
-
No follow keeps the link juice on your site. Do follow passes it to their site. It all depends. Do you want to pass page rank authority to their site? Some find that appealing and will get ad space just for that reason alone. Others won't care as they will just be looking for a good solid site to get the word out.
So if you site has great traffic and is providing value for someone in their niche market I say go with no follow as your site will do better in the rankings by keeping the page authority within your site.
-
Just don't approve porn, illegal, and spam filled website urls. If a company's website is deemed acceptable to be placed on your website, I see nothing wrong with giving them dofollow links.
-
Oleg- Thanks for the answer. I should be more clear with the question. All user submitted links will be set at "no follow". I was interested in what to do about company profile pages, product pages and press releases which we will enter and/or approve.
-
Follow links you have to approve. If people can sign up and get followed links without any editorial review, you will be spammed sooner or later.
G recommends you nofollow all user submitted links (to be on the safe side).
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=96569
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Spam links - which link is most damaging to my rankings.
I have just started using Open Site Explorer and discovered a lot of spam links to my website.
Technical SEO | | A.Ronny
(I have mostly ranked on page for many years one but in the last two weeks ranking have dropped to page two)
The links have Anchor Text such as Scam - Dishonest - Drugs. Most of the of the links are "nofollow".
Will links with "nofollow" affect my ranking and if so which of the links should i priorities to remove?
Do I look at Link Equity - Domain Authority - Page Authority or other criteria? Many thanks
Ronny0 -
How to use rel="alternate" properly for mobile directory.
Hey everyone, For the URL - http://www.absoluteautomation.ca/dakota-alert-dcpa-p/dkdcpa2500.htm - I have the following tags in the header: rel="canonical" href="http://www.absoluteautomation.ca/dakota-alert-dcpa-p/dkdcpa2500.htm" /> rel="alternate" media="only screen and (max-width: 640px)" href="http://www.absoluteautomation.ca/mobile/Product.aspx?id=37564" /> Yes Google WMT is reading these as duplicate pages with duplicate titles, meta descriptions etc. How can I fix this? Thanks!
Technical SEO | | absoauto0 -
Site-wide Links
Hey y'all, I know this question has been asked many times before but I wanted to see what your stance was on this particular case. The organisation I work for is a group of 12 companies - each with its own website. On some of the sites we have a link to the other sites within the group on every single page of that site. Our organic search traffic has dropped a bit but not significantly and we haven't received any manual penalties from Google. It's also worth mentioning that the referral traffic for these sites from the other sites I control is quite good and the bounce rate is extremely low. If you were in my shoes would you remove the links, put a nofollow tag on the links or leave the links as they are? Thanks guys 🙂
Technical SEO | | AAttias0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
How to block "print" pages from indexing
I have a fairly large FAQ section and every article has a "print" button. Unfortunately, this is creating a page for every article which is muddying up the index - especially on my own site using Google Custom Search. Can you recommend a way to block this from happening? Example Article: http://www.knottyboy.com/lore/idx.php/11/183/Maintenance-of-Mature-Locks-6-months-/article/How-do-I-get-sand-out-of-my-dreads.html Example "Print" page: http://www.knottyboy.com/lore/article.php?id=052&action=print
Technical SEO | | dreadmichael0 -
Can I reduce link count by no following links?
Hi, A large number of my pages contain over 100 links. This is due to a large drop down navigation which is on every page. To reduce my link count could I just no follow these navigation links or would I have to remove the navigation completely?
Technical SEO | | moesian0 -
Will changing our colocation affect our site's link juice?
If we change our site's server location to a new IP, will this affect anything involving SEO? The site name and links will not be changing.
Technical SEO | | 9Studios0 -
Different version of site for "users" who don't accept cookies considered cloaking?
Hi I've got a client with lots of content that is hidden behind a registration form - if you don't fill it out you can not proceed to the content. As a result it is not being indexed. No surprises there. They are only doing this because they feel it is the best way of capturing email addresses, rather than the fact that they need to "protect" the content. Currently users arriving on the site will be redirected to the form if they have not had a "this user is registered" cookie set previously. If the cookie is set then they aren't redirected and get to see the content. I am considering changing this logic to only redirecting users to the form if they accept cookies but haven't got the "this user is registered cookie". The idea being that search engines would then not be redirected and would index the full site, not the dead end form. From the clients perspective this would mean only very free non-registered visitors would "avoid" the form, yet search engines are arguably not being treated as a special case. So my question is: would this be considered cloaking/put the site at risk in any way? (They would prefer to not go down the First Click Free route as this will lower their email sign-ups.) Thank you!
Technical SEO | | TimBarlow0