~xdavidwu/xdavidwu.link

ref: 914e391357ededb48ce4420cd3ebfd217db85ebb xdavidwu.link/_includes/seo.html -rw-r--r-- 6.1 KiB
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
1236748c — Michael Rose 8 years ago
Merge branch 'release/4.2.2'
901fb19b — Michael Rose 8 years ago
Merge pull request #858 from rsaccani/master

meta tag "author" added, for site author the field name is used
bc068c78 — Rodolfo Saccani 8 years ago
meta tag "author" added, for site author the field name is used
6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
254b40b8 — Michael Rose 8 years ago
Remove `prepend: "/"` from includes and add to image path's instead
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
55d9c204 — Justin Rummel 8 years ago
Update seo.html for meta description (#558)

Adding standard meta description immediately after seo_description has been defined
abab7666 — Michael Rose 8 years ago
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
ae611bfb — Michael Rose 8 years ago
Merge branch 'release/3.4.3'
cbc362e7 — Ryan Carpenter 8 years ago
Use page.header.teaser instead of site.og_image in twitter:image and og:image meta tags (#466)

Next