Skip to content

SEO & AI visibility check

GET /api/v1/seo-check/{domain}

Fetches the page (soft-404-guarded), robots.txt and metadata, then scores how well the domain is visible to search engines and AI assistants. Findings cover indexing, content, technical and AI-crawler access. Localized (?lang=de). Extra burst limit because each run makes several outbound requests.

NameTypeRequiredDescription
domainstringyes-
NameTypeRequiredDescription
langstringno-
StatusTypeDescription
200objectScore, finalUrl and findings
400objectError
429objectError
Terminal window
curl -X GET "https://dns-doctor.com/api/v1/seo-check/<domain>" \
-H "Authorization: Bearer $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.