• Hi There,

    i am trying to fix a problem with with my site′s search function. It doesn′t index html content, when i put it into a raw html widget. If i put the identical html into a text widget, the search result shows the content.

    This is the html i am talking about:

    <div class="Product" itemscope itemtype="https://schema.org/Product">
    
    <h2 itemprop="name">Thats the content i want the results to show/want the search to index</h2>
    
    <p class="description" itemprop="description">some description</p>
    
    </div>

    Thanks in advance!

  • The topic ‘The WordPress Search doesnt index my raw html’ is closed to new replies.