Cos'è Robots.txt?
Definizione Rapida
Robots.txt è un file di testo che informa i bot dei motori di ricerca su quali pagine o sezioni del sito non dovrebbero essere esplorate o indicizzate.
The robots.txt file is one of the first things search engine bots check when visiting your website. Located at yoursite.com/robots.txt, it contains directives that tell crawlers which parts of your site they can access and which they should avoid. It uses a simple syntax with User-agent (which bot), Disallow (which paths to skip), and Allow (exceptions to disallow rules).
Common uses include blocking search engines from crawling admin areas, staging environments, duplicate content (like print versions of pages), internal search result pages, and private user account areas. You can also use it to point search engines to your sitemap file.
It's important to understand that robots.txt is a polite request, not a security measure. Well-behaved bots like Googlebot respect it, but malicious bots may ignore it entirely. Sensitive content should be protected with authentication, not robots.txt.
Misconfigured robots.txt files are one of the most common technical SEO mistakes. A single misplaced directive can accidentally block your entire site from being indexed, or prevent search engines from accessing CSS and JavaScript files they need to properly render your pages.
Perché è Importante
Robots.txt directly controls what search engines can and cannot see on your website. A well-configured file helps search engines focus their limited crawl budget on your most important pages. A misconfigured one can make your entire website invisible to Google.
For large websites, robots.txt is essential for crawl budget management — preventing bots from wasting time on low-value URLs means they spend more time indexing the pages that matter.
Esempi Pratici
A company's new developer accidentally added Disallow: / to robots.txt, blocking Google from their entire site and causing traffic to drop 90% before anyone noticed
An e-commerce site blocked their faceted navigation URLs via robots.txt, saving thousands of pages of crawl budget for their actual product pages
A multi-site WordPress installation used robots.txt to prevent staging site content from being indexed by search engines
A SaaS platform blocked /app/ and /account/ paths to prevent internal dashboard pages from appearing in search results
Termini Correlati
Technical SEO
Il SEO tecnico si riferisce al processo di ottimizzazione dell'infrastruttura del sito web affinché i motori di ricerca possano eseguire la scansione, l'indicizzazione e il rendering delle pagine in modo efficiente.
Crawl Budget
Il crawl budget rappresenta il numero di pagine che un bot di un motore di ricerca esplorerà sul tuo sito in un determinato intervallo di tempo.
Sitemap
Una sitemap è un file o una pagina web che elenca tutte le pagine di un sito, aiutando i motori di ricerca a scoprire e indicizzare i contenuti in modo più efficiente.
Indexing
L'indicizzazione è il processo mediante cui i motori di ricerca analizzano e archiviano informazioni sulle pagine web nel loro database, rendendole disponibili nei risultati di ricerca.
Hai bisogno di aiuto con robots.txt?
Il nostro team può aiutarti a mettere in pratica questo concetto. Ottieni una consulenza gratuita per discutere del tuo progetto.