Created
October 8, 2024 18:35
-
-
Save sabrysuleiman/5356b1c154b378fb89f11ba0c327cbb7 to your computer and use it in GitHub Desktop.
indexnow api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create api key | |
https://www.bing.com/indexnow/getstarted | |
# upload indexnow-api-key-file.txt to your website with content 'indexnow-api-key' | |
# indexnow.org | |
https://api.indexnow.org/indexnow?url=https://site.net/page-url/&key=indexnow-api-key | |
# bing.com | |
https://www.bing.com/indexnow?url=https://site.net/page-url/&key=indexnow-api-key | |
# yandex.com | |
https://yandex.com/indexnow?url=https://site.net/page-url/&key=indexnow-api-key | |
# yep.com | |
https://indexnow.yep.com/indexnow?url=https://site.net/page-url/&key=indexnow-api-key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment