Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta-description for pages/events/pois #522

Open
4 tasks
Tracked by #2659
timobrembeck opened this issue Oct 7, 2020 · 2 comments
Open
4 tasks
Tracked by #2659

Meta-description for pages/events/pois #522

timobrembeck opened this issue Oct 7, 2020 · 2 comments
Labels
🍼 good first issue Good for newcomers 🍻 hacktoberfest Issues which are well suited for hacktoberfest PRs 💡 feature New feature or request ⁉️ prio: low Not urgent, can be resolved in the distant future. ❓ question Further information is requested
Milestone

Comments

@timobrembeck
Copy link
Member

timobrembeck commented Oct 7, 2020

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 timobrembeck added 💡 feature New feature or request 🍼 good first issue Good for newcomers ⁉️ prio: low Not urgent, can be resolved in the distant future. 🍻 hacktoberfest Issues which are well suited for hacktoberfest PRs labels Oct 7, 2020
@timobrembeck timobrembeck added this to the Additional Features milestone Oct 7, 2020
@ghost ghost self-assigned this Feb 12, 2021
@svenseeberg
Copy link
Member

svenseeberg commented Jul 28, 2021

The challenge here is that our content creators do not know anything about SEO. Therefore we need to steer them into a direction that in the end results in a good meta information. We could have an additional input field that asks for a 1 to 3 sentences summary of the page content.

The question is also if it impacts the search performance at all. The app team will investigate.

@steffenkleinle
Copy link
Member

Once done please notify the app team (https://issues.tuerantuer.org/browse/IGAPP-296).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍼 good first issue Good for newcomers 🍻 hacktoberfest Issues which are well suited for hacktoberfest PRs 💡 feature New feature or request ⁉️ prio: low Not urgent, can be resolved in the distant future. ❓ question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants