๐ Test Objective
To determine whether Googlebot crawls URLs referenced only via <link rel="prev/next"> in the <head> section of an HTML page โ with no <a href> links in the visible body content.
๐งช Test Setup
- Created on 11 April 2025:
- Index page (
/) includes a<link rel="next">pointing to/page-2 - Page-2 includes a
<link rel="prev">(to/) and<link rel="next">(to/page-3) - Page-3 includes only
<link rel="prev">(to/page-2)
- Index page (
- Search Console: Site added + index page submitted for indexing
- Monitoring: Built a custom log analyser at
/server-log-analysis/to track Googlebot hits - 28 April:
- Added sitemap (listing only the index page)
- Updated index page content to encourage crawling
- Noindex added to
/server-log-analysis/after Google started crawling it
- 8 May:
- Hardcoded
<a href="/page-2">link added to index page - Index page re-inspected and indexation re-requested in GSC
- Rich result test triggered
- Hardcoded
- 9 May:
- Removed the noreferrer property.
- Duplicated the ahref link but relative this time.
- 12 May:
- Changed the content of page-2.
- Change the robots.txt to remove the Crawl delay 10.
- 19 May:
- Created a new page /page-two and added hardcoded links to index page. (Trying to see if Google decided to ignore page-2 because of previous test)
- 29 May:
- Hard coded links duplicated at the top of the page.
- 4 June:
- Added sitemap in robots.txt.
- Unproxied subdomain on Cloudflare.
- 9 June:
- Added a div around pagination.
- Added a link to a new blog article.
๐ Googlebot Crawl Timeline
| Date | Crawled URLs |
|---|---|
| 11 Apr | /, /index.html, /robots.txt |
| 15โ22 Apr | Repeat visits to /, /robots.txt, /favicon.ico |
| 28 Apr | /, /sitemap.xml, /server-log-analysis/ |
| 2โ7 May | Continued crawling of / and /robots.txt |
| 8โ12 May | /, /robots.txt, /favicon.ico, /server-log-analysis/ |
| 17โ20 May | Continued crawling of /robots.txt and /server-log-analysis/ |
| 23 May | /robots.txt, /server-log-analysis/ (301 & 200), /favicon.ico |
| 24โ31 May | /favicon.ico, continued hits to / and /robots.txt |
| 2โ4 Jun | Ongoing crawling of /, /robots.txt, /favicon.ico |
| 16 Jun | /, /robots.txt, /favicon.ico |
| 22 Jun | /page-2.html, /page-two.html, /blog/why-angerbeef-is-so-popular-among-sheep.html, /, /robots.txt, /favicon.ico |
| 30 Jun โ 3 Jul | Continued crawling of /robots.txt and /favicon.ico |
โ Pages Now Crawled (as of 22 June)
/page-2.html/page-two.html/blog/why-angerbeef-is-so-popular-among-sheep.html
โ Previously Uncrawled Pages Now Resolved
The original /page-2 and new /page-two are both confirmed crawled following interventions. โ
๐ฏ Results
TDB
๐ง Conclusion
TBD

