Skip to content

Commit bf41e13

Browse files
committed
Add schema.org
1 parent 619f35a commit bf41e13

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

views/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<meta property="og:site_name" content="لیست IP کشور ها" />
1616
<meta property="og:image" content="https://ip-hub.ir/img/logo.webp">
1717
<meta property="og:description" content="IP-Hub is a free service providing updated list of country's IP addresses supporting IPv4 and IPv6 in various formats like Mikrotik address-list and Cisco ACL.">
18+
<script type="application/ld+json">
19+
{
20+
"@context": "https://schema.org/",
21+
"@type": "WebSite",
22+
"name": "IP Hub",
23+
"url": "https://ip-hub.ir/"
24+
}
25+
</script>
1826
<title>{{.Title}} - Country IP List | لیست IP کشورها</title>
1927
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
2028
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />

0 commit comments

Comments
 (0)