Fix wrong newline concatenation in SEO description, resolves #2354 (#2368)
Close #2354
Fixed page.excerpt to seo_description (#2326)
Fix `site.url` in Organization/Person JSON-LD schema
Close #1906
Harmonize `site.url` for Organization JSON-LD schema
Fix default site.author in seo.html (#2230)
assign canonical directly if custom value exists (#2021)
Change remaining schema.org markup to `https` (#1978)
Include a default title_separator (#1701)
The current code prevented any separator being included when site.title_separator was unset.
fix typo in seo template (#1687)
naver-site-verification to naver_site_verification
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