Endpoint Settings for Search Engines#
SearchEngineEndpoint
#
Endpoint options for the IndexNow API.
Attributes:
Name | Type | Description |
---|---|---|
SearchEngineEndpoint.INDEXNOW | Enum | IndexNow default endpoint. |
SearchEngineEndpoint.BING | Enum | |
SearchEngineEndpoint.NAVER | Enum | |
SearchEngineEndpoint.SEZNAM | Enum | |
SearchEngineEndpoint.YANDEX | Enum | |
SearchEngineEndpoint.YEP | Enum | Yep. |
Example
How to submit a URL to the IndexNow API using different endpoint options or a custom endpoint:
Python | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Tip
The IndexNow organisation maintains a list of currently available search engines that support the IndexNow API. Find it here:
Warning
It is not recommended to submit the same URLs to multiple endpoints. Once you have successfully submitted to one IndexNow endpoint, the IndexNow service is designed to propagate your URLs to other search engines, so you do not need to submit to multiple times.