Skip to content

Commit a91b0c4

Browse files
authored
Update index.html
1 parent eb586fe commit a91b0c4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@
2525
<meta property="og:image" content="https://jqueryprojects.com/android-chrome-512x512.png" />
2626
<meta property="og:description" content="Free jQuery Plugins and tutorials for absolute beginners. Free download jQuery projects for your freelance or website work." />
2727
<meta property="og:site_name" content="jQuery Projects" />
28+
<script type='application/ld+json'>
29+
{
30+
"@context": "http://schema.org/",
31+
"@type": "Organization",
32+
"legalName": "jQuery Projects",
33+
"url": "https://jqueryprojects.com",
34+
"logo": "https://jqueryprojects.com/android-chrome-512x512.png",
35+
"address": {
36+
"@type": "PostalAddress",
37+
"streetAddress": "Street 2",
38+
"addressLocality": "San Francisco",
39+
"addressRegion": "California",
40+
"postalCode": "94016",
41+
"addressCountry": "United State"
42+
}
43+
}
44+
</script>
2845
<!-- Global site tag (gtag.js) - Google Analytics -->
2946
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80520768-3"></script>
3047
<script>

0 commit comments

Comments
 (0)