Adds a new item to sitemap
public addItem ( string $location, integer $lastModified = null, float $changeFrequency = null, string $priority = null ) | ||
$location | string | location item URL |
$lastModified | integer | last modification timestamp |
$changeFrequency | float | change frequency. Use one of self:: constants here |
$priority | string | item's priority (0.0-1.0). Default null is equal to 0.5 |