SEO Support Plugin
Introduction
What is the SEO Support plugin?
The SEO Support plugin provides an HST Component to ease the contribution of HTML metadata head elements. The plugin retrieves the current request content bean and tries to find a proper document title, description, keywords and other metadata automatically. The plugin also provides a SEO compound field type in order to explicitly specify an SEO title and description on a per document basis. By providing more accurate metadata head elements in HTML, you can improve search results and help users find relevant documents.
Example
Here's an example of head elements contributed by SEO Support plugin:
<title>Andromeda - News Archive - Farewell from Iron Man</title> <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> <link rel="copyright" href="http://www.example.com/terms/" > <meta name="description" content="John Doe formally tenders his resignation to the King and leaves Concord Street for the last time."> <meta name="DCTERMS.created" content="2011-12-07T08:14:38Z"> <meta name="DCTERMS.modified" content="2011-12-19T10:25:06Z">
Screenshot
SEO configuration in the Experience manager:
Source Code
https://github.com/bloomreach/brxm/tree/brxm-14.7.3/seo-support