You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,17 @@ For each localization of a page the `<url>` in the sitemap XML will get an extra
123
123
124
124
This implementation is based on [Google's guidelines](https://developers.google.com/search/docs/advanced/crawling/localized-versions) on localized sitemaps.
125
125
126
+
## 🔗 Sitemap index
127
+
128
+
Large sitemaps (larger then 45.000 urls) will automatically be split up in to seperate sitemaps. <br />
129
+
A sitemap index will be created that links to all the different sitemap chunks. <br />
130
+
That sitemap index will be accessible on the default `/api/sitemap/index.xml` location.
131
+
132
+
It is required to set the `url` in the `./config/server.js` file in your Strapi installation.
133
+
That will be used to create the links to the different chunks.
134
+
135
+
You can alter the 45.000 magic number through plugin config.
136
+
126
137
## 🤖 Robots.txt
127
138
128
139
To make sure search engines are able to find the sitemap XML create a `robots.txt` file in the front-end of your website and add the following line:
0 commit comments