Search.../

description

Gets the page's SEO description.

Description

The page description is a meta tag. It provides potential site visitors with a summary of what the page is about. It is not visible to users, but appears below your site's title in search results.

A page's description is set in the Editor using the Page Settings panel.

Type:

stringRead Only

Was this helpful?

Get the page's description

Copy Code
1let myDescription = $w("#myPage").description; // "Page description"