KarryOn
Explore posts from serversKPCKevin Powell - Community
โขCreated by KarryOn on 8/3/2023 in #front-end
React Meta Tags
Hey there! Im making a site using React.js, I finished basically everything and got to the part of updating the meta tags based on the page url. How exactly would I do that using React if all of the components are rendered in one html file?
I tried using react helmet, a library but it didnt work. The only thing that has worked is adding the meta tags directly in the index html file, which doesnโt help since I want to focus on SEO (search engine optimisation) for each different page
1 replies