~xdavidwu/xdavidwu.link

ref: 76a87799fd449829f44041b6ccd9d9fba1436f5c xdavidwu.link/_includes/seo.html -rw-r--r-- 6.1 KiB
0e9d44c5 — iBug ♦ 5 years ago
Fix wrong newline concatenation in SEO description, resolves #2354 (#2368)

Close #2354 
5fd829cc — Lars Olesen 5 years ago
Fixed page.excerpt to seo_description (#2326)

0042e585 — Michael Rose 5 years ago
Fix `site.url` in Organization/Person JSON-LD schema

Close #1906
8bed6b73 — Michael Rose 5 years ago
Harmonize `site.url` for Organization JSON-LD schema
bb202c81 — Jason Thai 5 years ago
Fix default site.author in seo.html (#2230)

696aba2e — Sean Killeen 6 years ago
assign canonical directly if custom value exists (#2021)

91ed136e — Justin Rummel 6 years ago
Change remaining schema.org markup to `https` (#1978)

32163e3b — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
d472ad96 — David Tomaschik 6 years ago
Include a default title_separator (#1701)

The current code prevented any separator being included when site.title_separator was unset.
15f3ac4c — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
3710bf6e — GwonHyeok 6 years ago
fix typo in seo template (#1687)

naver-site-verification to naver_site_verification
1ed04c00 — Michael Rose 7 years ago
Fix merge conflicts
65c4b4e4 — Michael Rose 7 years ago
Replace `|` with HTML entity when used as title separator

ref: #760, #1506
5497b80b — Michael Rose 7 years ago
Remove extra spaces after :
6e2b3a30 — d00616 7 years ago
Fix jsonify name in seo.html application/ld+json script (#1485)

9708dc59 — Michael Rose 7 years ago
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
e1a5b3f0 — Michael Rose 7 years ago
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 
61c091a0 — YoungSeon.Ahn 7 years ago
Add naver-site-verification to SEO (#1286)

* Add naver-site-verification to SEO

* Add 2 space indent
7adc1315 — Michael Rose 8 years ago
Merge branch 'release/4.3.0'
7d47f33e — Michael Rose 8 years ago
Change default locale to `en_US` to appease OpenGraph debugger.
- Fixes #843
Next