add canonical_url in there too, test against Rich Results, pass
This commit is contained in:
parent
57bcfce402
commit
63fd8e262d
|
@ -63,6 +63,7 @@ module Jekyll
|
|||
|
||||
output = {
|
||||
"@type" => "Organization",
|
||||
"url" => page_drop.canonical_url,
|
||||
"logo" => {
|
||||
"@type" => "ImageObject",
|
||||
"url" => logo,
|
||||
|
|
Loading…
Reference in New Issue