Website standards/robots.txt

From Notes

Contents

robots.txt

Location

FILE:

 /robots.txt

Modify robots.txt behavior.

Robots to follow and index the page:

 <meta name="robots" content="index,follow" />

No follow links.

 <meta name="robots" content="index,nofollow" />


References

(GURF)