Skip to content

Commit

Permalink
Merge pull request #88 from datafestafrica/86-twitter-card-missing-photo
Browse files Browse the repository at this point in the history
improved OG verbeage
  • Loading branch information
goodtocode committed May 5, 2022
2 parents af24318 + 9ea84fe commit 7c9c60e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -7,19 +7,19 @@

<!-- SEO Meta Tags -->
<meta name="description"
content="DataFestAfrica is a festival of data enthusiasts sharing knowledge and innovation">
content="DataFestAfrica 2022 coming this October!">
<meta name="author" content="@DavidAbu_ @GiftOjeabulu_ @TheOyinbooke @GoodToCode">

<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="DataFestAfrica" /> <!-- website name -->
<meta property="og:site" content="https://www.datafestafrica.com" /> <!-- website link -->
<meta property="og:title"
content="DataFestAfrica is a group of Data Enthusiasts, professionals, creators, educators, low-code developers, managers, and consumers" />
content="DataFestAfrica 2022 coming this October!" />
<!-- title shown in the actual shared post -->
<meta property="og:description"
content="DataFestAfrica is a festival of data enthusiasts sharing knowledge and innovation" />
content="We are a community of data professionals and enthusiasts dedicated to building data solutions with innovative tools." />
<!-- description shown in the actual shared post -->
<meta property="og:image" content="https://web-www-dev-2022.azurewebsites.net/images/logo/logo-with-border-480x480-white.png" />
<meta property="og:image" content="https://www.datafestafrica.com/images/logo/logo-with-border-480x480-white.png" />
<!-- image link, make sure it's jpg -->
<meta property="og:url" content="https://www.datafestafrica.com" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
Expand Down

0 comments on commit 7c9c60e

Please sign in to comment.