How does the "first link" rule work with the "reasonable surfer patent" when it comes to the main navigation for a website?
-
In trying to figure out navigation for a new website, I am struggling with the first link rule vs. the reasonable surfer patent where the first link rule implies that Google "counts" the first link to a page including navigation, and the reasonable surfer patent that implies that navigation links carry less weight than body copy links.
What is the best solution for creating main navigation so that it doesn't take away from the body copy links?
-
If I understand you correctly, you are putting navigation links to 80k products? That sounds excessive. Look at how they do it at newegg.com and that is a good example of how to implement navigation for a large ecommerce site.
Something to keep in mind here. Internal links mean almost nothing compared to external inbound links. You want to make sure your content is all crawlable and accessible. After that, don't worry about nofollow and silly things about internal links. NEVER nofollow an internal link. Think about what nofollow is, what it means, and why it exists. You are telling Google a page on your site is not trusted. Bad signal.
Worry more about the inbound links to your site than the navigation links. Make sure you have a sitemap and ensure your content is all crawlable and accessible. If that's the case, don't worry yourself over nofollow or other minute navigation optimization.
-
Daniel, thanks for your reply. My question is, what if it's an e-commerce website with 80,000 products, combined under a multi-tier taxonomy, which looks like a NYC subway map? Should owners "do-follow" every link to product pages and static content like "contact us" and "privacy policy"?
-
I'll look into that CSS trick. It's not hiding text, it's just indenting the text, the block level element is still on page.
I remember reading that no follow blog actually, so my mistake.
-
Well said. You and Daniel are spot-on.
-
Amen. Couldn't agree more and looking forward to see this image replacement madness stop for once.
-
DO NOT add nofollow to your navigation! It still dilutes the link juice you pass out, it just doesn't actually pass the juice. It is like drilling a hole in your boat. Totally wasted link juice, for internal pages that should be getting link juice. The wasted PR doesnt go anywhere when you do that, it's just wasted.
-
Straight from Google's Webmaster Guidelines:
Hiding text or links in your content can cause your site to be perceived as untrustworthy since it presents information to search engines differently than to visitors. Text (such as excessive keywords) can be hidden in several ways, including:
- Using white text on a white background
- Including text behind an image
- Using CSS to hide text
- Setting the font size to 0
I would not text indent or anything like that if I were you. Based on what Matt Cutts said last year at SMX Advanced, I would not nofollow any internal links either.
-
My personal technique is to use CSS image replacement to replace my first link, which is usually the logo. The style method is to give the text a negative indent of 9999px, and to set the element's background image to the logo, and use display: block; to keep the whole are clickable.
If you intent to link to all of your pages elsewhere on the page, you could opt to nofollow the navigation, as the other links will pass more relevant text.
Or another option would to be include the links as per usual, and ensure that there is a strong backlink profile to your landing pages, which will eliminate half of this problem entirely.
Aaron
-
I think you are misunderstanding the reasonable surfer patent. This means Google can weight links on a page differently based on the likelihood they will be clicked. The random surfer model for the original pagerank formula counted all links on a page the same, so if there were 20 links, each would pass 1/20th of that pages pagerank.
To adapt to the times, that model has changed so that if there are 20 links on the page, and 5 are navigation, 5 are sidebar, 5 are in the body and 5 are in the footer, then Google will probably have the body links pass more than the navigation links, which pass more than the sidebar links, which pass more than the footer links.
Just make your navigation as you normally would. There is nothing about the first link on the page or anything like that which should cause you any worry.
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
-
What’s the best tool to visualize internal link structure and relationships between pages on a single site?
I‘d like to review the internal linking structure on my site. Is there a tool that can visualize the relationships between all of the pages within my site?
Web Design | | QBSEO0 -
How to check if the website has duplicate content?
I've been working with the websites from couple of months and it was always in my mind if there could be a legit way to find if the website have a duplicate content. I've tried couple of websites through google but nothing worked for me. It would be much appreciated if anyone can help. Thanks
Web Design | | rajveer_singh0 -
Is this CSS solution to faceted navigation a problem for SEO?
Hi guys. Take a look at the navigation on this page from our DEV site: http://wwwdev.ccisolutions.com/StoreFront/category/handheld-microphones While the CSS "trick" implemented by our IT Director does allow a visitor to sort products based on more than one criteria, my gut instinct says this is very bad for SEO. Here are the immediate issues I see: The URL doesn't change as the filter criteria changes. At the very least this is a lost opportunity for ranking on longer tail terms. I also think it could make us vulnerable to a Panda penalty because many of the combinations produce zero results, so returning a page without content, under the original URL. This could not only create hundreds of pages with no content, there would be duplicates of those zero content pages as well. Usability - The "Sort by" option in the drop down (upper right of the page) doesn't work in conjunction with the left Nav filters. In other words if you filter down to 5 items and then try to arrange them by price high to low, the "Sort" will take precedence, remove the filter and serve up a result that is all products in that category sorted high to low (and the filter options completely disapper), AND the URL changes to this: http://wwwdev.ccisolutions.com/StoreFront/category/IAFDispatcher regardless of what sort was chosen...(this is a whole separate problem, I realize and not specifically what I'm trying to address here). Aside from these two big problems, are there any other issues you see that arise out of trying to use CSS to create product filters in this way? I am trying to build a case for why I believe it should not be implemented this way. Conversely, if you see this as a possible implementation that could work if tweaked a bit, and advice you are willing to share would be greatly appreciated. Thanks! Thank you to Travis for pointing out the the link wasn't accessible. For anyone willing to take a closer look we can unblock the URL based on your IP address. If you'd be kind enough to send me your IP via private message I can have my IT director unblock it so you can view the page. Thanks!
Web Design | | danatanseo0 -
AJAX & JQuery Tabs: Indexation & Navigation
Hi I've two questions about indexing Tabs. 1. Let's say I have tabs, or an accordion that is triggered with Jquery. That means that all HTML is accessible and indexed by search engines. But let's say a search query is relevant to the content in Tab#3, while Tab#1 is the one that's open by default. Is there any way that Tab#3 would be open directly if it's more relevant to the search query? 2. AJAX Tabs: We have pages that have Tabs triggered by AJAX (example: http://www.swisscom.ch/en/residential/help/loesung/entfernen-sie-sim-lock.html). I'm wondering about the current best practice. Google recommends HTML Snapshots. A newer SEOMoz Article talks about pushState(). What's the way to go here? Or in other words: How to get Tabs & Accordion content indexed and allow users to navigate directly to it?
Web Design | | zeepartner0 -
Is it common to have some of error/warning(currency duplicate,redirect, etc...) in most website that rank well?
Hi could any body could give me some idea on 'on page optimisation' Currently in my campaign I have around 3000+ errors, 14,000+ warning, 7000+ notices for the following reasons: Overly-Dynamic URL
Web Design | | LauraHT
Temporary Redirect
Title Element Too Long (> 70 Characters)
Duplicate Page Title
etc... First of all I know these have negative effect on SEO. Now to fix towards those issues it involve lots of works and times. At the same time most of our important keywords/url rank position have not changed over the last 12 months. Does that mean the above has only limited negative effect? I just want to know is it worthy to invest the man/hour/money to clean those issues. As it involves decent development time. Is it common to have some of error/warning in most website that rank well? (e.g. I 've seem may big website have duplicate title/meta-desc on their currency variant page)0 -
Number of links per page?
I'm confused by the number of links that we should put on a page. Our site has a high domain authority but SEOmoz tool and others, plus Google WMT suggests much much less than other sites have - look at Dailymail.co.uk or the Huff post site for example. our site is www.worldtravelguide.net and I'm thinking specifically about the /destinations and each continent like /europe Our site has thousands of pages, trying to create an effective internal linking structure with the limitation of 150 or so links is nearly impossible and ends up with too many navigational pages. We were hit hard by Panda (even though all our content is original, professionally written frequently updated) in favour of bigger brands and considering Google suggests that sites should be designed for users and not SEO these two ideals conflict. Does anyone have any data on what the link limit is? Any other tips or observations would be gratefully received. Thanks, John
Web Design | | JohnFinlayson0 -
How do you visualize website structure
How do you visualize a website structure in terms of (categories of) pages and interlinking. I use such visuals for discussing what you are actually doing now and what can be improved. I have made visuals I few times myself (basically making boxes representing categories of pages and lines representing internal links), but I found that I soon ran into a scheme of huge proportions and needed more paper and more time. Appreciate your thoughts!
Web Design | | NewBuilder2