Skip to content

Commit 5867c9a

Browse files
authored
Update README.md
1 parent e7c1ed9 commit 5867c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and to the `<head>` section of your pages:
1717

1818
Obviously, 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.
2022
If you use the `pagebinding` in `routing.yml` (or anything similar like `/{slug}` ),
2123
you 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.

0 commit comments

Comments
 (0)