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
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
-
Website title duplicates in SEO description
Hi - My website title (company name) repeats in the SEO description. My host service is Square Space. How do I fix this?
Technical SEO | | Peeker
Thanks! Paula board-directors0 -
Duplicate Content on a Page Due to Responsive Version
What are the implications if a web designer codes the content of the site twice into the page in order to make the site responsive? I can't add the url I'm afraid but the H1 and the content appear twice in the code in order to produce both a responsive version and a desktop version. This is a Wordpress site. Is Google clever enough to distinguish between the 2 versions and treat them individually? Or will Google really think that the content has been repeated on the same page?
Technical SEO | | Wagada0 -
Wordpress rel next & previous for SEO
Hi, I have implemented this function into my wordpress theme. However, I can only get the prev rel to show up. Does anyone have an idea? function rel_next_prev(){
Technical SEO | | SEOhughesm
global $paged; if ( get_previous_posts_link() ) { ?>
} if ( get_next_posts_link() ) { ?>
} }
add_action( 'wp_head', 'rel_next_prev' );
?>0 -
Unavoidable duplicate page
Hi, I have an issue where I need to duplicate content on a new site that I am launching. Visitors to the site need to think that product x is part of two different services. e.g. domain.com/service1/product-x domain.com/service2/product-x Re-writing content for product x for each service section is not an option but possibly I could get over that only one product-x page is indexed by search engines. What's the best way to do this? Any advice would be appreciated. Thanks, Stuart
Technical SEO | | Stuart260 -
Results Pages Duplication - What to do?
Hi all, I run a large, well established hotel site which fills a specific niche. Last February we went through a redesign which implemented pagination and lots of PHP / SQL wizzardy. This has left us, however, with a bit of a duplication problem which I'll try my best to explain! Imagine Hotel 1 has a pool, as well as a hot tub. This means that Hotel 1 will be in the search results of both 'Hotels with Pools' and 'Hotels with Hot Tubs', with exactly the same copy, affiliate link and thumbnail picture in the search results. Now imagine this issue occurring hundreds of times across the site and you have our problem, especially since this is a Panda-hit site. We've tried to keep any duplicate content away from our landing pages with some success but it's just all those pesky PHP paginated pages which doing us in (e.g. Hotels/Page-2/?classifications[]263=73491&classifcations[]742=24742 and so on) I'm thinking that we should either a) completely noindex all of the PHP search results or b) move us over to a Javascript platform. Which would you guys recommend? Or is there another solution which I'm overlooking? Any help most appreciated!
Technical SEO | | dooberry0 -
Significance of Page speed to SEO?
I am in the middle of optimizing sites for SEO, and am wondering how big of a factor it is to get page load speed under 1.5 seconds? I am prioritizing tasks and I want to know how much this could affect trafiic? Thanks
Technical SEO | | Zachary_Russell1 -
Title Missing: Page is an Action
I have a page that has a missing Title Tag. I had a look at the page and it looks like an action, this is part of th cart. http://mydomainxyz.com/billing/status/index.php?action=phpinfo Is this a problem? How dod i deal with this?
Technical SEO | | stefanok0 -
Page Titles where URL customization is limited
Hi all, I'm working for a new company which has several websites built on the Miva Merchant 5.5 platform. I'm new to SEO and trying to improve one specific category of products. With Miva the URL structure is set to: "category/" or "product/". I would have liked to have the ability to create URLs like "bike/beach-cruisers/mens-red-hawaiian.html". Since I cannot do that I'm trying to determine the best product name and page titles. Currently all of our titles have the word "bike". So when a category page is displayed, which shows over 100 products I get flagged in my campaign for over using the keyword "bike". However, if I take the work "bike" out of the page title I'm concerned that it would hurt us in the SERPs. Another factor that I'm getting flagged for on my campaign is the fact that our navigation uses the same key words repeatedly in each link. I'm not sure if it's really hurting us or not. Below is an example. I'm looking for some input on recommendations for product names and page titles. Below are some examples of what I'm working with. Any input or suggestions are greatly appreciated. Menu Sample: Bikes-Street-Blue-Mens Bikes-Street-Blue-Womens Bikes-Street-Blue-Kids Bikes-Street-Orange-Mens Bikes-Street-Orange-Womens Bikes-Street-Orange-Kids Bikes-Beach-Cruiser-Blue-Mens Bikes-Beach-Cruiser-Blue-Womens Bikes-Beach-Cruiser-Blue-Kids Bikes-Beach-Cruiser-Orange-Mens Bikes-Beach-Cruiser-Orange-Womens Bikes-Beach-Cruiser-Orange-Kids Current Page Titles/Name: Mens Bike Street Blue | XYZ Bike Mfg. - product/mens-bike-street-blue.html Mens Bike Street Orange | XYZ Bike Mfg. - product/mens-bike-street-orange.html Womens Bike Street Blue | XYZ Bike Mfg. - product/womens-bike-street-blue.html Womens Bike Street Orange | XYZ Bike Mfg. - product/womens-bike-street-orange.html
Technical SEO | | Technical_Contact0