Use the links below to register with major search engines.
1. Verify ownership at Google Search Console
2. Submit sitemap: /sitemap.xml
3. Request indexing for individual URLs.
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 — submit sitemap after verification.
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":[""]}'
Create a robots.txt in your web root:
User-agent: *
Allow: /
Sitemap: /sitemap.xml
RSS: /rss.php