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

User finds site easily with SEO in the header #21

Open
bionicles opened this issue Jan 15, 2020 · 2 comments
Open

User finds site easily with SEO in the header #21

bionicles opened this issue Jan 15, 2020 · 2 comments
Assignees

Comments

@bionicles
Copy link
Owner

https://www.creativebloq.com/how-to/build-an-seo-friendly-head-component-for-nextjsreact

import Head from 'next/head'
const Meta = (props) => (      
<Head>
<title></title>
<meta name="description" content="" />
<meta property="og:type" content="website" />
<meta name="og:title" property="og:title" content="" />
<meta name="og:description" property="og:description" content="" />
<meta property="og:site_name" content="" />
<meta property="og:url" content="" />  
<meta name="twitter:card" content="summary" /> 
<meta name="twitter:title" content="" />
<meta name="twitter:description" content={props.desc} />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="" />
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="apple-touch-icon" href="/static/images/favicon.ico" />
<link rel="stylesheet" href="" />
<meta property="og:image" content="" />  
<meta name="twitter:image" content="" />   
<link rel="canonical" href="" />
<script type="text/javascript" src="" ></script>
</Head>
)
export default Meta
@bionicles bionicles added this to To do in triage issues via automation Jan 15, 2020
@bionicles
Copy link
Owner Author

    <title>bitpharma | derisk</title>
    <meta
      property="og:description"
      content="bitpharma.com is an international biosecurity and medical research risk reversal firm."
    />
    <meta property="og:url" content="bitpharma.com" />
    <meta property="og:image" content="http://www.bitpharma.com/logo.png" />

@bionicles
Copy link
Owner Author

@bionicles bionicles self-assigned this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
triage issues
  
To do
Development

No branches or pull requests

1 participant