integreat-cms icon indicating copy to clipboard operation
integreat-cms copied to clipboard

Meta-description for pages/events/pois

Open timobrembeck opened this issue 4 years ago • 2 comments

Motivation

To improve SEO, we want to add the possibility to add meta-descriptions for pages/events/pois.

Proposed Solution

  • [ ] Add a new field meta_description = models.TextField(blank=True) to AbstractBasePageTranslation, EventTranslation and POITranslation models.
  • [ ] Add this field to the PageTranslationForm, EventTranslationForm and POITranslationForm.
  • [ ] Add a new textarea beneath the text/description fields to the templates of that form (page_form.html, event_form.html, poi_form.html).
  • [ ] Add description property to the Region model, which can be used for the content overview in the app.

timobrembeck avatar Oct 07 '20 10:10 timobrembeck