Anyone aware of a Ruby on Rails Plugin to automatically submit xml sitemap to search engines?

1 replies
  • WEB DESIGN
  • |
Hello,

I am not very familiar with the Ruby on Rails programming language. I work with a site that uses this language and has over 10,000 pages. I am looking for a plugin or tool that will automatically submit a sitemap update each time content is added. Thank you in advance for your help.
#automatically #aware #engines #plugin #rails #ruby #search #sitemap #submit #tool #xml
  • Profile picture of the author Allanon24
    There are some easy to use gems to help You with this. However You should know that RoR is not a language. It is a framework based on the Ruby programming language.
    For sitemap generation I use the sitemap_generator gem.
    Also, there is a gem called Whenever which lets You schedule the sitemap submission (it is like cron jobs).
    The docs are good for both of these gems but if You don't know Ruby it will be a pain to make this happen. I suggest to hire someone to do this for You. It should be an easy task for an experienced developer.
    {{ DiscussionBoard.errors[8832940].message }}

Trending Topics