Last active
November 21, 2020 19:38
-
-
Save elgreatly/07cfa0e18a6b9edf92c1dbc7615f0198 to your computer and use it in GitHub Desktop.
index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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