-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sitemap and metadata for Spanish version
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
1 parent
87b64b8
commit a78ffcf
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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"> | ||
|