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
about.html
30
about.html
|
@ -68,6 +68,36 @@ owa_cmds.push(['trackClicks']);
|
||||||
</script>
|
</script>
|
||||||
<!-- End Chatwoot customer engagement -->
|
<!-- 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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
30
contact.html
30
contact.html
|
@ -68,6 +68,36 @@ owa_cmds.push(['trackClicks']);
|
||||||
</script>
|
</script>
|
||||||
<!-- End Chatwoot customer engagement -->
|
<!-- 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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -68,6 +68,36 @@ owa_cmds.push(['trackClicks']);
|
||||||
</script>
|
</script>
|
||||||
<!-- End Chatwoot customer engagement -->
|
<!-- 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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
32
index.html
32
index.html
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>IO Cloud Solutions - Shared Hosting, VPS, Dedicated Servers</title>
|
<title>IO Cloud Solutions - Free Shared Hosting, VPS, Dedicated Servers</title>
|
||||||
|
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
<meta content="" name="keywords" content="dedicated servers, free webhosting, cheap hosting, small business vps hosting, vps hosting, kvm vps, hdd vps, dedicated servers, unmetered servers, unmetered dedicated servers, web hosting">
|
<meta content="" name="keywords" content="dedicated servers, free webhosting, cheap hosting, small business vps hosting, vps hosting, kvm vps, hdd vps, dedicated servers, unmetered servers, unmetered dedicated servers, web hosting">
|
||||||
|
@ -70,6 +70,36 @@ owa_cmds.push(['trackClicks']);
|
||||||
</script>
|
</script>
|
||||||
<!-- End Chatwoot customer engagement -->
|
<!-- 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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue