Find us at BrightonSEO 25/26 April - STAND 18! Fill your swag bag!

Dealing with Indexability issues?

Crawl your website with Sitebulb for 300+ tech SEO checks

Try for Free

This Hint has been deprecated, and we no longer consider it best practice. In order to get the most accurate audit results from Sitebulb, please ensure you update to the latest version.

Medium This Hint is worth investigating further, and may warrant further attention depending on the type and quantity of URLs affected. Potential Issue This Hint is unlikely to be affecting the site at the moment, but should be investigated as it could cause issues in the future.

Noindex found on rel Next/Prev Paginated URL

This means that the URL in question is a pagination URL using rel="next" and rel="prev" link elements, yet is also noindex.

Why is this important?

Rel="next" and rel="prev" link elements are added to pages to indicate that they are part of paginated series. The point of this is to consolidate indexing properties from the component pages, and to encourage search engines to direct users to the most relevant URL (typically the first page).

The noindex directive also indicates to search engines not to index the page, but is not necessary if rel=next/prev is used. Also, based on this nugget shared by John Mueller, over time the noindex directive could cause Google to stop following the links on the paginated pages.

What does the Hint check?

This Hint will trigger for any internal URL which uses next/prev elements, and also uses the noindex directive.

Examples that trigger this Hint:

Consider the paginated URL: https://example.com/page-a?p=3

The Hint would trigger for this URL if it contained both rel=next/prev and a noindex in the <head>:

<!doctype html>
<html lang="en">
<head>
<title>example</title>
<link rel="next" href="https://example.com/page-a?p=6" />
<link rel="prev" href="https://example.com/page-a?p=4" />
<meta name="robots" content="noindex, follow" />
...
</head>
<body>...</body>
</html>

The above example shows the tags defined in the HTML, but this would also trigger if they were defined using HTTP headers (or some combination of the two methods).

Why is this Hint marked 'Potential Issue'?

This Hint is a 'Potential Issue', which means that it is unlikely to be affecting the site at the moment, but should be investigated as it could cause issues in the future.

You may wish to mark up a page as paginated, but also noindex it as you feel it offers a poor user experience. However, it is flagged in Sitebulb just in case this is not deliberate, and valuable content is being noindexed.

Sitebulb Desktop

Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.

  • Ideal for SEO professionals, consultants & marketing agencies.

Sitebulb Cloud

Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.

  • Perfect for collaboration, remote teams & extreme scale.