You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2019. It is now read-only.
$sitemap = newSitemap('http://mysite.com');
$sitemap->addItem('page1.html');
$sitemap->addSitemap('blog');
$sitemap->addItem('blog/page1.html');
//this should create sitemap-index.xml with sitemap.xml and sitemap-blog.xml$sitemap->createSitemapIndex('http:://mysite.com/', 'Today');
I'd like to do something like this: https://support.google.com/webmasters/answer/75712?rd=1
Is there any way to do it with this library? I mean something like this: