Skip to content

Nigel2392/wagtail_optimizer

Repository files navigation

wagtail_optimizer

1728371540422

A SEO tool for your wagtail pages.

Quick start

  1. Install the package via pip:

    pip install wagtail_optimizer
  2. Add 'wagtail_optimizer' to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
    ...,
       'wagtail_optimizer',
    ]
  3. Install Celery and configure it to work with your Django project. You can find more information on how to do this here.

  4. Check out the new "SEO" tab in your wagtail admin settings menu and get started with generating SEO reports for your pages.

About

Wagtail SEO reports with Celery tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published