Search.../

keywords

Gets the page's keywords.

Description

The page's keywords are not used by Google, but may be used by other search engines.

Page keywords are set in the Editor using the Page Settings panel.

Type:

Array<string>Read Only

Was this helpful?

Get the page's description

Copy Code
1let myKeywords = $w("#myPage").keywords; // "Keyword1,Keyword2"