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.
Link flow for multiple links to same URL
-
Hi there,
my question is as follows:How does Google handle link flow if two links in a given page point to the same URL? (do they flow link individually or not?)
This seems to be a newbie question, but actually it seems that there is little evidence and even also little consensus in the SEO community about this detail.
- Answers should include source
- Information about the current state of art at Google is preferable
- The question is not about anchor text, general best practises for linking, "PageRank is dead" etc.
We do know that the "historical" PageRank was implemented (a long time ago) without special handling for multiple links, as e.g. last stated by Matt Cutts in this video: http://searchengineland.com/googles-matt-cutts-one-page-two-links-page-counted-first-link-192718
On the other hand, many people from the SEO community say that only the first link counts. But so far I could not find any data to back this up, which is quite surprising.
-
I totally agree on the focus thing in general - it's not helpful to act with PageRank in mind when it comes to layout decisions etc.
But: For large websites (e.g. 100,000 pages and up) crawl rate, indexing and rankings of deeper parts of the site depend heavily on the internal link graph. Taking a deeper look at the internal link graph gives us a lot of useful information in these cases, does it?
Now: Think of links sitting in a template that gets used on 50,000 pages. A little change here is likely to cause quite a difference in the internal link graph.
For example I've run PageRank simulations with both models on a smaller website with only 1,500 pages / 100,000 links. For many pages, the little difference ends up with 20-30% more or less internal PageRank - for these individual pages, this could be crucial for crawling, indexation and rankings. Still not useful?
Since moz runs it's own iterative PR like algorithms: How do you guys handle this with mozRank / mozTrust? Which model leads to better correlations with rankings?
-
- The links both get PageRank flow...
- The link value gets divided, though, so it wouldn't exactly double the value.
- The link extraction process might choose to only select one link from the page based on certain factors (perhaps ignoring some links not because they are duplicative but based on location, or other qualifiers)
Here is Matt Cutts talking about this very issue. And here again. It is the closest thing we have to an answer.
I think the reason for the "first link counts" is really an extension of an understanding of PageRank. Let's say a page has 1 outbound link. It gets 100% of the value passable by that page. Now, let's say the page adds another link, but it is the exact same link. Now, each link gets 50%. The sum total is 100%. It is as if the 2nd link were never added. But, this calculation changes depending on the other links on the page. Let's say a page has 2 links on it. One to you, one to someone else. 50/50. If you get another, you jump to 67/33. Slightly better. As the page increases in number of links, your additional link approaches a doubling of the first link's value. So on one end of the spectrum it is valueless. On the other end of the spectrum it doubles.
The other question is whether anchor text is counted for all links. Some experimentation indicates that only the 1st anchor text matters. This might also indicate the selection / extraction process mentioned in #2.
That all being said, I think I agree with Matt Cutts on this one. This is such a small issue that you really should focus on bigger picture stuff. It is interesting, yes, but not particularly useful.
I hope that helps!
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
-
Does Google penalize you for reindexing multiple URLS?
Hello, Just a quick, question! I was wanting to know if multiple page indexing (site overhaul) could cause a drop in organic traffic ranking or be penalized by Google for submitting multiple pages at one time. Thanks
On-Page Optimization | | InternetRep0 -
Should I use an acronym in my URL?
I know that Google understands various acronyms. Example: If I search for CRM System, it knows i'm searching for a customer relationship management system. However, will it recognize less known acronyms? I have a page geared specifically for SAP data archiving for human capital management systems. For those in the industry, they simply call it HCM. Here is how I view my options: Option #1: www.mywebsite.com/sap-data-archiving/human-capital-management Option #2: www.mywebsite.com/sap-data-archiving/hcm Option #3: www.mywebsite.com/sap-data-archiving/hcm-human-capital-management With option #3, i'm capturing the acronym AND the full phrase. This doesn't make my URL overly long either. Of course, in my content i'll reference both. What does everyone else think about the URL? -Alex
On-Page Optimization | | MeasureEverything0 -
URL Path. What is better for SEO
Hello Moz people, Is it better for SEO to have a URL path like this: flowersite.com/anniversary_flowers/dozen_roses OR flowersite.com/dozen_roses Is it better to have the full trail of pages in the URL?
On-Page Optimization | | CKerr0 -
What to do with multiple forms and thank you pages
Hi Everyone, I'm wondering what to do with form and thank you pages. I asked a question a long time ago about the contact page as noindex and was told by people that its better to leave it and write content for it and thats what we did. Now I have a client that does self storage and they have 4 locations and each location has a reservation page with a basic form but no content. Each page also redirects to a thank you page with tracking codes. There's a total of 6 "thank you" pages with different codes (this was done by yellow book). 4 "reserve your storage pages", 2 pages to pay for storage with iframes to 3rd party payment portals. I was told to noindex these pages but I'm not sure so I'm asking here. I was also told to nofollow and remove them from sitemaps. Thanks Aron
On-Page Optimization | | aronwp0 -
Correct .htaccess settings for canonical url?
I want to forward all urls to http:www.mysite.com but am a little confuse because I am getting duplicate content error: Pages with Duplicate Page Content as of Jan 15http://titanappliancerepair.com/ 1 duplicatehttp://titanappliancerepair.com 1 duplicatehttp://titanappliancerepair.com/index.html 1 duplicate*****************************************************************What should I put ion htaccess file so I can forwardhttp://titanappliancerepair.com/index.htmlhttp://titanappliancerepair.comhttp://titanappliancerepair.com/to http://www.titanappliancerepair.comor what is the correct way to do it?I'm confused because when I enter http://titanappliancerepair.com/ in browser it showshttp://titanappliancerepair.com so how can it be considered duplicate content?.Can someone help?I have godaddy and they have gave me this code to put RewriteEngine on
On-Page Optimization | | webbutler13
rewritecond %{http_host} ^coolexample.com [nc]
rewriterule ^(.)$ http://www.coolexample.com/$1 [r=301,nc]What is correct?0 -
How do I remove a Canonical URL Tag?
Some of my report cards say I have too many canonical URL tags. However, there is no information no how to delete one. Can someone give me a link or explain? Thanks.
On-Page Optimization | | dealblogger0 -
What is on page links?
Hi - i would like to know exactly what an on page link is? i understand the linking system however cant work what exactly what an on page link is? Thanks
On-Page Optimization | | OasisLandDevelopment0 -
Do we have too many links in our footer?
Hi guys, we have 41 links on our holiday(vacation) rental website, this seems too many when looking at best practice. 24 of these are links to community pages while 8 link to activities pages. The community and activity pages are also accessible from links on the top menu so they are not strictly necessary but do get 10% of site clickthroughs according to Google in-page analytics. I therefore do not want to remove the links if there is no good evidence that google will penalize us for this. What do you think would be best for our site? Thanks, John Tulley. footer.jpg
On-Page Optimization | | JohnTulley0