boradesanket13 / Blaze

Weather application with geolocation using OpenWeatherAPI and RestCountries API
https://blaze-silk.vercel.app/
MIT License
17 stars 44 forks source link

Add Open-Graph(OG) tags #116

Closed theritikchoure closed 1 year ago

theritikchoure commented 1 year ago

By specifying these meta tags, social networks won't have to guess what information to use or struggle to retrieve it when your page is shared.

Example


<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.webdevsplanet.com/post/add-website-to-bing-webmaster-tools">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Web Developers Planet">
<meta property="og:title" content="How to add your website to Microsoft Bing Webmaster Tools | Web Developers Planet">
<meta property="og:description" content="Bing Webmaster Tools is a free platform, and part of Microsoft's Bing search engine which allows webmasters to add their websites to the Bing index crawler, see their site's performance in Bing, and a lot more.">
<meta property="og:image" content="https://www.webdevsplanet.com/assets/images/blog/add-website-to-bing-webmaster-tools.jpeg">