LICENSE
README.md
pyproject.toml
django_seo_suite.egg-info/PKG-INFO
django_seo_suite.egg-info/SOURCES.txt
django_seo_suite.egg-info/dependency_links.txt
django_seo_suite.egg-info/requires.txt
django_seo_suite.egg-info/top_level.txt
seo_suite/__init__.py
seo_suite/admin.py
seo_suite/apps.py
seo_suite/cache.py
seo_suite/canonical.py
seo_suite/conf.py
seo_suite/context.py
seo_suite/extension.py
seo_suite/hreflang.py
seo_suite/metadata.py
seo_suite/mixins.py
seo_suite/models.py
seo_suite/resolver.py
seo_suite/signals.py
seo_suite/sitemaps.py
seo_suite/sites.py
seo_suite/urls.py
seo_suite/views.py
seo_suite/contrib/__init__.py
seo_suite/contrib/base.py
seo_suite/contrib/seoobject/__init__.py
seo_suite/contrib/seoobject/admin.py
seo_suite/contrib/seoobject/apps.py
seo_suite/contrib/seoobject/models.py
seo_suite/contrib/seoobject/provider.py
seo_suite/contrib/seoobject/migrations/0001_initial.py
seo_suite/contrib/seoobject/migrations/__init__.py
seo_suite/contrib/seopath/__init__.py
seo_suite/contrib/seopath/admin.py
seo_suite/contrib/seopath/apps.py
seo_suite/contrib/seopath/models.py
seo_suite/contrib/seopath/provider.py
seo_suite/contrib/seopath/migrations/0001_initial.py
seo_suite/contrib/seopath/migrations/__init__.py
seo_suite/migrations/0001_initial.py
seo_suite/migrations/__init__.py
seo_suite/providers/__init__.py
seo_suite/providers/model_mixin.py
seo_suite/providers/registry.py
seo_suite/providers/view_mixin.py
seo_suite/schema/__init__.py
seo_suite/schema/profiles.py
seo_suite/schema/registry.py
seo_suite/templates/seo_suite/_canonical.html
seo_suite/templates/seo_suite/_extra_head.html
seo_suite/templates/seo_suite/_hreflang.html
seo_suite/templates/seo_suite/_jsonld.html
seo_suite/templates/seo_suite/_meta.html
seo_suite/templates/seo_suite/_opengraph.html
seo_suite/templates/seo_suite/_title.html
seo_suite/templates/seo_suite/_twitter.html
seo_suite/templates/seo_suite/head.html
seo_suite/templatetags/__init__.py
seo_suite/templatetags/seo_suite.py
tests/test_cache.py
tests/test_extension_points.py
tests/test_metadata.py
tests/test_providers_model.py
tests/test_providers_object.py
tests/test_providers_path.py
tests/test_providers_view.py
tests/test_resolver.py
tests/test_robots.py
tests/test_schema.py
tests/test_sitemaps.py
tests/test_sites_optional.py
tests/test_templatetags.py