jekyll/jekyll-seo-tag

My website title is now title + Description

Closed this issue · 12 comments

Here is the config that I used

title: 'MainPage'
tagline: 'Shorty Line'
description: 'Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum'

The plugin output's the title as MainPage | Shorty Line

Since my descriptions are usually a long sentences, the title looks awkward.

PS. Am I missing somethings, like is this the new standard for better SEO or something.

Differently, the plugin output my title in index page as MainPage | Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum, which i want it to be MainPage | Shorty Line

However the usage doc says “ tagline - A short description (e.g., A blog dedicated to reviewing cat gifs), used as part of the title tag of the home page like 'title | tagline'.”

It's wired...

@jerriclynsjohn This feature hasn't been released yet. If you want to use it, you'll have to point a Gemfile to the master branch of this repository:

# in Gemfile

gem "jekyll-seo-tag", github: "jekyll/jekyll-seo-tag"

@jerriclynsjohn This feature hasn't been released yet. If you want to use it, you'll have to point a Gemfile to the master branch of this repository:

# in Gemfile

gem "jekyll-seo-tag", github: "jekyll/jekyll-seo-tag"

Got it, thanks!

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

Hey there, I am running into this as well. Can you please reopen the issue?

Hello @connor If you're not deploying via GitHub Pages, you can point your Gemfile to the master branch of this repo and use the tagline config key to set a shorter description.

@ashmaroli is there any ETA for when there would be the next release?

I'd rather not point to the latest on master if I do not have to, and it has been over a year since the last one with many commits since then.

Am I understanding correctly that the tagline feature is unavailable to those of us deploying through GitHub Pages? Any ETA on when that would change?

wrone commented

Am I understanding correctly that the tagline feature is unavailable to those of us deploying through GitHub Pages? Any ETA on when that would change?

I'm experiencing the same issue and I'm also using GitHub Pages :(

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

I had this issue as well today when publishing to GitHub Pages. Turned out (in my case at least) to be solved by adding the following to _config.yml

titles_from_headings:
  enabled: false