Created
March 26, 2015 23:39
-
-
Save aertmann/eaf2312bb9c60a5f5ced to your computer and use it in GitHub Desktop.
Sitemap.xml Neos route – Included in https://speakerdeck.com/aertmann/tasty-recipes-for-every-day-neos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - | |
| name: 'Google Sitemap' | |
| uriPattern: '{node}sitemap.xml' | |
| defaults: | |
| '@package': 'TYPO3.Neos' | |
| '@controller': 'Frontend\Node' | |
| '@action': 'show' | |
| '@format': 'xml' | |
| routeParts: | |
| 'node': | |
| handler: 'TYPO3\Neos\Routing\FrontendNodeRoutePartHandlerInterface' | |
| options: | |
| onlyMatchSiteNodes: TRUE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment