Feature #7983
Use project description, Wiki content etc for META description
Status: | New | Start date: | 2011-03-24 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SEO | |||
Target version: | - | |||
Resolution: |
Description
It's not good to use "Redmine" for every page meta description. Not only for SEO.
Check this (clicked "Like" on Redmined website):
- For project "Overview" page Redmine shoudl use project description
- For Wiki Redmine should use Wiki content
- For news Redmine should use news content
- etc
I believe there should also be a way to set meta description in layout files like it is done for HTML title (e.g.):
<% meta_description(l(:text_some_description)) -%>
Related issues
History
#1
Updated by Andriy Lesyuk over 11 years ago
Wrote a plugin: http://www.redmine.org/plugins/meta
But I believe the code should be transferred (well, maybe similar code written) to Redmine core...
#2
Updated by Etienne Massip about 11 years ago
- Category set to SEO