Skip to content

Commit

Permalink
(fix): update meta links
Browse files Browse the repository at this point in the history
  • Loading branch information
neelbrahma committed Feb 4, 2021
1 parent 9ba4dea commit 0b8f8e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/template-builder/includes/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ title Bootstrap 5 CheatSheet By ThemeSelection | #{pageTitle}

//- Search Engine
meta(name='description', content='An interactive list of Bootstrap 5 classes, variables, and mixins. The only Bootstrap 5 CheatSheet you will ever need.')
meta(name='image', content='http://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')
meta(name='image', content='https://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')
meta(name='keywords', content='bootstrap, bootstrap 5, bootstrap 5 cheatsheet, bootstrap 5 cheat sheet, bootstrap cheatsheet, bootstrap 5 cheat sheet pdf, bootstrap cheat sheet github')
meta(name='author', content='ThemeSelection')

//- Schema.org for Google
meta(itemprop='name', content='Bootstrap 5 CheatSheet By ThemeSelection | ' + pageTitle)
meta(itemprop='description', content='An interactive list of Bootstrap 5 classes, variables, and mixins. The only Bootstrap 5 CheatSheet you will ever need.')
meta(itemprop='image', content='http://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')
meta(itemprop='image', content='https://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')

//- Twitter
meta(name='twitter:card', content='summary')
meta(name='twitter:title', content='Bootstrap 5 CheatSheet By ThemeSelection | ' + pageTitle)
meta(name='twitter:description', content='An interactive list of Bootstrap 5 classes, variables, and mixins. The only Bootstrap 5 CheatSheet you will ever need.')
meta(name='twitter:site', content='@Theme_Selection')
meta(name='twitter:image:src', content='http://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')
meta(name='twitter:image:src', content='https://bootstrap-cheatsheet.themeselection.com/assets/images/preview-image.jpg')

//- Open Graph general (Facebook, Pinterest & Google+)
meta(property='og:title', content='Bootstrap 5 CheatSheet By ThemeSelection | ' + pageTitle)
meta(property='og:description', content='An interactive list of Bootstrap 5 classes, variables, and mixins. The only Bootstrap 5 CheatSheet you will ever need.')
meta(property='og:image', content='http://bootstrap-cheatsheet.themeselection.com/assets/images/og-preview-image.jpg')
meta(property='og:image', content='https://bootstrap-cheatsheet.themeselection.com/assets/images/og-preview-image.jpg')
meta(property='og:image:alt', content='Bootstrap 5 Cheatsheet')
meta(property='og:image:type', content='image/jpeg')
meta(property='og:url', content='http://bootstrap-cheatsheet.themeselection.com/')
meta(property='og:url', content='https://bootstrap-cheatsheet.themeselection.com/')
meta(property='og:site_name', content='Bootstrap 5 Cheatsheet By ThemeSelection')
meta(property='og:locale', content='en_US')
meta(property='fb:app_id', content='678455993062306')
Expand Down

1 comment on commit 0b8f8e4

@vercel
Copy link

@vercel vercel bot commented on 0b8f8e4 Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.