Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jekyll/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.
https://github.com/jekyll/jekyll-seo-tag
jekyll jekyll-plugin json-ld open-graph search-engine-optimization seo social-media
Last synced: 4 days ago
JSON representation
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
- Host: GitHub
- URL: https://github.com/jekyll/jekyll-seo-tag
- Owner: jekyll
- License: mit
- Created: 2015-10-25T21:45:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T18:34:52.000Z (6 months ago)
- Last Synced: 2024-10-29T14:53:13.650Z (about 1 month ago)
- Topics: jekyll, jekyll-plugin, json-ld, open-graph, search-engine-optimization, seo, social-media
- Language: Ruby
- Homepage: https://jekyll.github.io/jekyll-seo-tag
- Size: 565 KB
- Stars: 1,656
- Watchers: 35
- Forks: 292
- Open Issues: 39
-
Metadata Files:
- Readme: docs/README.md
- Changelog: History.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-jekyll-plugins - **SEO Tag** - seo-tag](https://rubygems.org/gems/jekyll-seo-tag)) -- a plugin to add metadata tags for search engines and social networks to better index and display your site's content **#Official** **#GitHub Pages** (Search Engine Optimization (SEO) & Redirects)
README
## 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](https://badge.fury.io/rb/jekyll-seo-tag.svg)](https://badge.fury.io/rb/jekyll-seo-tag) [![Build Status](https://travis-ci.org/jekyll/jekyll-seo-tag.svg)](https://travis-ci.org/jekyll/jekyll-seo-tag)
## What it does
Jekyll SEO Tag adds the following meta tags to your site:
* Page title, with site title or description appended
* Page description
* Canonical URL
* Next and previous URLs on paginated pages
* [JSON-LD Site and post metadata](https://developers.google.com/search/docs/guides/intro-structured-data) for richer indexing
* [Open Graph](https://ogp.me/) title, description, site title, and URL (for Facebook, LinkedIn, etc.)
* [Twitter Summary Card](https://dev.twitter.com/cards/overview) metadataWhile 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](https://github.com/pmarsceill/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:
* [Installation](installation.md)
* [Usage](usage.md)
* [Advanced usage](advanced-usage.md)