Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow publisher name to be set to an organization #332

Open
scottdorman opened this issue Feb 28, 2019 · 6 comments
Open

Allow publisher name to be set to an organization #332

scottdorman opened this issue Feb 28, 2019 · 6 comments

Comments

@scottdorman
Copy link

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?

@jekyllbot

This comment has been minimized.

@scottdorman
Copy link
Author

Has anyone had a chance to look at this yet?

@mattr-
Copy link
Member

mattr- commented Apr 30, 2019

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.

@tkrunning
Copy link

This would be a great enhancement indeed! 👍 * 💯

@mdesignco
Copy link

Bump this ^ much needed addition for Schema optimization.

@thekeith
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants