jekyll-seo-tag/docs
Tobias Jordans 1c01849468 Add `og:image:alt` and `twitter:image:alt`
Twitter documentation https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image
> twitter:image:alt
A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters.

Facebook / OG cocumentation
> og:image:alt - A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt.

Closes https://github.com/jekyll/jekyll-seo-tag/issues/395
2021-10-08 20:04:04 +02:00
..
_layouts add anchor.js 2017-07-14 12:09:19 -07:00
README.md HTTPS link to https://ogp.me/ (#359) 2019-09-05 02:42:06 -04:00
_config.yml Avoid deprecation warning when building docs (#243) 2017-12-04 09:20:16 -06:00
advanced-usage.md Add `og:image:alt` and `twitter:image:alt` 2021-10-08 20:04:04 +02:00
installation.md fix #275 (#276) 2018-03-08 10:26:12 -05:00
usage.md Render og:locale meta only when defined explicitly (#388) 2020-10-08 10:42:00 -04:00

README.md

About Jekyll SEO Tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.

Gem Version Build Status

What it does

Jekyll SEO Tag adds the following meta tags to your site:

While you could theoretically add the necessary metadata tags yourself, Jekyll SEO Tag provides a battle-tested template of crowdsourced best-practices.

What it doesn't do

Jekyll SEO tag is designed to output machine-readable metadata for search engines and social networks to index and display. If you're looking for something to analyze your Jekyll site's structure and content (e.g., more traditional SEO optimization), take a look at The Jekyll SEO Gem.

Jekyll SEO tag isn't designed to accommodate every possible use case. It should work for most site out of the box and without a laundry list of configuration options that serve only to confuse most users.

Documentation

For more information, see: