sitemap icon indicating copy to clipboard operation
sitemap copied to clipboard

Google sitemap builder for Laravel

Results 10 sitemap issues
Sort by recently updated
recently updated
newest added

How to cache. Because I do everything I can't cache ` 'use_cache' => true, `

On Laravel 5 with latest version of watson sitemap. When i use addVideo , the video location (youtube/...) is not added to sitemap. ``` $tag = Sitemap::addTag(route('videoarticle', array('slug'=>$video->slug)), date('Y-m-d H:i:s'),...

Can you modify the how to section to add example with video tags ?

Hi, when i use MultilingualTag the sitemap is rendered as a plain text. Maybe it's better to use xmlns:xhtml="http://www.w3.org/TR/xhtml11/xhtml11_schema.html" instead of xmlns:xhtml="http://www.w3.org/1999/xhtml" ?

There should be a way for the generated xml to be written to a file provided the path in config

Took me a while to figure out how the cache works and had to read a lot of issues and look into the code to finally get to the conclusion...

https://support.google.com/news/publisher/answer/93992

Can this automatically identify indexes over the 50,000 limit and produce multiple indexes when this occurs?

[2022-12-09 09:35:42] production.WARNING: Return type of Watson\Sitemap\Tags\BaseTag::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Watson/Sitemap/Tags/BaseTag.php on...