wagtail-seo
wagtail-seo copied to clipboard
Search engine and social media optimization for Wagtail.
SEO is often equivalent to alchemy - there is no exact science or no one standard to follow. However, tools like Yoast have a robust set of checks to ensure...
Often times an issue harming SEO is site performance. Technically speaking, fault could lie with the developer for unoptimized scripts, uncompressed images, etc. But the fault could also lie with...
Our application has a mix of Page and other types of models. Could we add an additional Mixin that is not dependent on `Page` that allows us to manually specify...
Opening an issue, following this [#coderedcms thread](https://wagtailcms.slack.com/archives/CEU45SBRR/p1601038281002900). ## Prerequisites To understand better how noindex/follow work, [this is a good starting point](https://developers.google.com/search/reference/robots_meta_tag). ## Goal Ability to control on a per-page basis...
feat: added global settings for images logo and action blocks It is dependent on the graph structure from branch https://github.com/PaLaMuNDeR/wagtail-seo/tree/1_1_graph_structure
feat: added search action to potential actions list e.g. ``` "potentialAction": [{ "@type": "SearchAction", "target": "https://example.org/search?&query={query}", "query": "required" }] ```
feat: added graph format and breadcrumbs to SEO format
feat: added script for running tests and static analysis
Currently it returns text, which is helpful for templates, but ideally it should return an optional User object, so that templates can decide what to do with it.