jekyll/jekyll-seo-tag

Allow publisher name to be set to an organization

Opened this issue ยท 6 comments

Currently the publisher name in the JSON-LD data is always being set to the page author (if it's there).

output["name"] = page_drop.author.name if page_drop.author.name

For business sites, it's desirable that this is set to the name of the company and not the author of the post (which is already being set in the author data:

"name" => page_drop.author["name"],

Can we have a new property in _config.yml, maybe called organization_name that, if set, is used instead?

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.

Has anyone had a chance to look at this yet?

Haaven't had a chance to look at it, but the idea is sound, so I've kept jekyllbot from (hopefully) messing with it further.

This would be a great enhancement indeed! ๐Ÿ‘ * ๐Ÿ’ฏ

Bump this ^ much needed addition for Schema optimization.

+1 to this. Schema gets flagged at times for lacking organization data in structured testing tools.