Configuration

Settings

PAGE_META_DESCRIPTION_LENGTH

Set the max length of the HTML meta description field. Default is 320.

PAGE_META_TWITTER_DESCRIPTION_LENGTH

Set the max length of the Twitter card description field. Default is 280.

PAGE_META_ROBOTS_CHOICES

Set all the available choices for robots meta tag. Default is:

(
    ("none", _("None [noindex, nofollow]")),
    ("noindex", _("No Index")),
    ("nofollow", _("No Follow")),
    ("noimageindex", _("No Image Index")),
    ("nosnippet", _("No Snippet")),
    ("noarchive", _("No Archive")),
    ("notranslate", _("No Translate")),
    ("nositelinkssearchbox", _("No Site Links Search Box")),
)

django-meta configuration

djangocms-page-meta needs a working django-meta configuration, especially the template setup section.

Please check django-meta configuration for complete settings details.