Robots.txt in AEM codebase | Community
Skip to main content
cquser1
New Participant
May 3, 2017
Solved

Robots.txt in AEM codebase

  • May 3, 2017
  • 3 replies
  • 2481 views

Hi All,

Have seen robots.txt in AEM codebase which has entries like User-agent: *
Disallow: /

Can someone let me know what exactly is the use of this file and what do these above properties in it signify.

Any thoughts on this will be helpful.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jitendra_S_Toma

Hi CQUser1,

The purpose of the Robots.txt is to provide details about the application to the search engine. One of the thing is to instruct web crawlers that a particular path is not index-able (Disallow: /).

i hope this helps.

cquser1 wrote...

Hi All,

Have seen robots.txt in AEM codebase which has entries like User-agent: *
Disallow: /

Can someone let me know what exactly is the use of this file and what do these above properties in it signify.

Any thoughts on this will be helpful.

 

3 replies

cquser1
cquser1Author
New Participant
May 4, 2017

Hi Amit/Jitendra,

Thank you for your replies.

Jitendra_S_Toma
Jitendra_S_TomaAccepted solution
New Participant
May 4, 2017

Hi CQUser1,

The purpose of the Robots.txt is to provide details about the application to the search engine. One of the thing is to instruct web crawlers that a particular path is not index-able (Disallow: /).

i hope this helps.

cquser1 wrote...

Hi All,

Have seen robots.txt in AEM codebase which has entries like User-agent: *
Disallow: /

Can someone let me know what exactly is the use of this file and what do these above properties in it signify.

Any thoughts on this will be helpful.

 

Amit_Kumar
New Participant
May 4, 2017

Hi,

Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol.

Red more here: https://moz.com/learn/seo/robotstxt

Regards,

Amit