# AI Visibility — /feeds/
# Feed files are named with a private unguessable token; never allow listing.
Options -Indexes

# Only the generated JSON feeds are servable from here
<FilesMatch "^openai-products-[a-f0-9]{32}\.json$">
    Require all granted
</FilesMatch>
<FilesMatch "\.(php|tmp)$">
    Require all denied
</FilesMatch>
