/**
  * The default value of the priority field depends on the depth of the page in
  * the site tree, so it must be calculated dynamically.
  *
  * @return mixed
  */
 public function getGooglePriority()
 {
     return Sitemap::get_priority_for_class($this->owner->class);
 }