I'm using the built in HS site search but it only appears to be searching pages even though I have blogs ticked as well. I've also tried changing the code in a cloned module to specify BLOG_POST as a type but this does not work either.
It looks like your blog posts has noindex meta for robots. This tag excludes the blog posts to be indexed by the search (according to the documentation here). You should remove the meta tag and update your robots.txt during your development phase to test your search 🙂
It looks like your blog posts has noindex meta for robots. This tag excludes the blog posts to be indexed by the search (according to the documentation here). You should remove the meta tag and update your robots.txt during your development phase to test your search 🙂
Hi again Matthieu and thanks so much for coming back. This did the trick.
Strangly I had tried this a couple of days ago but it didn't work. I can only assume the page was heavily cached at my end and wasn't showing the updated results.
Either way this is working now so thank you again.