Pagination duplicate title and meta description
-
Hello,
Getting a lot of duplicate title and meta description errors via google webmaster tools.
For best SEO practices, do i no-index the page/2's, page/3's...?
More importantly, i see how MOZ did it by adding "page 3" to their titles such as http://moz.com/blog?page=3. Is that a better way of doing it? If so, how do i do that on Yoast SEO?
Thank you so much!
-
That's a slick piece of code but fortunately this is no longer an issue for titles of paginated posts when running the Yoast plugin. The paginated pages say Page "#" of "total pages #".
-
Hi there.
Here is a code solution - it adds " - Page: X" where X is a number of page. Add it to functions.php file of wordpress:
<code>php # -*- coding: utf-8 -*-/** * Plugin Name: T5 Add page number to title * Description: Adds ` | Page $number` to the page title. * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php */if(! function_exists('t5_add_page_number')){function t5_add_page_number( $s ){global $page; $paged = get_query_var('paged')? get_query_var('paged'):1;! empty ( $page )&&1< $page && $paged = $page; $paged >1&& $s .=' | '. sprintf( __('Page: %s'), $paged );return $s;} add_filter('wp_title','t5_add_page_number',100,1); add_filter('wpseo_metadesc','t5_add_page_number',100,1);}</code>
-
I did in my answer above.
If you want to totally solve it, also add a canonical to lead to a page that has ALL your posts shown. (Done manually, not through yoast)
-
Shakur,
Thank you. Is there a way to implement those tactics via Yoast SEO?
I made a post for it here as well:
-
You can just noindex those sub pages in Yoast under Titles and Metas
-
Hi there,
There are a lot of options, but there's serious danger in using the wrong structures.
Take a look on this post, it may help you http://moz.com/blog/pagination-best-practices-for-seo-user-experience
Regards
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
-
Webmaster is giving errors of Duplicate Meta Descriptions and Duplicate Title Tags
Webmaster is giving errors of Duplicate Meta Descriptions and Duplicate Title Tags after I changes the permalinks structure in wordpress. It there a quick fix for this and how damaging is the above for seo. Thanks T
Intermediate & Advanced SEO | | Taiger0 -
Shall I change duplicated product descriptions if I am top ranking result and was first to publish it?
about 20% of total 500 products in our shop have a manufacturer product description, which appears repeatedly on maybe 10 other sites and also on ebay and amazon. Issue is just with our own brand. We have another brand website where we publish the same product descriptions as well (google knows that we own both sites). The product description was first published on shop website before anywhere else and we are ranking number one for the product despite quite strong competition and we outrank our brand website as well. Which of the following options would you opt for? keeping the description and just adding some unique content replacing the complete product description by a new one
Intermediate & Advanced SEO | | lcourse0 -
Noindex Valuable duplicate content?
How could duplicate content be valuable and why question no indexing it? My new client has a clever african safari route builder that you can use to plan your safari. The result is 100's of pages that have different routes. Each page inevitably has overlapping content / destination descriptions. see link examples. To the point - I think it is foolish to noindex something like this. But is Google's algo sophisticated enough to not get triggered by something like this? http://isafari.nathab.com/routes/ultimate-tanzania-kenya-uganda-safari-july-november
Intermediate & Advanced SEO | | Rich_Coffman
http://isafari.nathab.com/routes/ultimate-tanzania-kenya-uganda-safari-december-june0 -
Duplicate Content Question
Currently, we manage a site that generates content from a database based on user search criteria such as location or type of business. ..Although we currently rank well -- we created the website based on providing value to the visitor with options for viewing the content - we are concerned about duplicate content issues and if they would apply. For example, the listing that is pulled up for the user upon one search could have the same content as another search but in a different order. Similar to hotels who offer room booking by room type or by rate. Would this dynamically generated content count as duplicate content? The site has done well, but don't want to risk a any future Google penalties caused by duplicate content. Thanks for your help!
Intermediate & Advanced SEO | | CompucastWeb1 -
Duplicate Page Content / Titles Help
Hi guys, My SEOmoz crawl diagnostics throw up thousands of Dup Page Content / Title errors which are mostly from the forum attached to my website. In-particular it's the forum user's profiles that are causing the issue, below is a sample of the URLs that are being penalised: http://www.mywebsite.com/subfolder/myforum/pop_profile.asp?mode=display&id=1308 I thought that by adding - http://www.mywebsite.com/subfolder/myforum/pop_profile.asp to my robots.txt file under 'Ignore' would cause the bots to overlook the thousands of profile pages but the latest SEOmoz crawl still picks them up. My question is, how can I get the bots to ignore these profile pages (they don't contain any useful content) and how much will this be affecting my rankings (bearing in mind I have thousands of errors for dup content and dup page titles). Thanks guys Gareth
Intermediate & Advanced SEO | | gaz33420 -
Duplicate content clarity required
Hi, I have access to a masive resource of journals that we have been given the all clear to use the abstract on our site and link back to the journal. These will be really useful links for our visitors. E.g. http://www.springerlink.com/content/59210832213382K2 Simply, if we copy the abstract and then link back to the journal source will this be treated as duplicate content and damage the site or is the link to the source enough for search engines to realise that we aren't trying anything untoward. Would it help if we added an introduction so in effect we are sort of following the curating content model? We are thinking of linking back internally to a relevant page using a keyword too. Will this approach give any benefit to our site at all or will the content be ignored due to it being duplicate and thus render the internal links useless? Thanks Jason
Intermediate & Advanced SEO | | jayderby0 -
Blog Duplicate Content
Hi, I have a blog, and like most blogs I have various search options (subject matter, author, archive, etc) which produce the same content via different URLs. Should I implement the rel-canonical tag AND the meta robots tag (noindex, follow) on every page of duplicate blog content, or simply choose one or the other? What's best practice? Thanks Mozzers! Luke
Intermediate & Advanced SEO | | McTaggart0 -
Duplicate content
Is there manual intervention required for a site that has been flagged for duplicate content to get back to its original rankings, once the duplicated content has been removed? Background: Our site recently experienced a significant drop in traffic around the time that a chunk of content from other sites (ie. duplicate) went live. While it was not an exact replica of the pages on other sites, there was quite a bit of overlap. That content has since been removed, but our traffic hasn't improved. What else can we do to improve our ranking?
Intermediate & Advanced SEO | | jamesti0