Hacker News new | ask | show | jobs
by Someone1234 2397 days ago
> Which is why all my robots.txt files have a comment on the first line.

That doesn't stop a BOM being generated or consumed.

1 comments

BOM is only a problem with strict syntaxes, which robots.txt is not an example of. If the "consumer" simply ignores invalid or meaningless lines, you can avoid issues from invisible characters by not having anything meaningful on the first line of your file.