Open Graph Protocol: Complete Guide for Developers

1 minute
69 words
Categories:
Web Development
Tags:

What is Open Graph Protocol

Open Graph Protocol is a system that helps websites control how their pages appear when shared on social media platforms. Open Graph Protocol tells social media websites how webpage should look when someone shares its link.

How to Use Open Graph Protocol in a Web Page

To use Open Graph Protocol in webpage, need to add Open Graph meta tags inside the <head> section.

Previous

HTML Element Reference Guide for Web Developers

Next

HTML Lists Explained with Examples