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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e933fc9f2af8698fdaa46ca24eebf678a7a614b3910059941e5d7f53835e816 |
|
MD5 | 8871d486e91fb7d9af02482f8a125459 |
|
BLAKE2b-256 | 1ded6ac8e59274dfd3a8ba76dac3a52ad55b39bad9ac5dad3882eb936fc27148 |
Hashes for wagtail_marketing_addons-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32ba8b83b140cde7fa0e5d1dc477ddfdeb05223a6751ec2f7b475bf65c5538f4 |
|
MD5 | f562d4b988f9a726a064d3e73560eb1e |
|
BLAKE2b-256 | 0494e3c405be723cbc18f1afdfc38091c991403e0c9eb353442fabbfdfa25c4e |