Plugins Directory » Meta

Author: Andriy Lesyuk
Website: http://projects.andriylesyuk.com//projects/meta
Code repository: http://subversion.andriylesyuk.com/meta
Registered on: 2011-03-25 (about 2 years)
Current version: 0.2.1
Compatible with: Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x

The Meta tags are widely used for SEO and SMO, but, unfortunately, are not, in fact, supported by Redmine. This plugin is intended to fix this.

The plugin adds Meta description and keywords, Open Graph and Twitter Cards tags to the start page, project overview page, version pages, Wiki pages, news, issues and user profiles.

Installation notes

  • Copy meta directory to #{RAILS_ROOT}/vendor/plugins
  • Restart Redmine

Changelog

0.2.1 (2013-02-25)

Compatible with Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

0.2.0 (2013-02-13)

Compatible with Redmine 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.0.x.

  • Added support for Open Graph
  • Added support for Twitter Cards
  • Added plugin configuration, which allows to configure Facebook meta tags, Open Graph and Twitter Cards
  • Added meta tags to version pages (all) and user profiles (only Open Graph)
  • Added support for Redmine 1.4.x, 2.0.x, 2.1.x, 2.2.x

0.1.0 (2011-10-15)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.

  • The plugin now adds META keywords (uses words which appear most often on the page).
  • Textile code is now removed from META description.
  • Code refactoring.

0.0.2 (2011-06-16)

Compatible with Redmine 1.0.x, 1.1.x.

  • Added Meta description for the start page (using welcome text);
  • Added Meta description for issues pages (using shortened issue description);
  • Added modified copy of base.rhtml to the plugin (to ease the installation);
  • Renamed patches to avoid conflicts with other plugins.

0.0.1 (2011-03-25)

Compatible with Redmine 1.0.x.