I am having an issue where i am creating a collection pages using Airtable as CMS Source.
With regards to generating a sitemap ideally we want to have an automatically generated sitemap from the airtable records however if I understand correctly it is not possible for now, the only potential solution i found is mentioned here
Usually when using 3rd-party database, you’ll need manually to add sitemap
The problem is there is a character limit of 20k characters, where the sitemap I want to upload is around 50k characters.
I also thought of using html sitemap but unfortunately that cant be used for GSC
since I imagine making the automatic sitemap from airtable is complicated, would it be possible to increase this sitemap character limit for now (to lets say 100k to be safe)?
Yeah, we won’t be able to increase char count, since it’s not an issue with length of sitemap, rather than allowing POST requests toward our servers, so increasing this will open up a security flaw in our system which can be exploited.
However there is a way to achieve this, using Workflows on “Sitemap” event, you can potentially fetch the external .txt file which holds your sitemap and show it instead the system one, in this way you can manage your sitemap elsewhere, just upload it anywhere, maybe you can upload it in Divhunt as .txt file as well.
So this seems to be the only way at the moment.
If something like this is fine with you, I can help you make it