A Wagtail package to automatically submit published pages for search engine indexing
Project description
Wagtail Indexnow
A Wagtail package to automatically submit published pages for search engine indexing.
This package implements the IndexNow standard (which is also used by Cloudflare's Crawler Hints).
Whenever a page is published, a ping is sent to supporting search engines to inform them of a content change. To reduce spamming, pages which have been published within the last 10 minutes are ignored.
Installation
pip install wagtail-indexnow
Then, add wagtail_indexnow
to INSTALLED_APPS
.
Finally, register the required URLs (Note that these must be loaded without a prefix):
urlpatterns += [path("", include("wagtail_indexnow.urls"))]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wagtail_indexnow-0.1.0.tar.gz
.
File metadata
- Download URL: wagtail_indexnow-0.1.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5fedf3f4065af49933c9fb6eee49e0a3c674b25a30e4cc037338055a8cdf955 |
|
MD5 | 38400242bfe091820b419dd3d99e9ff5 |
|
BLAKE2b-256 | 8743ef6883cf8bd3767805dabf47786cf46090fff17dc381672bd172c2d81694 |
Provenance
File details
Details for the file wagtail_indexnow-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: wagtail_indexnow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bf6ad7fa57e1c1a745f86345d93728a45abd0f47281e7a89a3f41096c530773 |
|
MD5 | df3f897e34520cd3179b448d7e6e7035 |
|
BLAKE2b-256 | 653c03a7bf01f3eea7c9a57caff127c9f38eaee0354b97229ea6ea552bbe8d29 |