APNSoft Controls [4.5.2.20] - API Reference
APNSoftMenu.SEOEnabled Property

Gets or sets a value indicating whether the control renders an additional NOSCRIPT section with links let all search engines index your website properly. Default value is false.

[Visual Basic]
Public Property SEOEnabled As Boolean
[C#]
public bool SEOEnabled {get; set;}

Remarks

The links of the control items are implemented with the JavaScript OnClick procedure, which can not be indexed by search-engine spiders. To overcome this obstacle, control generates an additional NOSCRIPT section with regular href tags.

See Also

APNSoftMenu Class | APNSoft.WebControls Namespace