-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.3.0 CE GA1, Master
-
Component/s: SEO Tools > OpenGraph tags
-
Labels:
-
Epic/Theme:
-
Epic Link:
-
Sprint:LIMA | #04 | Oct01-Oct15, LIMA | #05 | Oct15-Oct29, LIMA | #06 | Oct29-Nov12, LIMA | #07 | Nov12-Nov26
-
Git Pull Request:
As a user
I want Liferay to include the OpenGraph meta tags
so that my page looks better when shared on social media
- og:title (use content of html tag)
- og:url -> fill it with the selected canonical URL
- og:description (use content of html tag)
- og:locale: fill it with the corresponding locale
- og:locale:alternate: fill it with the hreflangs
- og:site_name: fill it with the site name
Have at system level a configuration for enable/disabling the addition of the OpenGraph tags
Acceptance criteria
Given a Liferay DXP instance with open graph support enabled
When a content creator creates a page and sets the html and description tags
Then og:title meta tag and og:description are present in the <head> with those values
Given a Liferay DXP instance with open graph support enabled
When a content creator creates a page
Then og:url, og:locale, og:locale:alternate and og:site_name meta tags are included in the <head> with the appropriate values
- Testing discovered
-
LPS-104498 Wordsmith Open Graph form text
- Closed