Skip to content

Commit 45a849f

Browse files
committed
fixed sitemap
1 parent 20c5634 commit 45a849f

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

next-sitemap.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next-sitemap').IConfig} */
22
const config = {
3-
siteUrl: process.env.SITE_URL || "https://dev.jsconf.cl",
3+
siteUrl: process.env.SITE_URL || "https://jsconf.cl",
44
generateRobotsTxt: true, // (optional)
55
// ...other options
66
};

public/robots.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# *
12
User-agent: *
2-
Allow: /*
3+
Allow: /
34

4-
Disallow: /api/*
5+
# Host
6+
Host: https://jsconf.cl
7+
8+
# Sitemaps
9+
Sitemap: https://jsconf.cl/sitemap.xml

public/sitemap-0.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>https://dev.jsconf.cl</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>https://dev.jsconf.cl/cfp</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5-
<url><loc>https://dev.jsconf.cl/online</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6-
<url><loc>https://dev.jsconf.cl/onsite</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
7-
<url><loc>https://dev.jsconf.cl/sponsor</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
8-
<url><loc>https://dev.jsconf.cl/why</loc><lastmod>2022-07-14T03:31:27.144Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>https://jsconf.cl</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4+
<url><loc>https://jsconf.cl/cfp</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5+
<url><loc>https://jsconf.cl/online</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6+
<url><loc>https://jsconf.cl/onsite</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
7+
<url><loc>https://jsconf.cl/sponsor</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
8+
<url><loc>https://jsconf.cl/why</loc><lastmod>2022-07-17T21:15:17.285Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
99
</urlset>

public/sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3-
<sitemap><loc>https://dev.jsconf.cl/sitemap-0.xml</loc></sitemap>
3+
<sitemap><loc>https://jsconf.cl/sitemap-0.xml</loc></sitemap>
44
</sitemapindex>

0 commit comments

Comments
 (0)