Search.../

title

Gets the page's title.

Description

The title is an important factor that lets search engines determine the topic of a page.

Note: You should always invoke the wixSeoFrontend.title getter outside of the onReady() event handler to ensure receiving the proper response.

Type:

stringRead Only

Related Content:

Was this helpful?

Get the SEO title

Copy Code
1import wixSeoFrontend from 'wix-seo-frontend';
2
3// ...
4
5let title = wixSeoFrontend.title; // "Page Title"