Edit your robots.txt and .htaccess

DashboardSEOToolsFile Editor

Devoda SEO ships with a file editor for both .htaccess and robots.txt, so you can easily check and update both files from within this Add-On.

Robots.txt

Web site owners use the robots.txt file to give instructions about their site to web robots. You can read more about this here.

Default value:
User-agent: *
Disallow: /application/attributes
Disallow: /application/authentication
Disallow: /application/bootstrap
Disallow: /application/config
Disallow: /application/controllers
Disallow: /application/elements
Disallow: /application/helpers
Disallow: /application/jobs
Disallow: /application/languages
Disallow: /application/mail
Disallow: /application/models
Disallow: /application/page_types
Disallow: /application/single_pages
Disallow: /application/tools
Disallow: /application/views

.htaccess

Htaccess (HyperText Access) is a simple configuration file that allows designers, developers and programmers alike to alter the configuration of the Apache Web Server in order to provide additional functionality. Such functionality can include redirecting users, URL re-writes and providing password-protected directories; but it can do so much more. You can read more about this here.