Pages with duplicate meta descriptions
-
We have around 17 pages have underscores in the URL. From the 17 pages, we have changed 3 pages URL for example if the url is test_sample_demo.html, we have changed as test-sample-demo.html
After the updates, we have made redirect as follows
Redirect 301 test_sample_demo.html test-sample-demo.html
Presently google webmaster tool shows as "Pages with duplicate meta descriptions" & "Pages with duplicate title tags" for changed pages
How to fix this. Please help us
-
Hi,
It sounds like the 301 isn't implemented correctly OR Google didn't yet crawl the old URLs after you implemented the redirect.
How long ago did you change the URLs? If it's only a few days ago I'd just wait for Google to crawl your old URLs again and detect the 301.
Hope it helps.
-
This is likely to be Google's auditing system (from within Google Search Console) errors and is (probably) not your fault. If pages which are redirecting are being flagged as having duplicate Meta descriptions, that is demonstrably and necessarily factually inaccurate. A page which redirects somewhere else **never serves its source code **to Google, users or anyone else (assuming that the redirect is global, of course). If the source code is never seen, Google should not be able to find any Meta description let alone a duplicate one.
In all likelihood Google is comparing the new URLs against cached versions of the old pages (instead of re-visiting the old addresses as live URLs like it should do). As such it believes there's duplicate Meta data. When it eventually bothers to _actually _re-crawl the old URLs - it will eventually work out its issues and fix itself. If you want to speed it along, Fetch and render the old URLs so that Google knows they are actually redirecting now. Following that, spam the 'mark as fixed' thing until it complies with your work.
If however you are exempting Google from those particular redirects (maybe via the Googlebot user-agent), then obviously it can't see the redirects and is still accessing the old page-versions. Make sure that Google follows 301 redirects in the same way that users are forced to.
Be sure to test the redirects manually using something like this chrome extension. Test that the redirects work. Set your user-agent to Googlebot, do a hard refresh to clear your cache - try the page again. Try using a VPN to access the redirects from servers in different locations (try the UK, somewhere in Europe, the USA). Sometimes redirects are 'conditional' and if Google is somehow slipping through the net, that's a problem for you. Never just accept "well someone told me it was coded like this so it must always apply". Test manually, work out the real truth
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
-
Duplicate page content
Hello, The pro dashboard crawler bot thing that you get here reports the mydomain.com and mydomain.com/index.htm as duplicate pages. Is this a problem? If so how do I fix it? Thanks Ian
Technical SEO | | jwdl0 -
Is it bad to have your pages as .php pages?
Hello everyone, Is it bad to have your website pages indexed as .php? For example, the contact page is site.com/contact.php and not /contact. Does this affect your SEO rankings in any way? Is it better to have your pages without the extension? Also, if I'm working with a news site and the urls are dynamic for every article (ie site.com/articleid=2323.) Should I change all of those dynamic urls to static? Thank You.
Technical SEO | | BruLee0 -
I am trying to correct error report of duplicate page content. However I am unable to find in over 100 blogs the page which contains similar content to the page SEOmoz reported as having similar content is my only option to just dlete the blog page?
I am trying to correct duplicate content. However SEOmoz only reports and shows the page of duplicate content. I have 5 years worth of blogs and cannot find the duplicate page. Is my only option to just delete the page to improve my rankings. Brooke
Technical SEO | | wianno1680 -
150 Duplicate page error
I am told that I have 150 duplicate page content. It seems that it is the login link on each of my pages. Is this an error? Is it something I have to change? Thanks Login/Register at http://irishdancingdress.com/wp-login.php?redirect_to=http%3A%2F%2Firishdancingdress.com%2Fdress
Technical SEO | | ukkpower0 -
Google inconsistent in display of meta content vs page content?
Our e-comm site includes more than 250 brand pages - lrg image, some fluffy text, maybe a video, links to categories for that brand, etc. In many cases, Google publishes our page title and description in their search results. However, in some cases, Google instead publishes our H1 and the aforementioned fluffy page content. We want our page content to read well, be descriptive of the brand and appropriate for the audience. We want our meta titles and descriptions brief and likely to attract CTR from qualified shoppers. I'm finding this difficult to manage when Google pulls from two different areas inconsistently. So my question... Is there a way to ensure Google only utilizes our title/desc for our listings?
Technical SEO | | websurfer0 -
SEO MOZ report showing duplicate content pages with without ending /
Hello the SEOMOZ report is showing me I have a lot of duplicate content and then proceeds listing almost every page on my site as showing with a URL with an ending "/" and without. I checked my sitemap and only one version is there, the one with "/". I have a Wordpress site. Any recommendations ? Thanks.
Technical SEO | | dpaq20110 -
Duplicate Page Titles and Content
I have a site that has a lot of contact modules. So basically each section/page has a contact person and when you click the contact button it brings up a new window with form to submit and then ends with a thank you page. All of the contact and thank you pages are showing up as duplicate page titles and content. Is this something that needs to be fixed even if I am not using them to target keywords?
Technical SEO | | AlightAnalytics0 -
On Page 301 redirect for html pages
For php pages youve got Header( "HTTP/1.1 301 Moved Permanently" );
Technical SEO | | shupester
Header( "Location: http://www.example.com" );
?> Is there anything for html pages? Other then Or is placing this code redirect 301 /old/old.htm http://www.you.com/new.php in the .htaccess the only way to properly 301 redirect html pages? Thanks!0