Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved OG verbeage #88

Merged
merged 2 commits into from May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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