Skip to content

Commit

Permalink
Update sitemap and metadata for Spanish version
Browse files Browse the repository at this point in the history
Modified sitemap entries and updated URLs in HTML meta tags to reflect correct paths, enhancing SEO and site organization. Ensured consistent change frequency settings in the sitemap and corrected canonical URLs.
  • Loading branch information
ivangonzalezg committed Oct 16, 2024
1 parent 87b64b8 commit a78ffcf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ivangonzalez.co/</loc>
<lastmod>2022-05-02T17:22:10+00:00</lastmod>
<loc>https://ivangonzalez.co</loc>
<lastmod>2024-10-16</lastmod>
<priority>1.00</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://ivangonzalez.co/es</loc>
<lastmod>2022-05-02T17:22:10+00:00</lastmod>
<lastmod>2024-10-16</lastmod>
<priority>0.80</priority>
<changefreq>weekly</changefreq>
</url>
</urlset>
6 changes: 3 additions & 3 deletions v1/es/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
name="author"
content="Ivan Dario Gonzalez Garcia, [email protected]"
/>
<meta name="url" content="https://ivangonzalez.co/" />
<meta name="identifier-URL" content="https://ivangonzalez.co/" />
<meta name="url" content="https://ivangonzalez.co/es" />
<meta name="identifier-URL" content="https://ivangonzalez.co/es" />
<meta
property="og:site_name"
content="Ivan Gonzalez, Desarrollador Full Stack Independiente"
Expand All @@ -28,7 +28,7 @@
content="Ivan Gonzalez, Desarrollador Full Stack Independiente"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ivangonzalez.co/" />
<meta property="og:url" content="https://ivangonzalez.co/es" />
<meta
property="og:image"
content="https://ivangonzalez.co/assets/images/profile.png"
Expand Down
8 changes: 4 additions & 4 deletions v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
name="author"
content="Ivan Dario Gonzalez Garcia, [email protected]"
/>
<meta name="url" content="https://ivangonzalez.co/" />
<meta name="identifier-URL" content="https://ivangonzalez.co/" />
<meta name="url" content="https://ivangonzalez.co" />
<meta name="identifier-URL" content="https://ivangonzalez.co" />
<meta
property="og:site_name"
content="Ivan Gonzalez, Freelance Full Stack Developer"
Expand All @@ -28,7 +28,7 @@
content="Ivan Gonzalez, Freelance Full Stack Developer"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ivangonzalez.co/" />
<meta property="og:url" content="https://ivangonzalez.co" />
<meta
property="og:image"
content="https://ivangonzalez.co/assets/images/profile.png"
Expand Down Expand Up @@ -252,7 +252,7 @@
return false;
}
</script>
<link rel="canonical" href="https://ivangonzalez.co/" />
<link rel="canonical" href="https://ivangonzalez.co" />
</head>
<body>
<div data-w-id="4def0a51-2eaa-da5d-bcd5-501bffeb8de8" class="loading-page">
Expand Down

0 comments on commit a78ffcf

Please sign in to comment.