简体   繁体   中英

Sonata SEO Bundle Site MAP

I am using sonata seo bundle and knp paginator bundle. My Question is When I added new custom static url like :-(www.symfony.in/blog) in our KNP Menu.It's added successfully. But When I run the :-

php app/console sonata:seo:sitemap --scheme=http web www.symfony.in --env=prod

Command execute successfully But in sitemap Blog url(www.symfony.in/blog) not added.

Any one know how to add custom url in Sonata SEO Bundle in Sitemap ?

I am google it but nothing found !

Thnaks!

You need to create a SitemapIterator in order to add your custom URLs to the Sitemap, as described in the documentation . This is an Iterator that you will have to declare as a service, and then reference into the sonata_seo.sitemap.services configuration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM