priority( )


Gets the priority of this URL relative to other URLs on your site.

The value of the priority property lets search engines know which pages you deem most important. Its value does not affect how your pages are compared to pages on other sites.

Valid values range from 0.0 to 1.0.

The default priority of a page is 0.5.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<number>
Was this helpful?
Yes
No