Tag Archives: xml

Generating a Google Sitemap

How can you generate a Google Sitemap for your website? There’s no widely-used pre-existing solution; you can roll your own sitemap fairly easily (using the XML builder in Rails), and plug in all the necessary model data to get a sitemap custom tailored to your needs. We provide a tested, validated sitemap template for you to modify. Continue reading

Posted in Development | Tagged , , , , | Comments Off

Creating RSS Feeds

Rails makes it quick and easy to create an RSS feed through its XML functionality. We provide a template–simply substitute the code areas for your own code (your own models and attributes), and voila, easy breezy RSS feeds! Continue reading

Posted in Development | Tagged , | Comments Off