Skip to main content

A tool to assist with metadata for social media.

Project description

===============
wagtail-metadata
===============

A tool to assist with metadata for social media and search engines.

Installing
==========

Install using pip::

pip install wagtail-metadata

It works with Wagtail 1.0 and upwards.


Using
=====

This module will add a link in your settings panel labeled 'Metadata'. From there you will be able to set site wide preferences that all pages will default to. To have per page meta descriptions and images, you'll need to inherit from ``wagtailmetadata.models.MetadataPageMixin``. This will add one extra field to your promote tab. The field 'Search description' will be your meta description, and 'Search image' will be your meta image.

Ensure you put ``MetadataPageMixin`` before ``Page``, for example.

.. code-block:: python

from wagtail.wagtailcore.models import Page
from wagtailmetadata.models import MetadataPageMixin

class ContentPage(MetadataPageMixin, Page):
pass

Display
=======

To use this in your template, you will firstly need to include the template tag library, and then insert the template tag ``{% meta_tags %}`` into your ``<head>``, see below for an example.

.. code-block:: html

{% load wagtailmetadata_tags %}
{% meta_tags %}

The tags will not display if you haven't defined a ``SiteMetadataPreferences`` object (by filling out the fields in wagtail), and a warning will be issued in the terminal until they have been defined.

It is important to note that the template tag expects to be used where self is in the context as an instance of a wagtail page, so using the template tag where this is not the case will cause some of the meta tags to blank or not work.

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

wagtail-metadata-0.2.2.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file wagtail-metadata-0.2.2.tar.gz.

File metadata

File hashes

Hashes for wagtail-metadata-0.2.2.tar.gz
Algorithm Hash digest
SHA256 98ae7700b66d4f14a32a8599268d4fd5ef06d967ef0f699b6f4e7af5ca2ffc50
MD5 91722969caa21655a3dcc0a35fca446f
BLAKE2b-256 70b3cb22fb88c09da809c3342fd783badae110622bb637c827621199841b93fb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page