Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 910 Bytes

test-robots.md

File metadata and controls

36 lines (24 loc) · 910 Bytes

[RID01 I PRIO 1 Robots.txt

A robots.txt file must be accessible in the root folder.

Description:

The robots.txt file must be available at www.yoursite.com/robots.txt. Code Examples:

If the entire website should be accessible to search engines, state the following in the robots.txt-File. :

User-agent: *

or

User-agent: *
Disallow: 

or

User-agent: *
Allow: /

Block specific pages or subdirectories for search engines by stating:

Disallow: /blocked-page-or-directory 

Make sure that you do not explicitly block resources such as JavaScript and CSS for search engines.

Sources and Guidelines: