Skip to content

robots.txt

Edit your robots.txt in the SEO Manager to control which parts of your site search engines crawl. A plain-text editor with ready-made examples, served at /robots.txt.

4 min reference guideUpdated 9 August 2026
On this page
Your robots.txt file tells search engines which parts of your site to crawl and which to leave alone. Limecube serves it at yoursite.com/robots.txt and gives you a simple editor for it.

Finding it#

Go to SEO Manager › robots.txt.

Editing it#

It's a plain text box, one directive per line. Type your rules and click Apply. Changes take effect immediately, and search engines pick up the new file on their next crawl. Use View live file to see what's published. Leave the box empty to allow everything: Limecube falls back to a permissive default.

Ready-made examples#

What you wantWhat to write
Allow everything (the default)User-agent: *
Disallow:
Block a single folderUser-agent: *
Disallow: /private/
Block a specific botUser-agent: BadBot
Disallow: /
Point crawlers at your sitemapSitemap: https://yoursite.com/sitemap.xml
A wrong robots.txt can hide your whole site: Disallow: / under User-agent: * blocks everything. Double-check before you Apply, and test with the robots.txt report in Google Search Console.
robots.txt controls crawling, not indexing. To keep a page out of search results, use noindex on the Page indexation tab instead. Blocking a page in robots.txt can actually leave it in Google's index without a description.

Looking for something else?

Search this guide for a feature or task, or explore another help article.

I’ve checked the guide and still need help

Tell us what you’re trying to do, what happened and what you’ve already tried. A screenshot can help us understand the issue.

Contact the support team