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
wagtail_indexnow-0.1.0.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for wagtail_indexnow-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bf6ad7fa57e1c1a745f86345d93728a45abd0f47281e7a89a3f41096c530773 |
|
MD5 | df3f897e34520cd3179b448d7e6e7035 |
|
BLAKE2b-256 | 653c03a7bf01f3eea7c9a57caff127c9f38eaee0354b97229ea6ea552bbe8d29 |