Share via


FriendlyUrl.SeoPropertyInternetSearchEngineInclusion property

Gets or sets Internet search engines to include in the search engine optimization (SEO) property of a FriendlyUrl object.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property SeoPropertyInternetSearchEngineInclusion As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.SeoPropertyInternetSearchEngineInclusion

instance.SeoPropertyInternetSearchEngineInclusion = value
public string SeoPropertyInternetSearchEngineInclusion { get; set; }

Property value

Type: System.String
Internet search engines to include in SEO.

Remarks

The SeoPropertyInternetSearchEngineInclusion property tells the Internet search engines whether to crawl or to skip the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace