3

I have website with secured pages, and a number of public directories.

Is their a built in mechanism or existing library that geernates a sitemap and/or robots.txt based on controller request mappings and their security access levels/request types ?

NimChimpsky
  • 44,999
  • 57
  • 192
  • 304

3 Answers3

2

No, there is no built in mechanism or existing library that geernates a sitemap and/or robots.txt

But you can build it by your own: because it is possible to read the mapping.

@see: How to show all controllers and mappings in a view

Community
  • 1
  • 1
Ralph
  • 115,440
  • 53
  • 279
  • 370
1

If you are generating sitemaps you can make use of Sitemapgen4j a library to generate XML sitemaps in Java. It can quickly get you started generating valid XML sitemaps.

Ondrej Bozek
  • 10,336
  • 6
  • 52
  • 68
0

I haven't got to use a generator for sitemap and robot.txt. I only use Google webmaster tools. You can try to check this out: robotstxt generator and this

TheWhiteRabbit
  • 14,874
  • 4
  • 31
  • 57
AOV SEO
  • 1
  • 1