Jump to content

Edit History

Thomas777

Thomas777

Couple days later i got another error in google search console for the logo so i also changed the following in the same file. Now it works fine.


    "@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$urls.shop_domain_url}{$shop.logo}"

with

"@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$shop.logo}"

and


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$urls.shop_domain_url}{$shop.logo}"

with


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$urls.shop_domain_url}"

Thomas777

Thomas777

Couple days later i got another error in google search console for the logo so i also changed the following in the same file. Now it works fine.


    "@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$urls.shop_domain_url}{$shop.logo}"

with

"@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$shop.logo}"

and


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$urls.shop_domain_url}{$shop.logo}"

with


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$shop.logo}"

Thomas777

Thomas777

Couple days later i got another error in google search console for the logo so i also changed the following in the same file. Now it works fine.


    "@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$urls.shop_domain_url}{$shop.logo}"

with

"@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "{$shop.name}",
    "url" : "{$urls.pages.index}",
    "logo" : {
        "@type":"ImageObject",
        "url":"{$urls.shop_domain_url}"

and


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$urls.shop_domain_url}{$shop.logo}"

with


    "@context":    "http://schema.org",
    "@type": "WebSite",
    "url" : "{$urls.pages.index}",
    "image": {
    "@type": "ImageObject",
    "url":"{$urls.shop_domain_url}"

×
×
  • Create New...