Submit Multiple URLs in Bulk to the IndexNow API#
submit_urls_to_index_now()
#
Submits a list of URLs to the IndexNow API of a search engine.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
authentication | IndexNowAuthentication | Authentication credentials for the IndexNow API. | required |
urls | list[str] | List of URLs to submit. For example: | required |
endpoint | SearchEngineEndpoint | str | Select the search engine you want to submit to or use a custom URL as endpoint. | INDEXNOW |
Example
After adding your authentication credentials to the IndexNowAuthentication
class, you can now submit multiple URLs to the IndexNow API:
If you want to submit to a specific search engine, alternatively customize the endpoint: