Prevent the panel from being indexed by robots

For a Kirby powered website, it is a good idea to have the Google bot crawl and index the website contents presented to the public. I know how to prevent particular pages from being crawled using the meta tag <meta name="robots" content="noindex,nofollow"> in the <head> section, should need be.

I wonder how I could possibly prevent crawling of the panel. IMO, the panel does not contain anything that should be displayed in a Google search. Did I perhaps overlook something in the docs?

I don’t think Google crawls password protected pages. You could however add a robots.txt to your main project folder.

1 Like

You’re right. I didn’t think of that, so my whole question dissolves into thin air.