OSE says URL redirects to URL with trailing slash but it doesn't.
-
Site is www.example.com/folder/us and OSE says this URL redirects to www.example.com/folder/us/, but it does not. When I look at the OSE report for the latter version with the "/" it says "No Data Available For This URL". Why would that be?
The original URL is www.example.com and it redirects to www.example.com/folder/us.
Is this anything I need to worry about? I thought that the trailing / doesn't really mean much anymore but nonetheless, why does it think it redirects there?
-
It makes perfect sense, thank you!
-
Okay, not to make everything more complicated, but it's generally best practice to force rewrite everything to lower-case. Technically, uppercase and lowercase URLs are different addresses, which gives way to duplicate content issues. That said, in the real world I've rarely seen this make much of an impact - it's more a case of crossing your T's and dotting your i's.
As an easier alternative to redirects and forcing lowercase, it might be easier to implement rel=canonical tags on all of these pages. This would tell search engines which version of the URL was "correct" and not worry about the others.
So all of these URLs:
www.example.com/folder/US
www.example.com/folder/US/
www.example.com/folder/us
www.example.com/folder/us/... would have the same canonical tag in the
Make sense? Hope I'm not adding additional confusion to the situation.
-
Thank you so much for the great response. I figured out why it is redirecting but now I'm even more confused.
The URL www.example.com redirects to www.example.com/folder/US. The URL www.example.com/folder/us (lowercase letters) redirects to the version with the trailing slash - www.example.com/folder/us/.
So apparently in OSE I typed in the lowercase version. Either way, they have a lot of different versions out there.
-
Hi Kellibean,
So technically, a folder with a trailing slash is different from one without. Although in reality search engines will hardly ever ding you for this, it's best practice to have one version redirect to the other.
For example, if you try to access http://www.seomoz.org/blog/ (with the trailing slash) it will drop the slash through a 301 redirect. This practice dates back to the old days of SEO when search engines weren't as sophisticated, and these 2 urls could be misinterpreted as duplicate content. Even though it is not as big of a problem today, it's still best practice (and I recommend) to do so.
OSE operates under these strict rules, so when it says "No Data Available" that means it has no link data available for that exact URL, even if it has data for it's trailing slash sister.
That said, without knowing the URL, it's hard to say why OSE detects a redirect. Sometimes what's visible in your browser doesn't match the server header information. I'd do a crawl of your site with Screamng Frog (free version) and check all your server headers, or use the MozBar to do it one at a time.
If you have a question about a particular URL and how it interacts with any SEOmoz tool, feel free to contact the Help Team (help@seomoz.org) and they can look into the issue for free.
Best of luck.
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
-
MOZ says I'm better, but google lists me lower
I have a competitor that is ranking higher for a keyword in Google. But when I look at the MOZ On-Page Grader I get an 'A' for the keyword and they get an 'F'. Then when I look at OSE and Compare Link Metrics, I rank significantly higher on every single metric except google +1's. Any idea as to why or where I should be looking as to why I'm ranking lower in actual search results? Keyword: Tiny House Trailers
Technical SEO | | dlouche
My page: http://www.tinyhomebuilders.com/tiny-house-trailers
Competitor Page: [Removed] Thanks Dan0 -
Why can't I rank for my brand name?
We are soon to launch a new company in New Zealand called Zing. I have been tasked with the challenge of ranking as highly as possible for anything to do with Zing before launch in February. Zing is in the financial industry so my colleagues thought that it would be a good idea to make a small blog (very small with literally one post) that reviewed other financial lenders. This sight stayed online for a couple of months before it was replaced. The official website is still yet to launch, so as an in between, I asked that we make a splash page with a small competition on it (see here at zing.co.nz). I would have preferred there were more keywords on the website but this was not achieved. I am still pushing for this and am hoping to get a few pages on there in the near future. Instead of getting the keywords on the splash page, I was given permission to start a subdomain, (blog.zing.co.nz). This contains many more common search terms and although its not quite doing the job I would like, the rankings for Zing have started to increase. At the moment, we are ranking number 1 for a few brand related keywords such as zing loans. This is why I feel something is wrong, because we rank number 1 for over 10 similar terms but yet we DO NOT EVEN APPEAR on the search engines at all for Zing. Have we been penalized? Do you have any suggestions at all? Do you think we could have been penalized for the first average blog? Maybe I messed up the swap over? Any help would be hugely appreciated!
Technical SEO | | Startupfactory0 -
What coding works for SEO and what coding doesn't?
Hi: I recently learned about inline styles and that Google started penalizing sites for that in October. Then I was told that Wix and Flash don't work (or work well) either for SEO as the engines won't crawl them (I think). Does anyone know of a blog that goes over everything that doesn't work so that I could recognize it when I look at someone's code. Anyone know of such a resource? Cheers, Wes
Technical SEO | | wrconard0 -
What to do with 404 errors when you don't have a similar new page to 301 to ??
Hi If you have 404 errors for pages that you dont have similar content pages to 301 them to, should you just leave them (the 404's are optimised/qood quality with related links & branding etc) and they will eventually be de-indexed since no longer exist or should you 'remove url' in GWT ? Cheers Dan
Technical SEO | | Dan-Lawrence0 -
Google is somehow linking my two sites that aren't linked! HELP
Good Morning... In my Google webmaster account it is showing an increase of backlinks between one site i own to the other.... This should not happen, as there are no links from one site to the other. I have thoroughly checked many pages on the new site to see if i can find a backlink, but i can't. Does anyone know why this is showing like this (google now shows 50,000 links from one site to the other).. Can someone please take a look and see if you can find any link from one to the other... original site : http://goo.gl/JgK1e new site : http://goo.gl/Jb4ng Please let me know why you guys think this is happening or if you were actually able to find a link on the new site pointing back to the old site... thanks a lot
Technical SEO | | Prime850 -
Redirect everything from a certain url
I have a new domain (www.newdomain.com) and and an old domain (www.olddomain.com). Currently both domains are pointing (via dns nameserves) at the new site. I want to 301 everything that comes from the www.oldsite.com to www.newsite.com. I've used this htaccess code RewriteEngine On RewriteCond %{HTTP_HOST} !^www.newsite.com$
Technical SEO | | EclipseLegal
RewriteRule (.*) http://www.newsite.com/$1 [R=301,L] Which works fine and redirects if someone visits www.olddomain.com but I want it to cover everything from the old domain such as www.olddomain.com/archives/article1/ etc. So if any subpages etc are visited from the old domain its redirected to the new domain. Could someone point me in the right direction? Thanks0 -
Why this page doesn't get indexed?
Hi, I've just taken over development and SEO for a site and we're having difficulty getting some key pages indexed on our site. They are two clicks away from the homepage, but still not getting indexed. They are recently created pages, with unique content on. The architecture looks like this:Homepage >> Car page >> Engine specific pageWhenever we add a new car, we link to its 'Car page' and it gets indexed very quickly. However the 'Engine pages' for that car don't get indexed, even after a couple of weeks. An example of one of these index pages are - http://www.carbuzz.co.uk/car-reviews/Volkswagen/Beetle-New/2.0-TSISo, things we've checked - 1. Yes, it's not blocked by robots.txt2. Yes, it's in the sitemap (http://www.carbuzz.co.uk/sitemap.xml)3. Yes, it's viewable to search spiders (e.g. the link is present in the html source)This page doesn't have a huge amount of unique content. We're a review aggregator, but it still does have some. Any suggestions as to why it isn't indexed?Thanks, David
Technical SEO | | soulnafein0 -
Why do I have one page showing as two url's?
My SEOMoz stats show that I have duplicate titles for the following two url's: http://www.rmtracking.com/products.php and http://www.rmtracking.com/products I have checked my server files, and I don't see a live page without the php. A while back, we converted our site from html to php, but the html pages have 301's and as you can see the page without the php is properly redirecting to the php page. Any ideas why this would show as two separate url's?
Technical SEO | | BradBorst0