Inserting my JSON-LD Structured Data Script

my weebly website uses "No Header" on all my pages. 

opening my Theme HTML Code via the [Edit HTML/CSS]. 

In the HEADER TYPE 

         no-header.html

SHOULD I LOAD MY JSON-LD Code in the no-header.html

below the <head> section.

anybody who has worked on such a requirement please help and advise.

thanks 

LetsXXX

Examaple of the no-header.html

<html>
<head>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "LocalBusiness",
"name" : "Lets xxxxxx",
"image" : "http://www.letschocolati.in/uploads/4/8/8/2/48829727/published/lc-weebly-logo-final.png?1539756282",
"telephone" : "+91 996 786 xxxx",
"email" : "[email protected]",
"address" : {
"@type" : "PostalAddress",
"addressLocality" : "Navi xxxx",
"addressRegion" : "Mahxxxxx",
"addressCountry" : "Inxxxx",
"postalCode" : "400xxxx"
}

</head>

1,959 Views
Message 1 of 2
Report
1 REPLY 1

Hi there, 

As for my understaning goes, you need to add structured data on specific or all related posts of you site. If you are to add structured data via edit Html, it won't work for your purposes unless you are using same structured data for all posts of your site.I hope it helps to solve your problem For futher, let me know if you are trying to add schema on single page or post website or multiple posts website?

Regards,

Zainee Abbas 

1,498 Views
Message 2 of 2
Report