You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Currently the publisher name in the JSON-LD data is always being set to the page author (if it's there).
jekyll-seo-tag/lib/jekyll-seo-tag/json_ld_drop.rb
Line 64 in f66eb19
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:
jekyll-seo-tag/lib/jekyll-seo-tag/json_ld_drop.rb
Line 40 in f66eb19
Can we have a new property in
_config.yml
, maybe calledorganization_name
that, if set, is used instead?The text was updated successfully, but these errors were encountered: