fix: align static SEO URLs with www host
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
name="description"
|
||||
content="Selected legacy case studies from the IQON archive, presented in the old site design."
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="canonical" href="https://www.iqon.com/case-studies/" />
|
||||
<link rel="stylesheet" type="text/css" href="/wp-content/themes/iqon/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/wp-content/themes/iqon/css/fonts/fonts.css" />
|
||||
<style>
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="canonical" href="https://www.iqon.com/" />
|
||||
<link rel="alternate" hreflang="en" href="https://www.iqon.com/" />
|
||||
<link rel="alternate" hreflang="ru-KZ" href="https://www.iqon.com/kz/" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
|
||||
+3
-2
@@ -12,8 +12,9 @@
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="alternate" hreflang="en" href="https://iqon.com/" />
|
||||
<link rel="alternate" hreflang="ru-KZ" href="https://iqon.com/kz/" />
|
||||
<link rel="canonical" href="https://www.iqon.com/kz/" />
|
||||
<link rel="alternate" hreflang="en" href="https://www.iqon.com/" />
|
||||
<link rel="alternate" hreflang="ru-KZ" href="https://www.iqon.com/kz/" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://iqon.com/sitemap.xml
|
||||
Sitemap: https://www.iqon.com/sitemap.xml
|
||||
|
||||
+3
-11
@@ -1,14 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url><loc>https://iqon.com/</loc></url>
|
||||
<url><loc>https://iqon.com/kz/</loc></url>
|
||||
<url><loc>https://iqon.com/services/</loc></url>
|
||||
<url><loc>https://iqon.com/services/strategy-governance/</loc></url>
|
||||
<url><loc>https://iqon.com/services/enterprise-architecture/</loc></url>
|
||||
<url><loc>https://iqon.com/services/data-analytics/</loc></url>
|
||||
<url><loc>https://iqon.com/services/infrastructure-cloud/</loc></url>
|
||||
<url><loc>https://iqon.com/services/security-continuity/</loc></url>
|
||||
<url><loc>https://iqon.com/industries/</loc></url>
|
||||
<url><loc>https://iqon.com/case-studies/</loc></url>
|
||||
<url><loc>https://iqon.com/contact/</loc></url>
|
||||
<url><loc>https://www.iqon.com/</loc></url>
|
||||
<url><loc>https://www.iqon.com/kz/</loc></url>
|
||||
<url><loc>https://www.iqon.com/case-studies/</loc></url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user