This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Indicates whether a robots.txt should be created in the root folder or not.

Namespace: Smartsite.Seo
Assembly:  Smartsite.Seo (in Smartsite.Seo.dll)

Syntax

C#Copy imageCopy Code
public enum GenerateRobotsTxt
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration GenerateRobotsTxt

Members

Member nameDescription
Never
The robots.txt file is never generated.
IfNotExists
The robots.txt file is only generated if it doesn't already exist.
Always
The robots.txt file is always generated.

See Also

Smartsite.Seo Namespace
Advanced