File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ enabling the extension, go to `http://example.org/sitemap.xml` to see it.
66
77The bigger search-engines like Google and Bing will automatically pick up your
88sitemap after a while, but it's always a good idea to explicitly tell the search
9- engines where to find it. To do so, add the following line to your robots.txt
10- file:
11-
12- Sitemap: http://example.org/sitemap.xml
13-
14- and to the ` <head> ` section of your pages:
9+ engines where to find it. To do so, this extension automatically adds the link
10+ to the ` <head> ` section of your pages:
1511
1612 <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
1713
14+ Apart from that, it's good pratice to also add the following line to your
15+ ` robots.txt ` file:
16+
17+ Sitemap: http://example.org/sitemap.xml
18+
1819Obviously, you should replace 'example.org' with the domain name of your website.
1920
2021This extension adds a 'route' for ` /sitemap.xml ` and ` /sitemap ` by default, but it
You can’t perform that action at this time.
0 commit comments