Skip to content

Instantly share code, notes, and snippets.

@elgreatly
Last active November 21, 2020 19:38
Show Gist options
  • Save elgreatly/07cfa0e18a6b9edf92c1dbc7615f0198 to your computer and use it in GitHub Desktop.
Save elgreatly/07cfa0e18a6b9edf92c1dbc7615f0198 to your computer and use it in GitHub Desktop.
index.html
<meta name="description" content="An angular app that is actually search crawler bot friendly">
<meta name="keywords" content="summary">
<!-- twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@content">
<meta name="twitter:title" content="Home page">
<meta name="twitter:description" content="An angular app that is actually search crawler bot friendly">
<meta name="twitter:image" content="https://www.example.com/assets/seo.jpeg">
<!-- facebook and other social sites -->
<meta property="og:type" content="article">
<meta property="og:site_name" content="content">
<meta property="og:title" content="Home Page">
<meta property="og:description" content="Server side rendering that works with Angular - believe it">
<meta property="og:image" content="https://www.example.com/assets/seo.jpeg">
<meta property="og:url" content="https://www.example.com">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment