-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing social media card for fasten-connect.
- Loading branch information
Showing
4 changed files
with
50 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<link rel="canonical" href="https://www.fastenhealth.com" /> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Fasten Health - Your Journey, Your Records, Your Control</title> | ||
|
||
<!-- Meta SEO --> | ||
<meta name="title" content="Fasten Health - Your Journey, Your Records, Your Control"> | ||
<meta name="description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics."> | ||
<meta name="robots" content="index, follow"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="language" content="English"> | ||
<meta name="author" content="Fasten Health"> | ||
|
||
<!-- Social media share --> | ||
<meta property="og:title" content="Fasten Health - Your Journey, Your Records, Your Control"> | ||
<meta property="og:site_name" content="Fasten Health"> | ||
<meta property="og:url" content="https://www.fastenhealth.com"> | ||
<meta property="og:description" content="Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics."> | ||
<meta property="og:type" content=""> | ||
<meta property="og:image" content="https://docs.fastenhealth.com/img/banner/banner.png"> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:site" content="@fastenhealth" /> | ||
<meta name="twitter:creator" content="@fastenhealth" /> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<link rel="canonical" href="https://www.fastenhealth.com/connect" /> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Fasten Connect - A Unified Medical Record API</title> | ||
|
||
<!-- Meta SEO --> | ||
<meta name="title" content="Fasten Connect - A Unified Medical Record API"> | ||
<meta name="description" content="Fasten Connect allows Patients to share their medical records with trusted third-parties, with only a couple of lines of code."> | ||
<meta name="robots" content="index, follow"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="language" content="English"> | ||
<meta name="author" content="Fasten Health"> | ||
|
||
<!-- Social media share --> | ||
<meta property="og:title" content="Fasten Connect - A Unified Medical Record API"> | ||
<meta property="og:site_name" content="Fasten Health"> | ||
<meta property="og:url" content="https://www.fastenhealth.com/connect"> | ||
<meta property="og:description" content="Fasten Connect allows Patients to share their medical records with trusted third-parties, with only a couple of lines of code."> | ||
<meta property="og:type" content=""> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/fastenhealth/brand-kit/main/connect/banner.png"> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:site" content="@fastenhealth" /> | ||
<meta name="twitter:creator" content="@fastenhealth" /> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
layout: default | ||
social_meta: "social_meta_connect.html" | ||
--- | ||
|
||
|
||
|