Open Graph protocol (OGP) gives you control of how website/page specifc data travels to third-party sites. Providing much better social media presence along with optimized SEO. Right now we are using Helmet to do manage the head and meta tags for the pages. The main layout component would require some restructuring along with additional changes to other pages to implement OGP as currently the head is being rendered inside body, which works but is a bad practice.
You can learn more about OGP here.
Things to be done:
Open Graph protocol (OGP) gives you control of how website/page specifc data travels to third-party sites. Providing much better social media presence along with optimized SEO. Right now we are using Helmet to do manage the head and meta tags for the pages. The main
layoutcomponent would require some restructuring along with additional changes to other pages to implement OGP as currently theheadis being rendered inside body, which works but is a bad practice.You can learn more about OGP here.
Things to be done:
layoutcomponent and other pages to place head section appropriately.