initbiz / seostorm-plugin

SEO Storm - ultimate SEO tool for OctoberCMS
MIT License
25 stars 14 forks source link

How do you bind the Sitemap to a Tailor model in October 3? #70

Closed xinix closed 1 year ago

xinix commented 1 year ago

I created a Blog using the Tailor blueprints in October 3. How do I connect this in the Sitemap options for a Blog Post page? What Model Class do I use? Tailor\Models\EntryRecord needs an ::inSection to work...

Banditman74 commented 1 year ago

Greetings, I'm also interested in how to create a tailor dynamic page sitemap

tomaszstrojny commented 1 year ago

Hi Both,

SEO Storm doesn't support Tailor, yet, so there's no way to do it out of the box now. Maybe it will one day, but we're not concentrated on it now. But if you need it, go ahead and provide some PRs, we're open to checking it and including to our code.

Best regards,

Tomasz Strojny

klaaseenkhoorn commented 1 year ago

I'm also need the Tailor support for the Sitemap (on multiple sites).

PubliAlex commented 1 year ago

+1 for tailor support as it's not the principal way to create content with october cms > 3.x

PubliAlex commented 1 year ago

Here is an update, now you can handle sitemap with core. Just need to create a tailor global model and a CMS page. Here is how to do :

https://github.com/rainlab/sitemap-plugin/blob/master/UPGRADE.md

By knowing that I imagine sitemap generation can be removed from SEO storm, it would be easier to maintain the module.