Skip to main content

A Wagtail package to automatically submit published pages for search engine indexing

Project description

Wagtail Indexnow

CI PyPI PyPI - Python Version PyPI - License

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


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)

Uploaded Source

Built Distribution

wagtail_indexnow-0.1.0-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page