| Возраст домена | n/a |
| Дата окончания | n/a |
| ИКС | n/a |
| Страниц в Google | n/a |
| Страниц в Яндексе | n/a |
| Dmoz | n/a |
| Яндекс Каталог | n/a |
| Alexa Traffic Rank | n/a |
| Alexa Country | n/a |
| История изменения показателей | Авторизация |
Идет сбор информации... Обновить
Financial Advisers NZ — 14,991 FSPR-Registered
financial adviser New Zealand, financial advisers nz, KiwiSaver advice, retirement planning NZ, investment advice, mortgage adviser, FSPR adviser directory
Directory of 14,991 FSPR-registered financial advisers across 348+ New Zealand cities. Browse by city or specialty, or get matched with a KiwiSaver, retirement, investment, or mortgage adviser. Free, no obligation.
UTF-8
55.65 КБ
819
6 546 симв.
5 573 симв.
Идет сбор информации... Обновить
Идет сбор информации... Обновить

Идет сбор информации... Обновить
| Внешние ссылки главной страницы ( 2 ) | |
| fsp-register.companiesoffice.govt.nz/ | New Zealand Companies Office |
| creativecommons.org/licenses/by/4.0/ | CC BY 4.0 |
| Внутренние ссылки главной страницы ( 42 ) | |
| / | Finance Advisers NZ |
| /advisers/ | Find Advisers |
| /providers/ | Browse Providers |
| /regions/ | By Location |
| /types/ | By Service |
| /guides/ | Guides |
| /guides/kiwisaver-explained-complete-guide/ | KiwiSaver Guide |
| /guides/how-to-choose-financial-adviser-new-zealand/ | Choosing an Adviser |
| /guides/retirement-planning-complete-guide/ | Retirement Planning |
| /guides/investing-for-beginners/ | Investing for Beginners |
| /tools/ | Tools & Calculators |
| /tools/kiwisaver-calculator/ | KiwiSaver Calculator |
| /tools/fee-estimator/ | Fee Estimator |
| /tools/adviser-assessment/ | Do I Need an Adviser? |
| /learn/ | Knowledge Centre |
| /blog/ | Blog |
| /learn/questions/ | Common Questions |
| /faq/ | FAQ |
| /match/ | Find Adviser |
| /match | Find Adviser |
| /advisers | Adviser Directory |
| /advisers/auckland | Auckland |
| /advisers/wellington | Wellington |
| /advisers/christchurch | Christchurch |
| /advisers/hamilton | Hamilton |
| /types/retirement | Learn more → |
| /types/kiwisaver | Learn more → |
| /types/investment | Learn more → |
| /types/mortgage | Learn more → |
| /types/tax | Learn more → |
| /types/insurance | Learn more → |
| /tools/kiwisaver-calculator | KiwiSaver Calculator Estimate your retirement balance |
| /tools/fee-estimator | Fee Estimator Understand adviser costs |
| /guides | Financial Guides Educational articles & resources |
| /compare | Compare Advisers |
| /types | Adviser Types |
| /regions | Find Local |
| /terms | Terms of Service |
| /privacy#cookies | Learn more |
| /disclosure | Disclosure |
| /partners | Partners |
| /contact | Contact |
Идет сбор информации... Обновить
# Finance Advisers NZ - Robots.txt
# Optimized for search engine discovery of financial adviser directory
# Updated: January 2026 - Block old URL structures that cause 404s
User-agent: *
Allow: /
# Sitemap location (canonical non-www version)
Sitemap: https://financeadvisers.co.nz/sitemap.xml
# LLM Context File (for AI assistants)
# See: https://financeadvisers.co.nz/llms.txt
# Crawl delay for respectful crawling
Crawl-delay: 1
# Priority pages for financial adviser searches
Allow: /types/*
Allow: /regions/*
Allow: /match$
Allow: /compare$
# ============================================================================
# BLOCK OLD URL STRUCTURES (Prevent 404 indexing)
# ============================================================================
# Old /advisers/profile/* structure - no longer exists (redirects to /provider/)
Disallow: /advisers/profile/
Disallow: /advisers/profile/*
# Suburb pages - do not exist, cause 500 errors
Disallow: /suburbs/
Disallow: /suburbs/*
# Admin tooling — internal, never index
Disallow: /admin/
Disallow: /admin/*
Disallow: /api/admin/
Disallow: /api/admin/*
# 2026-05-08 audit: REMOVED disallow rules for old URL patterns that already
# have 301 redirects in dist/_redirects. The Disallow rules were preventing
# Google from crawling those URLs to see the redirect, leaving 15,713 pages
# stuck as "Blocked by robots.txt" in Search Console (per GSC report).
# Classic robots.txt-vs-redirect SEO mistake — to consolidate duplicates you
# need Google to CRAWL them and FOLLOW the 301, not block them. Removed:
# /*.html, /adviser/*.html, /provider/*.html
# → already redirected by /adviser/*.html → /adviser/:splat 301!
# /adviser/*-[0-9][0-9][0-9][0-9], /adviser/*-[0-9][0-9][0-9][0-9][0-9]
# → old numeric-ID slug format from pre-2026 site; handled by
# city-prefix redirects in dist/_redirects (e.g. /adviser/*-auckland-[0-9]*
# → /advisers/auckland 301)
# /adviser/*-fsp*, /adviser/*fsp[0-9]*
# → lowercase 'fsp' variants. Current canonical is uppercase FSP. Astro's
# [slug].astro handler is case-sensitive — a future fix (TASKS #78) will
# 301 lowercase → uppercase. Until then, blocking these stopped Google
# from seeing the canonical, so they stayed indexed as lowercase.
# /adviser/*/, /provider/*/, /regions/*/, /advisers/*/
# → already redirected by /adviser/*/ → /adviser/:splat 301! and equivalents.
# ============================================================================
# BLOCK QUERY PARAMETERS (Prevent duplicate content)
# ============================================================================
# Block query parameter variations to prevent duplicate indexing
Disallow: /match?*
Disallow: /compare?*
Disallow: /types/*?*
Disallow: /provider/*?*
Disallow: /providers/*?*
Disallow: /advisers/*?*
Disallow: /adviser/*?*
# Block unnecessary crawling of assets
Disallow: /src/
# Block internal/utility API endpoints only
Disallow: /api/filter-options
Disallow: /api/search-advisers
Disallow: /api/submit-match
Disallow: /api/report-issue
# 2026-05-23 audit: ALLOW LLM-readable provider/adviser surfaces explicitly.
# The previous blanket `Disallow: /api/` plus `Disallow: /*.json` blocked
# Googlebot from the Tier 1 (provider) + Tier 2 (adviser) facts.json /
# summary.md / disclosure.md endpoints — i.e. the entire Phase 2 AEO surface
# (~16K advisers × 1 + ~1.7K providers × 3 = ~21K LLM-readable URLs).
# AI crawlers (GPTBot, ClaudeBot, PerplexityBot) had their own user-agent
# blocks at the bottom so could already fetch these, but Googlebot, Bingbot,
# and Google AI Overviews could not. Same crawl-block-vs-citation-strategy
# mistake as the 2026-05-08 redirect issue noted above.
Allow: /api/provider/*/facts.json
Allow: /api/provider/*/summary.md
Allow: /api/provider/*/disclosure.md
Allow: /api/adviser/*/facts.json
# Block /report-issue — has noindex meta but Googlebot keeps fetching every
# ?fsp= variant (564 unique URLs in GSC 2026-05-19) burning crawl budget.
Disallow: /report-issue
Disallow: /report-issue?*
# Allow all financial adviser related content
Allow: /types/retirement
Allow: /types/kiwisaver
Allow: /types/investment
Allow: /types/mortgage
Allow: /types/tax
Allow: /types/insurance
Allow: /types/independent
# Regional financial adviser pages
Allow: /regions/auckland
Allow: /regions/wellington
Allow: /regions/christchurch
Allow: /regions/hamilton
# Host directive
Host: financeadvisers.co.nz
# AI Crawler Permissions - Allow AI indexing for better discoverability
User-agent: GPTBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: Google-Extended
Allow: /
User-agent: anthropic-ai
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Omgilibot
Allow: /
User-agent: FacebookBot
Allow: /
# pangaea-llms-discoverability-v1
Allow: /llms.txt
Allow: /llms-full.txt
США - Ашберн - 18.208.88.157
США - 98.84.224.111
Massachusetts Institute of Technology
AT&T Internet Services
Massachusetts Institute of Technology
AT&T Internet Services
HTTP/2 200
accept-ranges: bytes
age: 0
cache-control: public,max-age=31536000,immutable
cache-status: "Netlify Edge"; fwd=miss
content-security-policy: default-src 'self'; script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com https://fonts.googleapis.com https://maps.googleapis.com https://maps.gstatic.com https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://unpkg.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https: blob:; connect-src 'self' https://www.google-analytics.com https://jdlwpwrhooneteovmsdb.supabase.co https://maps.googleapis.com; frame-ancestors 'none';
content-type: text/html; charset=UTF-8
date: Fri, 29 May 2026 06:59:35 GMT
etag: "6bd8713106f5b3a04adee4bcee3816ef-ssl"
link: ; rel=modulepreload, ; rel=preload; as=style
permissions-policy: camera=(), microphone=(), geolocation=(), interest-cohort=()
referrer-policy: strict-origin-when-cross-origin
server: Netlify
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
x-frame-options: DENY
x-nf-request-id: 01KSS8FYZCNHJA8JRT9MV9A2XW
x-xss-protection: 1; mode=block
content-length: 56985
Кнопка для анализа сайта в один клик, для установки перетащите ссылку на "Панель закладок"