301 redirect and then keywords in URL
-
Hi,
Matt Cutts says that 301 redirects, including the ones on internal pages, causes the loss of a little bit of link juice.
But also, I know that keywords in the URL are very important.
On our site, we've got unoptimized URLs (few keywords) in the internal pages.
Is it worth doing a 301 redirect in order to optimize the URLs for each main page. 301 redirects are the only way we can do it on our premade cart
For example (just an example) say our main (1 of the 4) keywords for the page is "brown shoes".
I'm wondering if I should redirect something like
to
In other words, with the loss of juice would we come out ahead? In what instances would we come out ahead?
-
Awesome, yes Matt Cutts in that video does imply what you are saying. I also agree with higher CTR (another thing I hadn't thought of!)
Ryan, this is great. Thank you.
-
The closest thing I could find is the below Matt Cutts video. At 40 seconds in Matt specifically states that when using a URL shortener like Bit.ly the URL anchor text and PR will flow through the link.
http://www.youtube.com/watch?v=QMkltd6dZzU
Even if anchor text did not flow through URL links I would still focus on having user friendly URLs. User CTR is higher on a page with a friendly title versus a page with a bunch of numbers that are otherwise meaningless.
Also, we have limited control over how users link to us. We prefer they use good anchor text but for those who simply copy and paste your URL there isn't much that can be done so it's kind of a moot point.
-
If you're going to redo your URLs, you might look at this post by Lunametrics about Google Analytics friendly sites. It offers a few things to think about so your URLs can also provide you value in your analytics.
http://www.lunametrics.com/blog/2010/09/22/designing-google-analytics-friendly-site/
-
Hi Ryan,
I know that anchor text is really important. In my career I've used anchor text such as, if one of the four keywords on a page was "Brown Shoes" then the link would look like
for the best anchor text, but I didn't know that
http://www.zappos.com/brown-shoes
also helped by providing anchor text for "brown shoes" As you said, many times people just use the URL, and I didn't know that Google would separate the URL into pieces and give weight to "brown" and "shoes" since it's in the URL.
In my experience, there's been quite a bit of difference in anchor text between
brown shoe
and
brown shoes
where an exact match is important, and I thought the keywords in the anchor text had to be just words (with spaces) and it is new to me that the URL string works too.
I can see that Google might want to do that, is there any documentation on this? It's OK if there's not.
-
I second all the comments below. That should give you enough professional consensus in this arena to head in the right direction. Redirect with teh keywords, and this will have the best long-term results.
As for Google parsing keywords out of urls or anything else... You will need to remember that for the most part google ignores special characters and parameters in both content and urls. It doesnt matter if the url is in a link or the actual url bar up top, google will treat it the same. Google knows its a url string, and applies its "url parsing logic" to it. So it only makes sense that a full url link would be parsed, just the same way your website url is parsed because it includes the keywords. Its the same logic.
-
I would be happy to supply supporting evidence on any point.
I am a bit unclear on what you are requesting. You want to see documentation that the use of anchor text offers a SEO value?
-
Hi Ryan,
I see what you mean about the technology extensions, I'll avoid them from here on out.
As to the anchor text, I didn't know that Google parsed the anchor text like it does a URL to extract keywords. You are an excellend SEO, so I'd like to just take your word for it, but could you give me more understanding of how keywords in anchor text works just like keywords in URL (parsing the "-" and "/") or a link to a Matt Cutts video that implies this (I just searched and didn't find one).
I can't just take your word for it, even though you're an amazing SEO, since I've found that many advanced SEOs are wrong on a few details (though I think you are great)
Thanks again, this is invaluable information
-
There are a few reasons for not using technology extensions with urls (i.e. html, htm, php, etc)
-
any time you use a redirect there is work involved for you, the server has to check incoming URLs against the list of 301s, etc. They are a normal part of online life, but their use should be minimized. There is a high likelihood you may decide to upgrade your site which would change your .html pages to .php pages. Your URL would be identical except the extension, which would require a 301 for your whole site.
-
any time a 301 is used there is a loss of link authority
-
the extension is not helpful to users and makes your URLs appear more complex and possibly confusing to users
-
a site that shows their extensions is making things easier for anyone who wishes to attack your site. Sure it's a small item, but good security is about taking all the steps you can to make things more difficult for attackers.
With respect to the URL, Google fully understands and adjusts for the slash and dashes in URLs.
how you know it works?
It's fundamental to the concept of anchor text. Take a look at the below two links:
Both of the above links lead to the same place, the SEOmoz home page. What varies is the anchor text. Google is a multi-billion dollar company. They understand to remove the http:// prefix along with the .org/ suffix.
There are many discussions and resources on this topic. One relevant video from Matt Cutts: http://www.youtube.com/watch?v=gRzMhlFZz9I
-
-
Ryan,
I am very impressed by your comments. I've been doing this a long time and I never thought of that.
So if someone's anchor tet is www.shoes.com/brown-sandles
and my keyword is brown sandles
then google will see "brown" and "sandles" even though there is a "/" and an "-" in there too? Could you go into detail about this, and how you know it works?
Also, what is the reasoning besides keeping the .html off of the end of the keyword rich URL?
Again, amazing advice.
-
A couple thoughts to add...
A primary reason keywords in your URL are so important is primarily due to their anchor text value. Yes Google will offer a boost but what amplifies this factor is the fact that most links to your site will include the keyword. People can be lazy and lack knowledge, so they link to your site simply by copying and pasting the URL rather then using anchor text. When that happens the URL is the anchor text. So if your domain is shoes.com then every URL link to your site includes "shoes" in it.
Having keywords deeper in your URL is very helpful for several reasons, but they will never match the power of having them in your root URL.
Also, if you are going to restructure your site I strongly recommend you use technology-free URLs. Remove the .html from the end of your URLs.
-
hi -
i've been through this and can offer a few suggestions:
1.) see if your server can use some sort of rewrite program like isapi rewrite. you can create code to have the page rewrite the url to what you want.
2.) consider moving to a new ecommerce platform (scary, i know) and then using 301's from your old stuff to your new stuff. any ecommerce vendor that is not using seo friendly product url's in 2011 does not deserve your business. if they aren't doing that chances are they may also be behind on such things as pci compliance, security, and general features.good luck!
-
hi -
i've been through this and can offer a few suggestions:
1.) see if your server can use some sort of rewrite program like isapi rewrite. you can create code to have the page rewrite the url to what you want.
2.) consider moving to a new ecommerce platform (scary, i know) and then using 301's from your old stuff to your new stuff. any ecommerce vendor that is not using seo friendly product url's in 2011 does not deserve your business. if they aren't doing that chances are they may also be behind on such things as pci compliance, security, and general features.good luck!
-
The amount of juice you will lose will be made up in the long run by having the keyword in the page name.SEO should be a long-term goal, and having the keyword in the page name is the best situation.
I have, and would recommend, doing it.
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
-
Keywords dropping
My website http://www.refrigeratedtransportuk.com/ is dropping like a stone for the keyword 'refrigerated transport'. Even though the page gets a grade A, can anyone help?
On-Page Optimization | | CreativeCow0 -
URL advice
Hi & thanks for looking, I'm not sure if I've adopted the best SEO URL structure for my site, www.vintageheirloom.com For instance, www.vintageheirloom.com/product-category/authentic-designer-vintage-bags/ Works great for the top level category 'All bags', as I'm trying to keyword authentic designer vintage bags. However the sub categories for instance 'Clutch bags' appears as, www.vintageheirloom.com/product-category/authentic-designer-vintage-bags/vintage-clutch-bags/. As you can see at the moment this URL contains duplicate terms vintage & bags. I'm guessing that duplicate keywords in a url isn't too smart, but should amend with Option 1, 2, 3 or something completely different? Option 1 - keep the top level category url the same, change the subcategory: www.vintageheirloom.com/product-category/authentic-designer-vintage-bags/clutch/ Option 2 - amend the top level category: www.vintageheirloom.com/product-category/authentic-designer/vintage-clutch-bags/ Option 3 - amend the top level category as this: www.vintageheirloom.com/product-category/bags/authentic-designer-vintage-clutch/ By the way I'm using WordPress with Woocommerce. I've asked but it's not possible with some technical issues to remove the /product-category/ section. But each product is for example just: www.vintageheirloom.com/shop/vintage-coach-yellow-duffel-sac-bag/ .... sweet. Thanks again !!
On-Page Optimization | | well-its-1-louder0 -
Keyword repeats/presence in url's & over-optimisation
Hi I'm about to launch a redesigned site and worried about overdoing kw presence on-page, primarily using in url's since will already be using kw in titles as well as page content. What's current thinking re over optimisation: If kw is in titles and page content is it best not to repeat again in url structure i.e. less is more, even though this will cause things like SeoMoz on-page grade score to fall, or better to keep them/add them ? Personally i think it makes sense to include kw in url again since helps make the page relevant, and so long as matches the content should help as opposed to hinder rankings for the pages target keyword. However when i look into this some say don't do this since is over-optimisation The sites generally ranking quite well for its target kw which i obviously don't want to lose after re-launch & hopefully improve further, in the case of this example they are 'Sports Centre Services' & 'Sports Centre Equipment Rental'). The sites current url structure is similar to this below example: frankssportscentres.com/services/sports-centre-equipment-rental Would it be better to keep following existing/above format or to go with either of the below options i.e. more kw rich urls or less: frankssportscentres.com/sports-centre-services/sports-centre-equipment-rental Or frankssportscentres.com/sports-centre-services/equipment-rental Or even less frankssportscentres.com/services/equipment-rental Many Thanks in advance for any helpful comments Cheers Dan
On-Page Optimization | | Dan-Lawrence0 -
Positioning the keyword in two pages
Hi there! I've decided to use four criteria (keywords) for my website. The "problem" is that I have to use the same keyword (criteria) in two different pages. Is there a problem If I do this? On the other side, there are two sections of the web that (I assume) must have title and description tag as well as a keyword/criteria (Contact and Registration)....any advice?¿should they have a ttile and a description?¿Should they have a keyword associated? Thanks in advance for the answer.
On-Page Optimization | | juanmiguelcr0 -
Spammy link for each keyword
Some people believe that having a link for each keyword and a page of content for each keyword (300+ words) can help ranking for those keywords. However, the old approach of having "restaurant New York", "restaurant Buffalo", "restaurant Newark" approach has become seen as a terrible SEO practice. I don't know whether this was because it's spammy or because people usually combined it with thin content that was 95% duplicate. Which brings us to; http://hungryhouse.co.uk/ Why does such a major company have the following on the site (see the footer); Aberdeen Takeaway Birmingham Takeaway Brighton Takeaway Bristol Takeaway Cambridge Takeaway Canterbury Takeaway Cardiff Takeaway Coventry Takeaway Edinburgh Takeaway Glasgow Takeaway Leeds Takeaway Leicester Takeaway Liverpool Takeaway London Takeaway Manchester Takeaway Newcastle Takeaway Nottingham Takeaway Sheffield Takeaway Southampton Takeaway York Takeaway Indian Takeaway Chinese Takeaway Thai Takeaway Italian Takeaway Cantonese Takeaway Pizza Delivery Sushi Takeaway Kebab Takeaway Fish and Chips Sandwiches Do they know something I don't? [unnecessary links removed by staff]
On-Page Optimization | | JamesFx0 -
Redirecting URLS on windows
Could anyone help out here please. A client of ours have reveloped their website from HTML to ASP (helpful!). They have 60 odd pages indexed in Google with the .html extension. We need to do a redirect on these pages so that all link juice is passed to the new pages. What would be the best way to do this please?
On-Page Optimization | | Grumpy_Carl0 -
Content Tabs and Keyword Stuffing
I am in the process of drawing up content templates to guide my company's marketing team in creating SEO optimized content as we move over our retail website to a new platform. On each product page, we will have multiple tabs that are crawl-able, each one containing different chunks of information on the products. Within each tab, I was thinking of breaking up the content and adding SEO value by using headers (h2 or h3) that have a keyword included. So, for example: "How The PRODUCT NAME Works" and "User Manuals for your PRODUCT NAME." Between the multiple tabs, in headers alone, the main keyword for the product (which will usually be the product name) will be on the page 7 times. Between this and the keywords that are part of the actual content (ex: product description), is this too many keyword instances? I know headers are often skimmed or skipped when used to simply break up the content, so I don't think they will impact user experience too much. However, I would love some feedback on if you agree with that and if you think I should cut down on the number of keywords or if I am headed in the right direction. Thanks!
On-Page Optimization | | Marketing.SCG0 -
Duplicate product urls
Our site automatically creates shorter urls for the products. There is a rel canonical tag in place, but webmaster tools shows these urls have duplicate title tags. Here is an example: http://www.colemanfurniture.com/holden-desk.htm http://www.colemanfurniture.com/writing-desks-secretary-desks/holden-desk.htm Should the longer url be redirected to the shorter one?
On-Page Optimization | | thappe0