Closed tanyabouman closed 1 year ago
- Summary
Uses Hugo's internal template for Open Graph tags so that they are customized for each page.
Changes for each field:
og:type
business.business
og:title
og:url
/
og:image
New field:
og:description
Possible future improvement:
- Test plan
Home page preview Products page preview Blog post preview
- Description for the changelog
Use Hugo's Internal Template for Open Graph tags
@tanyabouman can you resolve conflicts, please?
- Summary
Uses Hugo's internal template for Open Graph tags so that they are customized for each page.
Changes for each field:
og:type
wasbusiness.business
, but that type is no longer listed on Open Graph Type documentation or Facebook's OpenGraph documentationog:title
was "Kaldi | Great coffee with a conscience" for all pages. Nowog:title
is the title of each page.og:url
was/
for all pages. The Hugo template now automatically sets it to the link for the individual pages.og:image
is still the same image across the entire site. There's now an option in the CMS to change it.New field:
og:description
For pages that have a description field, this is used by the Internal Template forog:description
. For now, that's only blog posts.Possible future improvement:
- Test plan
Home page preview Products page preview Blog post preview
- Description for the changelog
Use Hugo's Internal Template for Open Graph tags