Forum Discussion

Smart_Tech's avatar
Smart_Tech
Copper Contributor
Apr 04, 2024

Bing Search not getting my Title & Description tags in the search results using React JS

The Bing Search results are not showing the title & Description in SERP as I am looking to resolve this issue with my Deve. personal and still did not figure it out the issue.
Using React Helmet to dynamically manage the title and description tags of our web pages server-side rendering.
 
using (data-rh="true")
The common issue with React Helmet is that it does not override the default title and description tags that are in the index.html file. This can cause our web pages to show the wrong title and description in the search results. To fix this, we add the data-rh or data-react-helmet attribute to the tags in our index.html file that we want to override with React Helmet.
 

I raised this issue at Google Support, and while they provided a solution for Google, I still need assistance with the Bing SERP.

1 Reply

  • H7352946's avatar
    H7352946
    Copper Contributor

    I’d be very keen if someone could point me to a post that answers this question as I have the same problem. Website and tags work fine on Google but bing isnt picking up.

Resources