SEO Mox reporting all pages & titles as duplicate, but this is not the case.
-
HI, I am confused . This week SEOMoz is reporting that all my pages and pages titles are duplicate. This is not the case. I have added geo meta tags to each page - could this be causing the duplicate page content condition? I have no theory about the title duplicate condition. I have uploaded pdfs of these seomoz reports here: http://www.2shared.com/document/JAgS2Ni9/Issue_-Duplicate_Page_Content.html http://www.2shared.com/document/gyXcMsoP/Issue-Duplicate_Page_Title-.html Help please. thanks.
-
Rel canonical is definitely NOT the preferred way to handle this kind of situation, IMO, Zach. Best practice is to run the 301 redirect to give the Search Engines (and users!) the clearest message as to the Fully Qualified Domain.
This isn't a matter of the 2 URLs needing to exist, which is when you use rel canonical. The second variation serves no possible useful purpose, so should be redirected in order to get rid of it altogether.( In my experience, rel canonical also doesn't seem to reliably pass page influence the way 301s do.)
For example, by doing the redirect, the URL will always appear in the address bar as the www version, so if someone copies that address, they'll always end up using the canonical FQDN.
That said, Richard, you can also use Google Webmaster Tools to tell the Search Engines that you want your www version to be considered canonical. It's just one more way of signalling to them.
Once this is working, you're going to want to be very careful to always use the FQDN yuorself - ie always write links using the full www.weddingdancelessons.co.uk, whether on your own site or when you're getting links back to yourself.
-
That new rule won't catch all the related subpages, Richard.
Here's the standard version I use - give it a shot, then test it.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^weddingdancelessons.com.au$
RewriteRule (.*) http://www.weddingdancelessons.com.au$1 [R=301,L]Paul
-
yes thanks.
I already had:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^weddingdancelessons.com.au$
RewriteRule ^/?$ "http://www.weddingdancelessons.com.au/" [R=301,L]in my .htaccess file but these errors as per the ref you provided. So I am not sure if this is working.
Would
Redirect 301 http://weddingdancelessons.com.au http://www.weddingdancelessons.com.au
solve the problem ?
-
I think you should continue looking at doing a 301 redirect instead.
You can use the canonical tag, but you should do so in cases where you intend to have different URLs for one main page (e.g. www.example.com/blue-widget.html, www.example.com/widgets/blue-widget.html). Here is a another question regarding canonicals where Ryan Kent provides a good explanation for this.
You can learn more about 301 redirecting here. Yoast also provides some information for how to do it here.
-
Thanks Paul,
so would this be the correct syntax in line 1 of .htacess file?
Redirect 301 http://weddingdancelessons.com.au http://www.weddingdancelessons.com.au
Thanks.
-
We literally just wrote on the same error I ran through screaming frog, and there is definitely duplicate content because of non-canonical URLs.
-
Hello Richard, I just ran your site through a tool called screaming frog, which instantly crawls your site and allows me to view errors such as duplicate titles and the like. Here is what happened, when Screaming Frog, and SEOmoz crawls your site, they see both URLS: http://www.weddingdancelessons.com.au/index.html http://weddingdancelessons.com.au/index.html Both have the same title: "Wedding Dance Lessons Sydney | Dancing Lessons to couples to learn their first dance and to look confident at their wedding." Even though to humans there is little deliniaton between the two, it is exteremely important to search engines. The solution to this is to use the rel="cannonical" tag check out this blog post http://www.seomoz.org/blog/complete-guide-to-rel-canonical-how-to-and-why-not, it's dated but still relevant to your case. Once all of your pages have that tag, your SEO issues should resolve themselves Please let me know if you have any more questions Zach
-
As near as I can tell, Richard, the crawl is reporting the issue because you don't have canonicalization of the primary domain of the website. Big words to mean that your site is resolving at both www.weddingdancelessons.com.au and weddingdancelessons.com.au (without the www)
Search Engines and therefore Mozbot will see these as two different sets of pagesx, therefore duplicating each other.
If you look down the list of pages reported, you'll see that some are listed with the www and some without.
What should happen is that one of those two versions is 301-redirected to the other. Best practice is usually to redirect the non-www to the www version, although it can be worth double-checking which version has more incoming links/page authority before making the final choice.
Since this looks like it's just happened, it may be that there have been changes made to the .htaccess file that have messed up previous settings, or it may be that the crawler just caught the dupes this time.
Paul
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
-
Google Listing Brand Name as Page Title rather than actual set Title
Any search result including our website is displaying our search result title like this: "Brand Name: Partial Page Title" instead of what it should be "Page Title" (as an example). Where is the "Brand Name:" coming from? We've verified we don't have any code that could cause this, and we're blocking in robots.txt directory listings being used for our search result title/meta. This isn't happening for our competitors. Any ideas on why this is, and if it's something we can control?
Technical SEO | | Closetstogo0 -
New pages need to be crawled & indexed
Hi there, When you add pages to a site, do you need to re-generate an XML site map and re-submit to Google/Bing? I see the option in Google Webmaster Tools under the "fetch as Google tool" to submit individual pages for indexing, which I am doing right now. Thanks,
Technical SEO | | SSFCU
Sarah0 -
Page title tags and joomla/JCE
I'm working with a joomla/JCE website. At the moment, the 'title' field in articels controls the page title, menu item name and H1 tag. I've read that I can stop this happening so that I can name each separately and get my Page title tag back! Is anyone using joomla/JCE and can give any advice on how to do this? Many thanks. Iain
Technical SEO | | iain0 -
Update page for better SEO score?
Hi, Is it important to update a page sometimes to score better in SEO?
Technical SEO | | parfumerienl
Or if i make a page and never change it, it would be good enough.0 -
Duplicate page content
Hello, My site is being checked for errors by the PRO dashboard thing you get here and some odd duplicate content errors have appeared. Every page has a duplicate because you can see the page and the page/~username so... www.short-hairstyles.com is the same as www.short-hairstyles.com/~wwwshor I don't know if this is a problem or how the crawler found this (i'm sure I have never linked to it). But I'd like to know how to prevent it in case it is a problem if anyone knows please? Ian
Technical SEO | | jwdl0 -
Duplicate Content on Product Pages
Hello I'm currently working on two sites and I had some general question's about duplicate content. For the first one each page is a different location, but the wording is identical on each; ie it says Instant Remote Support for Critical Issues, Same Day Onsite Support with a 3-4 hour response time, etc. Would I get penalized for this? Another question i have is, we offer Antivirus support for providers ie Norton, AVG,Bit Defender etc. I was wondering if we will get penalized for having the same first paragraph with only changing the name of the virus provider on each page? My last question is we provide services for multiple city's and towns in various states. Will I get penalized for having the same content on each page, such as towns and producuts and services we provide? Thanks.
Technical SEO | | ilyaelbert0 -
Duplicate title tags and meta description tags
According to GWT, it seems that some of the pages on my website have duplicate title and meta tags. The pages identified by Google are nothing but dynamic pages: http://www.mywebsite.com/page.php
Technical SEO | | sbrault74
http://www.mywebsite.com/page.php?param=1
http://www.mywebsite.com/page.php?param=2 The thing is that I do use the canonical link tag on all pages. Should I also use the "robots noindex" tag when the page is invoked using a GET parameter? Again sorry for my english. Thank you, Stephane1 -
Snippets on every page considered duplicate content?
If I create a page that pulls a 10 snippets of information from various external site, would that content be considered duplicate content? If I link to the source, would it be recommended to use a "nofollow" tag?
Technical SEO | | nicole.healthline0