Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Footer Links And Link Juice
-
I'm starting to learn about link juice and notice in GWMT > Traffic > Internal Links, that the list is in this order by the links counted on each page. Some are in the footer and some are in the header, with some being more important than others commercially i.e. /register
/privacy
/terms
/search
/sitemap
/disclaimer
/blog
/register
So I am wondering if I should add a 'no-follow' attribute to the footer links i.e. privacy, terms, disclaimer and leave the others as they are? Does this help retain link juice on each page where the links appear? Or am I missing the point all together?
This is my website: http://goo.gl/CN0e5
-
there are ways around it though such as obfuscated javascript linking and other methods of making a link unrecognized as a link
-
Fair point about disrupting the flow, I will leave the footer links as they are.
Some of the links are at the top of the page with Register being a call to action.
Thx.
-
Hmmmm.... a search form has been on my mind as I would track what people enter and then include them in my keyword research. Top tip!!
-
Thanks for the link, this video answered a few of my niggles about footer links!
-
Just to add to the consensus (although credit goes to multiple people on the thread) - PR-sculpting with nofollow on internal links no longer works, and it can be counter-productive. If these links are needed for users, don't worry about them, and don't disrupt PR flow through your site. Ultimately, you're only talking about a few pages, and @sprynewmedia is right - Google probably discounts footer links even internally (although we may no good way to measure this).
Be careful with links like "register", though, because sometimes they spin off URL variations, and you don't want those all indexed. In that case, you'd probably want to NOINDEX the target page - it just doesn't have any search value. I'm not seeing that link in your footer, though, so I'm not clear on what it does. I see this a lot with "login" links.
-
A no-follow, in terms of juice, would actually hurt your goals as the link still gets allocated the juice portion but it doesn't flow through. **Each no-follow link will siphon off a little juice. **
See http://support.google.com/webmasters/bin/answer.py?hl=en&answer=96569
The effects of navigational links are diminished somewhat as Google treats them differently compared to content links. To help solidify this, surround the footer with
<nav></nav>
tags.
Review: http://www.seomoz.org/blog/10-illustrations-on-search-engines-valuation-of-links #5
Generally, remove any site wide links that aren't always needed and place them on page where users would like the details. For instance, use a search form instead of a link to the search page.
-
No this won't work. it's called pagerank sculpting and used to work but Google fixed that a couple of years ago by making the nofollow counts as a link and instead all you are doing is throwing away your page juice.
-
Hi there,
John Doherty did a really good whiteboard friday on this last year:
http://www.seomoz.org/blog/smarter-internal-linking-whiteboard-friday
-
You could add a noindex if you think the privacy and disclaimer pages, etc, are not bringing any SEO value. Nofollow would block search engines from even spidering them. But a noindex would just stop it from showing up as an entrance/landing page in the SERPs.
I wouldn't say that it helps "retain link juice", but it might help you to show the search engines what your most important pages are.
An alternative would be to perhaps only link to some of those pages from your home page and not from every single page. Are there any pages that you think would be appropriate NOT to link to all those pages? If so, perhaps you can write a conditional statement in your code to only show those links on some pages and not others.
Scott O.
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
-
Are backlinks in the form of Footer or Sitewide links safe?
Hi There! Some of our competitors are using sitewide links in the header, footer or sidebar…is it ok to use these type of backlinks to increase overall backlinks. The site-wide links increase backlinks dramatically. Thanks Malik Zakaria
Link Building | | mzakaria0 -
If I disavow bad links on "disavow link webmaster" will they still show up on my moz reports?
We recently found out we have a lot of bad links linking back to our website from spam sites, I disavowed them through the google disavow link webmaster. On my moz report it still shows the links, is that normal?
Link Building | | Ryan.Cruz0 -
Back link from site with DA of 72 to a website domain. Clicking on the link redirects to our website not the attended one.
Hi,
Link Building | | JIMBO16
I've ran a back link check and discovered a good back link to a site which then gets redirected back to my company's website. I have a feeling that an old SEO agency has purchased a small website which has a decent link back from a relevant organisation with a high Domain authority and then redirects the domain to our website to get the link juice. What are your thought on this? Is this really bad practise and possibly damaging? Thanks, Jim0 -
Are links with space considered to be the same as links with %20?
I wonder if Google would consider those three links to be the same? http://www.example.com/test page.html http://www.example.com/test page.html http://www.example.com/test+page.html
Link Building | | lucek0 -
Getting links into forums
Hi guys Ive been try to get my links to my site in forums but when i post a comment , which includes a link,
Link Building | | Hardley
they are marked as spam. Can anyone suggest any techniques to getting links into forums?0 -
How can I verify who links to me?
I need to verify all the inbound links I have coming in to my site. I've tried using OSE but have been told it does not scrape many smaller sites so cannot be sure of it's accuracy (especially since when I ran it, it returned a small % of the link i know are out there). Is there a way to do this in Analytics? Or another way? Thanks
Link Building | | NiallTom0 -
Image only badges giving link juice!?!?
I see some chatter about badges, but no clear definition. A collegue of mine instituted badges on clients website, but these badges are only an image w/ hyperlink; no textual content. He is confident that this has worked successfully before as a link building strategy, which blew my mind. I thought we needed some text, and obviously optimizes anchor text for biggest benefit. Are these simple badges helpful, or do we need some html in there!? He also routes them through bit.ly to track impressions and clicks.. does that have any effect as well? Thanks!
Link Building | | SwissNinja0 -
Iframes vs links
Obviously, websites can link to another web site using iframes, and Google and other search engines do seem to have some capability to index the content. What I want to know is what is the difference in value passed between a regular link and an iframe link. <iframe src="http://www.targetwebsite.com/targetlink"><br /><br />will have the same page ranking effect on the target web site as this link: <br /><br /><a href="http://www.targetwebsite.com/targetlink">link</a><br /><br />Alternative, would it work to include an invisible actual link right before the iframe, like this: <br /><br /><a style="display: none;" href="http://www.targetwebsite.com/targetlink">link</a><br /><iframe src="http://www.targetwebsite.com/targetlink"/></p> <p><span style="color: #5e5e5e;">The reason is that we are building a product recommendation engine, for a branded cosmetology school in order to get our concept salons to link back to use and I was curious if creating a version they can use as an iframe will give us link benefit.</span></p></iframe>
Link Building | | incept0