Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
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://a-moz.groupbuyseo.org/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://a-moz.groupbuyseo.org/blog/pagination-best-practices-for-seo-user-experience Regards 
Browse Questions
Explore more categories
- 
		
		Moz ToolsChat with the community about the Moz tools. 
- 
		
		SEO TacticsDiscuss the SEO process with fellow marketers 
- 
		
		CommunityDiscuss industry events, jobs, and news! 
- 
		
		Digital MarketingChat about tactics outside of SEO 
- 
		
		Research & TrendsDive into research and trends in the search industry. 
- 
		
		SupportConnect on product support and feature requests. 
Related Questions
- 
		
		
		
		
		
		Google Pagination Changes
 What with Google recently coming out and saying they're basically ignoring paginated pages, I'm considering the link structure of our new, sooner to launch ecommerce site (moving from an old site to a new one with identical URL structure less a few 404s). Currently our new site shows 20 products per page but with this change by Google it means that any products on pages 2, 3 and so on will suffer because google treats it like an entirely separate page as opposed to an extension of the first. The way I see it I have one option: Show every product in each category on page 1. I have Lazy Load installed on our new website so it will only load the screen a user can see and as they scroll down it loads more products, but how will google interpret this? Will Google simply see all 50-300 products per category and give the site a bad page load score because it doesn't know the Lazy Load is in place? Or will it know and account for it? Is there anything I'm missing? Intermediate & Advanced SEO | | moon-boots0
- 
		
		
		
		
		
		Pagination parameters and canonical
 Hello, We have a site that manages pagination through parameters in urls, this way: friendly-url.html Intermediate & Advanced SEO | | teconsite
 friendly-url.html?p=2
 friendly-url.html?p=3
 ... We've rencently added the canonical tag pointing to friendly-url.html for all paginated results. In search console, we have the "p" parameter identified by google.
 Now that the canonical has been added, should we still configure the parameter in search console, and tell google that it is being use for pagination? Thank you!0
- 
		
		
		
		
		
		Wrong titles in site links
 Hello fellow marketers, I have found this weird thing with our website in the organic results. The sitelinks in the SERP shows wrong written text. As in grammatically incorrect text. My question is where does Google get the text from? It is not the page title as we can see it. kKsFv0X.png Intermediate & Advanced SEO | | auke18101
- 
		
		
		
		
		
		Tabs and duplicate content?
 We own this site http://www.discountstickerprinting.co.uk/ and just a little concerned as I right clicked open in new tab on the tab content section and it went to a new page For example if you right click on the price tab and click open in new tab you will end up with the url Intermediate & Advanced SEO | | BobAnderson
 http://www.discountstickerprinting.co.uk/#tabThree Does this mean that our content is being duplicated onto another page? If so what should I do?0
- 
		
		
		
		
		
		Google and Product Description Tabs
 How does Google process a product page with description tabs? For example, lets say the product page has a tab for Overview, Specifications, What's In the Box and so on. Wouldn't that content be better served in one main product description tab with the tab names used as (htags) or highlighted paragraph separators? Or, does all that content get crawled as a single page regardless of the tabs? Intermediate & Advanced SEO | | AWCthreads0
- 
		
		
		
		
		
		Noindex a meta refresh site
 I have a client's site that is a vanity URL, i.e. www.example.com, that is setup as a meta refresh to the client's flagship site: www22.example.com, however we have been seeing Google include the Vanity URL in the index, in some cases ahead of the flagship site. What we'd like to do is to de-index that vanity URL. We have included a no-index meta tag to the vanity URL, however we noticed within 24 hours, actually less, the flagship site also went away as well. When we removed the noindex, both vanity and flagship sites came back. We noticed in Google Webmaster that the flagship site's robots.txt file was corrupt and was also in need of fixing, and we are in process of fixing that - Question: Is there a way to noindex vanity URL and NOT flagship site? Was it due to meta refresh redirect that the noindex moved out the flagship as well? Was it maybe due to my conducting a google fetch and then submitting the flagship home page that the site reappeared? The robots.txt is still not corrected, so we don't believe that's tied in here. To add to the additional complexity, the client is UNABLE to employ a 301 redirect, which was what I recommended initially. Anyone have any thoughts at all, MUCH appreciated! Intermediate & Advanced SEO | | ACNINTERACTIVE0
- 
		
		
		
		
		
		Duplicate Content on Wordpress b/c of Pagination
 On my recent crawl, there were a great many duplicate content penalties. The site is http://dailyfantasybaseball.org. The issue is: There's only one post per page. Therefore, because of wordpress's (or genesis's) pagination, a page gets created for every post, thereby leaving basically every piece of content i write as a duplicate. I feel like the engines should be smart enough to figure out what's going on, but if not, I will get hammered. What should I do moving forward? Thanks! Intermediate & Advanced SEO | | Byron_W0
- 
		
		
		
		
		
		Why should your title and H1 tag be different?
 Is it dangerous to have your H1 tag and your title the exact same thing? My thought was that it's not be the best use of space, but that it couldn't cause harm. What do you think? Intermediate & Advanced SEO | | MarieHaynes7
 
			
		 
			
		 
			
		 
			
		 
			
		 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				