Hello Michael,
Thank you, for your reply. I am actually a little desperate about this.
I created the whole thing to improve my SEO, and in fact, it does not get indexed so well, for lack of sitemap entries…
At some point I put these CPT posts as “no-index” (non searchable), in Yoast settings (as far as I remember), while it was not officially public, and I was working on it (populating them). Then switched them back to “searchable/indexable”. Is there any other way to set a CPT as non-indexable ?
I haven’t edit my robots.txt file either. At least intentionally.
I created a template for this CPT post (e.g single-ecole-parapente.php), and even the archive page. I can provide the code if needed. For the record, these templates are located in a custom plugin directory (instead of the child theme).
I don’t think I could be the reason for the bug I have. Just mentioning for completeness.
I don’t really understand the point about meta robots tag. Should I add something manually in my template ?
I do see some meta robots tags :
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
Just as in the regular post, BTW, which are indexed.
Am I missing out something ?
I used CPT-UI plugin to create these, but then copy-pasted the generated code into my custom plugin, and uninstalled CPT-UI altogether (to avoid plugin clutter).
Do you think the initial code could be still in database and conflicting ?
Once again I could provide my custom plugin code for inspection.
Yes, I am able to edit the data of each of these CPT posts in my back-end, if I understood your question correctly. Just like a normal posts, but with extra fields (ACF).
I also provided a way for users to create their own content on the front-end (without registering). You can see the creation page at “/creer/”.
They can even edit it, via a unique url + encrypted param, afterwards.
Once again, I mention this for the sake of completeness. I don’t think it’s related.
Any help, hint … would be MUCH appreciated.