Hi. I use the React library on the front end of my website, and for backend I use the Java language with Spring Boot. My website has a lot of posts and pages and a lot of dynamic data. Now I face the challenge of SEO and realized that social networks like Facebook and Twitter are not able to process JavaScript, and I have to use tools like prerender, react-snapshot, server side render, etc. But prerender is recommended for websites with static data or low dynamics. I do not want to be dependent on node for server side rendering either. Is there a way to update meta tags with Java? Or on the client side? (Which I do not think!) So that I can inform social networks about my metadata and be useful for Bing and Yahoo crawlers? (Of course, my priority is Google crawlers). Thanks a lot
question from:
https://stackoverflow.com/questions/65891354/update-metadata-in-react-with-java 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…