-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hi, I really like docs.page!
I've set up pages with DocSearch and it's working well. However, in the Algolia dashboard I see the following warning:
7 days left to verify your domain (docs.page)
Crawler requires domain verification to ensure you're authorized to crawl the site.
How can I verify the domain (docs.page)?
The available options are:
-
To validate a domain through your web server, add this tag to your HTML page:
<meta name="algolia-site-verification" content="ADCCB4B3D3A8BDCE" /> -
To validate a domain through your web server, add this line to your
robots.txtfile:
# Algolia-Crawler-Verif: ADCCB4B3D3A8BDCE -
To validate the domain via DNS, add the following TXT record at your domain registrar (note: DNS updates can take up to 72 hours):
Type:TXT
Host:algolia-site-verification
Value:ADCCB4B3D3A8BDCE
As an alternative, I could use my own domain for verification if custom domains were supported.
Thanks!