Pageing page and seo meta tag questions
-
Hi
if i am using paging in my website
there is lots of product in my website
now in paging total paging is 1000 pages
now what title tag i need to add for every paging page
or is there any good way we can tell search engine all page or same ?
-
If I'm understanding you properly that is not a good idea. Google will potentially not be able to crawl your content that way. Regardless of the pagination you still want to be able to surface your content for search. You might consider using push state and pop state to give crawl paths and maintain the quick loading user experience. Be sure to make it gracefully degrade for lesser browsers.
-
is i use java script code for paging like when user click on page no 2 or page no 3 then url will be not change is this good idea?
-
You'll want to canonical all the paginated pages to the first page or a page that lists all the products, then include rel=next/prev in the header. Here is an article that has a good breakdown of what you need to do:
http://searchengineland.com/the-latest-greatest-on-seo-pagination-114284
-
Hi,
Sonds like the issue you are describing is one of Pagination. There are several ways you can remedy this with Meta tags.
If all your pages are very similar and you only want one version of these pages to rank then you can use the Rel=Cannonical meta tag to signal to search engines that these pages are the same as your root page and to attribute all SEO benifit to this page.
So if you have www.mypage.co.uk/producta/page=2, /page=3, /page=4 etc you can place the following meta tag within the Head section of the Pages HTML
<link rel="<a class="attribute-value">canonical</a>" href="www.mypage.co.uk/producta/"/>
Users however will still see the paginated version. More information on this tag can be found here and here.
An alternate would be to let Search engines know that pages are part of the same list by using the rel=next and rel=previous meta tags. These are slightly more complicated to put in place but signify that from /producta the 'rel=next' page is /producta/page=2. And on that page you would state the next page is /page=3 and 'rel=previous' is /producta/ etc. This only really works for lists though and if you have many sorting options can get messy, in which case i would use cannonical. Again more information on this meta tag can be found here.
Hope this helps you out.
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
-
Dynamic Canonical Tag for Search Results Filtering Page
Hi everyone, I run a website in the travel industry where most users land on a location page (e.g. domain.com/product/location, before performing a search by selecting dates and times. This then takes them to a pre filtered dynamic search results page with options for their selected location on a separate URL (e.g. /book/results). The /book/results page can only be accessed on our website by performing a search, and URL's with search parameters from this page have never been indexed in the past. We work with some large partners who use our booking engine who have recently started linking to these pre filtered search results pages. This is not being done on a large scale and at present we only have a couple of hundred of these search results pages indexed. I could easily add a noindex or self-referencing canonical tag to the /book/results page to remove them, however it’s been suggested that adding a dynamic canonical tag to our pre filtered results pages pointing to the location page (based on the location information in the query string) could be beneficial for the SEO of our location pages. This makes sense as the partner websites that link to our /book/results page are very high authority and any way that this could be passed to our location pages (which are our most important in terms of rankings) sounds good, however I have a couple of concerns. • Is using a dynamic canonical tag in this way considered spammy / manipulative? • Whilst all the content that appears on the pre filtered /book/results page is present on the static location page where the search initiates and which the canonical tag would point to, it is presented differently and there is a lot more content on the static location page that isn’t present on the /book/results page. Is this likely to see the canonical tag being ignored / link equity not being passed as hoped, and are there greater risks to this that I should be worried about? I can’t find many examples of other sites where this has been implemented but the closest would probably be booking.com. https://www.booking.com/searchresults.it.html?label=gen173nr-1FCAEoggI46AdIM1gEaFCIAQGYARS4ARfIAQzYAQHoAQH4AQuIAgGoAgO4ArajrpcGwAIB0gIkYmUxYjNlZWMtYWQzMi00NWJmLTk5NTItNzY1MzljZTVhOTk02AIG4AIB&sid=d4030ebf4f04bb7ddcb2b04d1bade521&dest_id=-2601889&dest_type=city& Canonical points to https://www.booking.com/city/gb/london.it.html In our scenario however there is a greater difference between the content on both pages (and booking.com have a load of search results pages indexed which is not what we’re looking for) Would be great to get any feedback on this before I rule it out. Thanks!
Technical SEO | | GAnalytics1 -
Will redirecting a logged in user from a public page to an equivalent private page (not visible to google) impact SEO?
Hi, We have public pages that can obviously be visited by our registered members. When they visit these public pages + they are logged in to our site, we want to redirect them to the equivalent (richer) page on the private site e.g. a logged in user visiting /public/contentA will be redirected to /private/contentA Note: Our /public pages are indexed by Google whereas /private pages are excluded. a) will this affect our SEO? b) if not, is 302 the best http status code to use? Cheers
Technical SEO | | bernienabo0 -
JavaScript page loader - SEO impact
Hello all,
Technical SEO | | Lvet
I am working on a site that has a bizarre page load system. All pages get loaded trough the same Javascript snippet, for example: Changing the values in the form changes the page that is loaded. The most incredible thing is that, against my expectations, pages do get indexed by Google.
My question is: "Does loading pages dynamically using JavaScript affect the overall SEO performance?" Why are pages getting indexed? Thank you for shedding light on this.
Cheers
Luca0 -
Meta Title Tags - Quick question!
Hi all, Our category Meta Title Tags are a little woeful and so I'm in the process of rewriting them. Let's say you have a product for sale.... some inkjet cartridges for a Canon BJ10V printer for example. In an effort to keep things concise I was thinking that for this category I should have the meta title set simply as: 'Canon BJ10V Inkjet Cartridges' and perhaps our company name after this text (and a pipe delimiter) This takes us just under 50 characters which is ideal but doesn't include any real keyword variation and will result in the company name being duplicated at the tail of the title tag on 6,000 odd pages. A large number of my competitors have title tags along the lines of: 'Canon BJ10V Cheap Inkjet Cartridges for Canon BJ-10V Ink Printers' I understand the reasoning behind this but does the variation of keywords compensate for the fact that the title looks spammy (to both humans and Search Engines). What would you do? Keep it clean and concise or stuff the title full of keywords. In the event of the former would you include the company name in each title in the knowledge they would be well under 50 characters without? Thanks for your help.
Technical SEO | | ChrisHolgate1 -
Meta descriptions and h1 tags during a 301 redirect
My employer is shifting to a new domain and i am in the midst of doing URL mapping. I realize that many of the meta descriptions and H1 tags are different on the new pages - is this a problem ? Thank you.
Technical SEO | | ptapley0 -
Should I noindex my blog's tag, category, and author pages
Hi there, Is it a good idea to no index tag, category, and author pages on blogs? The tag pages sometimes have duplicate content. And the category and author pages aren't really optimized for any search term. Just curious what others think. Thanks!
Technical SEO | | Rignite0 -
Detail page popup questions for real estate client
My client, discoverstl.com, recently changed their site structure so that the detail page for individual property opens as a popup within the main page they are visiting, see http://d.pr/i/e8ik after clicking view details on the featured property on the home page. While the url links out to a properly formatting detail page, such as VIEW DETAILS, the developer says this doesn't affect google as its a javascript tweak that pulls it into the existing page. I'm still not convinced and am looking if this is bad for our SEO campaign. Any advice would be greatly appreciated.
Technical SEO | | insitegoogle0 -
Language Selection Splash Page- Impact on SEO
Hi, Our site has a page for new visitors to select their language to view our website So if you type our brand adress (http://www.bdc.ca) you should be redirected to this "splash" page (http://www.bdc.ca/pages/splashpage.aspx). What is the SEO impact of doing this and is there a better way for users to choose their languages, SEO-wise (and UX wise) ? You'll also see that after the visitor select its language, he's redirected to the actual home page using a two 302 redirects ( one to bdc.ca/en/ and then another one to the actual home page). I am aware of this and I know this is really bad. Please share what you think would be the best way to manage this language selection in respect to SEO, but with respect to UX too. Thanks ! Jean-François Monfette
Technical SEO | | jfmonfette0