Facebook Open Graph
Facebook Open Graph is a special tag that when present on a website, Facebook will be able to parse the data that are being shared to their platform better. The most important Facebook Open Graph Tags for SEO is below.
<!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content=""> <meta property="og:title" content=""> <meta property="og:description" content=""> <meta property="og:image" content="">
<!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://postsrc.com/"> <meta property="og:title" content="PostSrc: Programming Tutorials, Code Snippets, Tools and Components"> <meta property="og:description" content="Learn web and mobile development, programming guides on Laravel, tutorials for VueJS, NuxtJs, Tailwind CSS, Flutter and more. Discover our online tools and web components."> <meta property="og:image" content="https://postsrc.com/img/cover.jpg">
Test Facebook Open Graph
To test Facebook open graph you can make use of the FB Debugger which is their built-in tool for debugging and testing links that are shared to their platform.
Do make sure to have a unique page title, description, and also image so that when Facebook parses it, it will look nice and looks interactive. Hope these short snippets help and cheers, have a good one.
Leave a reply