Added Schema.org breadcrumb, to improve SEO
This commit is contained in:
parent
53faba146b
commit
a638c3af47
4 changed files with 121 additions and 1 deletions
30
contact.html
30
contact.html
|
@ -68,6 +68,36 @@ owa_cmds.push(['trackClicks']);
|
|||
</script>
|
||||
<!-- End Chatwoot customer engagement -->
|
||||
|
||||
<!-- Start Schema breadcrumbs -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org/",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": "IO Cloud Solutions - Free Shared Hosting, VPS, Dedicated Servers",
|
||||
"item": "https://www.iocloudsolutions.net/index.html"
|
||||
},{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": "About",
|
||||
"item": "https://www.iocloudsolutions.net/about.html"
|
||||
},{
|
||||
"@type": "ListItem",
|
||||
"position": 3,
|
||||
"name": "Datacenter",
|
||||
"item": "https://www.iocloudsolutions.net/datacenter.html"
|
||||
},{
|
||||
"@type": "ListItem",
|
||||
"position": 4,
|
||||
"name": "Contact Us",
|
||||
"item": "https://www.iocloudsolutions.net/contact.html"
|
||||
}]
|
||||
}
|
||||
</script>
|
||||
<!-- End Schema breadcrumbs -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue