File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ and to the `<head>` section of your pages:
1717
1818Obviously, you should replace 'example.org' with the domain name of your website.
1919
20+ This extension adds a 'route' for ` /sitemap.xml ` and ` /sitemap ` by default, but it
21+ has lower priority than user defined routes.
2022If you use the ` pagebinding ` in ` routing.yml ` (or anything similar like ` /{slug} ` ),
2123you need to add the following _ above_ that route:
2224
@@ -31,4 +33,5 @@ sitemap:
3133 defaults: { _controller: 'Bolt\Extension\Bolt\Sitemap\Extension::sitemap' }
3234```
3335
34- Note, if you have a ContentType with the property ` searchable: false ` , that content type will be ignored.
36+ Note, if you have a ContentType with the property ` searchable: false ` , that content
37+ type will be ignored.
You can’t perform that action at this time.
0 commit comments