Django robots
Posted by tom | Filed under administration |seo
This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
The robots exclusion application consists of two database models which are tied together with a m2m relationship:
* Rules
* URLs

0 comments