As you know WordPress only searches post_content and the_title by default and with a plugin you can get it to search custom meta fields and other things. Thats great and all, but what do you go about content on the page thats not in a meta box or the content field, how do you make that searchable?
Is there a way to insert the dynamic content into post_content so that its searchable?
Is there a better way?
Any suggestions?
Update:
I’m scraping data from a 3rd party website and including it on the page via php in the template. It’s on the single post.