page.getSearchImage()

Get the search image of the page.

Syntax

1page.getSearchImage(): 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 Image and print details
5const searchEngineImage = await currentPage.getSearchImage()
6console.log(searchEngineImage)`

Designer Ability

Designer AbilityLocaleBranchWorkflowSitemode
canReadPageSettingsAnyAnyAnyAny
Built with