New recipes ahead - AI bots blocker, FQDN and Web App Manifest
Since we have introduced the recipes system, earlier this year, we have received a lot of comments, feedback and ideas of new recipes our customers would like to see.
We have added a few recipes during the last few weeks and will continue to add more in the future. For now, we have added the following recipes:
Block AI bots: This recipe allows you to block AI bots from accessing your website. More precisely, it instructs crawlers used to train AI models to not crawl your website (using the robots.txt
mechanism) and, if you enable all the options of the recipe, it prevents those bots from accessing your website altogether.
Redirect a Fully Qualified Domain: This recipe allows you to redirect a fully qualified domain to your root domain. Using this recipe, requests performed to example.com.
(note the trailing dot) will be redirected to example.com
Serve a Web App Manifest: This recipe allows you to serve a Web App Manifest file from your website. The Web App Manifest is a JSON file that provides information about your web application and is used by browsers to install your web application to the home screen of a device.
Web App Manifest Content-Type: This recipe is the little sister of the previous one. It allows you to set the Content-Type
header of any existing Web App Manifest file of your website to application/manifest+json
.
We still have many functional recipe ideas to add to our catalog to help you protect and enhance your website. If you have any recipe ideas you'd like to see added, please let us know by contacting us directly.