Fix syntax
This commit is contained in:
parent
6674b8975b
commit
fb2a9e371c
@ -477,12 +477,12 @@ function getStructuredData($type, WebsitePage $websitepage)
|
|||||||
"name": "'.$tmpuser->getFullName($weblangs).'"
|
"name": "'.$tmpuser->getFullName($weblangs).'"
|
||||||
},
|
},
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"@type": "Organization",
|
"@type": "Organization",
|
||||||
"name": "'.$mysoc->name.'"
|
"name": "'.$mysoc->name.'",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
|
"url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "'.$websitepage->description.'"
|
"description": "'.$websitepage->description.'"
|
||||||
}'."\n";
|
}'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user