t1gor / Robots.txt-Parser-Class

Php class for robots.txt parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 2.0 map

JanPetterMG opened this issue · comments

I think it's time to feature freeze v.1.0. Every robots.txt standard is supported, and it might just need some code cleanup before it is ready for release.

Just want to share some dev notes for what to expect in version 2.0. The development haven't started yet, but soon it will. Here is the list:

  • Request the HTTP headers of the provided URL, detecting any redirects
  • Download the correct robots.txt file automatically
  • X-Robots-Tag HTTP header specification support
  • Improve the encoding detection
  • Simplified usage. Fewer lines, more checks and more features.
  • Provide a tool for robots meta tag specification support
  • Caching system for robots.txt files - Scheduled for version 2.1

Feel free to make suggestions or discuss these changes :-)