Search Engine Registration

Use the links below to register with major search engines.

Google Search Console

1. Verify ownership at Google Search Console

2. Submit sitemap: /sitemap.xml

3. Request indexing for individual URLs.

Bing Webmaster Tools

1. Sign in at Bing Webmaster

2. Import from Google Search Console or verify via meta tag/DNS.

3. Submit sitemap: /sitemap.xml

Yandex Webmaster

Yandex.Webmaster — submit sitemap after verification.

IndexNow (Bing, Yandex, Seznam)

Generate an API key and ping search engines when content changes:

curl -X POST "https://api.indexnow.org/IndexNow" \
  -H "Content-Type: application/json" \
  -d '{"host":"","key":"YOUR_KEY","urlList":[""]}'

Robots.txt

Create a robots.txt in your web root:

User-agent: *
Allow: /
Sitemap: /sitemap.xml
RSS: /rss.php