| Sitemap |
/sitemap.xml returns 404 /sitemap_index.xml returns 404 |
Google has no list of your pages, so it finds them only by following links. New tours take longer to appear. |
| Robots file |
/robots.txt returns 404 |
No crawl instructions and nowhere to declare a sitemap. Both competitors we could read have one. |
| Old page addresses |
/one-day-tours/, /small-group-tours/, /5-days-south-island-tours/, /10-days-south-island-tours/, /booking/waipara-valley-wine-tour/, /booking/nature-wildlife-explorer-10-days-tour/ all return 404, no redirect |
Google still lists all six. Every click and every inbound link to them is wasted. |
| Canonical tags |
Home page is correct. Every other page ships <link rel="canonical" href=""> with an empty address |
An empty canonical tells Google nothing. It is the tag that stops duplicate versions of a page competing with each other. |
| Broken internal links |
8 of 59 links on the home page fail: /blog.html, /home-travel.html, /my-account.html, /tour.php, /tour-guider-details.php, /south-island-multi-day-tours.php, /queenstown/bungee-day-tour.php, /queenstown/wine-tour.php |
Visitors hit dead ends, including every one of your four guide profiles, and crawl budget is spent on nothing. |
| Missing files on every load |
404 on /assets/css/2218.jpg, /assets/img/hero/hero_bg_2_3.jpg, /assets/img/bg/tour_bg_2.jpg, /assets/img/bg/gallery_bg_1.jpg |
Four background images are requested and do not exist, so those sections render without their intended backdrop. |
| Duplicate site online |
tnt.appsitelabs.com returns 200 with robots content="index, follow" and appears in live search results |
A second public copy of your website is crawlable. Its canonical does point back to you, which limits the damage, but it should not be open. |
| www version |
www.thenaturestrail.com returns 200 rather than redirecting |
Two addresses serve the same site. The canonical tag covers it for now, a redirect would settle it properly. |
| Browser caching |
Every file, including images and stylesheets, is served with cache-control: private, no-store, no-cache |
Nothing is stored between visits, so a returning visitor downloads all 5.4 MB again from scratch. |
| Structured data |
0 blocks of schema markup across all 19 pages checked |
No tour prices, durations, ratings or business details in a format Google can display. This is where star ratings in search results come from. |
| Secure connection |
HTTPS with HTTP/2; http:// correctly redirects with a 301 |
CorrectNothing to do here. |