page.getSearchDescription()

Get the search description of the page.

Syntax

1page.getSearchDescription(): Promise<string>;

Returns

Promise<string>

A Promise that resolves to a string value.

Example

1// Get Current Page
2const currentPage = await webflow.getCurrentPage() as Page
3
4// Get search engine description and print details
5const searchEngineDescription = await currentPage.getSearchDescription()
6console.log(searchEngineDescription)

Designer Ability

Designer AbilityLocaleBranchWorkflowSitemode
canReadPageSettingsAnyAnyAnyAny
Built with