简体   繁体   中英

For client side rendered app adding meta description

I have a client side rendered react app. I am currently updating the meta description and meta property og:description .

While sharing the url of pages, of which meta tags are updated post page load, the description is not picked up by whatsapp or facebook.

Is there a way I can work around this without moving towards server side rendering.

This is when SSR comes into picture and a great blog to give you insight on why it makes sense to migrate/create new projects with React SSR .

https://snipcart.com/blog/react-nextjs-single-page-application-seo

Long story short: On client side react apps you cannot optimise your application for SEO performance including what you're trying to achieve.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM