Replace `|` with HTML entity when used as title separator
ref: #760, #1506
Remove extra spaces after :
Fix jsonify name in seo.html application/ld+json script (#1485)
SEO and author fixes (#1456)
* Fix canonical URL
* Fix next/previous page paths
* Group meta types together
* Fix twitter:creator conditional
* Allow `author` to accept an object or string
* Reduce white-space
* Add "website" as default `og:type`
* Add `article:modified_time`
* Show `article:modified_time` on `article` only
Fixes #289
Refactor seo.html and support OpenGraph image overrides (#1321)
- Refactor seo.html include and add `page.header.og_image` override
- DRY up handling of page images (`page.header.image`, `page.header.overlay_image`, `page.header.teaser`, and `site.og_image`).
- Allow page images to be set with `header.og_image` page variable in YAML Front Matter as per feature request in #1316.
- Add sample posts for testing `og_image` override
- Set author bio as site OpenGraph default image
- Document `page.header.og_image` OpenGraph override
- Update CHANGELOG and history
Close #1316
Add naver-site-verification to SEO (#1286)
* Add naver-site-verification to SEO
* Add 2 space indent
Merge branch 'release/4.3.0'
Change default locale to `en_US` to appease OpenGraph debugger.
- Fixes #843
Merge branch 'release/4.2.2'
Merge pull request #858 from rsaccani/master
meta tag "author" added, for site author the field name is used
meta tag "author" added, for site author the field name is used
Merge branch 'release/4.0.4'
Conflicts:
README.md
Merge branch 'feature/theme-gem' into develop
Remove `prepend: "/"` from includes and add to image path's instead
Replace base_path with `absolute_url` filter where possible
Update seo.html for meta description (#558)
Adding standard meta description immediately after seo_description has been defined
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
Merge branch 'release/3.4.3'
Use page.header.teaser instead of site.og_image in twitter:image and og:image meta tags (#466)