A Wagtail add-on for supporting marketeer's in daily activities
Project description
# About wagtail-marketing-addons
An (opinionated) overview of all pages and their corresponding promotion settings.
## Use-case
When dealing with large amounts of pages the content editor experience differs from a marketeer’s editor experience. A marketeer would more likely want to see what page options were set for SEO and SEA purposes. In this case it can be quite a burden to go through the page explorer, verifying whether the page title, SEO title and search description were set properly.
## Solution
The SEO Listing within the wagtail-marketing-addons will show:
An overview of all pages in a single list;
Relevant properties: page title, SEO title, search description;
A preview what it could look like in a search engine;
A basic score indicating how this would perform in terms of word and character count.
![wagtail-marketing-addons screenshot](https://raw.githubusercontent.com/LUKKIEN/wagtail-marketing-addons/master/.github/overview.jpg)
## Things to consider
As stated this plugin contains an opinionated perspective on how you would handle your HTML rendering. With this use-case and solution we’re assuming the following rationale on your page:
`html <title>{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %} | Your Site</title> <meta name="description" content="{% if self.search_description %}{{ self.search_description }}{% endif %}"> `
In this case your SEO title (when filled in) has a greater priority over the Page Title.
## Documentation
For more information on getting started, an overview of all available settings and the rationale behind the scoring mechanism please see [our documentation on Read the Docs](https://wagtail-marketing-addons.readthedocs.io).
—
[![Build Status](https://travis-ci.org/LUKKIEN/wagtail-marketing-addons.svg?branch=master)](https://travis-ci.org/LUKKIEN/wagtail-marketing-addons) [![Documentation Status](https://readthedocs.org/projects/wagtail-marketing-addons/badge/?version=latest)](https://wagtail-marketing-addons.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/wagtail-marketing-addons.svg)](https://badge.fury.io/py/wagtail-marketing-addons) ![GitHub](https://img.shields.io/github/license/lukkien/wagtail-marketing-addons.svg)
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
Built Distribution
Hashes for wagtail-marketing-addons-0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 016ef277616a38a87ed8e5bcb7ddbb825ef5467704088155782a7346ff2e3734 |
|
MD5 | a66239da866a490655806e5b75c5db8e |
|
BLAKE2b-256 | 20177858ef62d2adf0b4ae76b723c279ed7d31e297002a0a9e5340ee9bd8e467 |
Hashes for wagtail_marketing_addons-0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8eed52c2209f263912939dd6bddf4ae3a86724918f33a7b907b51150d7da9c66 |
|
MD5 | c410b95595f71bf1d5a75c14b99930dc |
|
BLAKE2b-256 | d09c57c3c8365d22919ef5e0346c20b86a45266a1021f3f2c2c4504e8fbbb8f4 |