Fix bad link in json-ld
This commit is contained in:
parent
608d3ce32f
commit
6be60efaba
@ -609,7 +609,7 @@ function getStructuredData($type, $data = array())
|
|||||||
"name": "'.dol_escape_json($companyname).'",
|
"name": "'.dol_escape_json($companyname).'",
|
||||||
"logo": {
|
"logo": {
|
||||||
"@type": "ImageObject",
|
"@type": "ImageObject",
|
||||||
"url": "/viewimage.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
|
"url": "/wrapper.php?modulepart=mycompany&file=logos%2F'.urlencode($mysoc->logo).'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "'.dol_escape_json($description).'"
|
"description": "'.dol_escape_json($description).'"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user