Skip to content

Commit

Permalink
🔍 add SEO (Open Graph, Twitter, Canonical)
Browse files Browse the repository at this point in the history
  • Loading branch information
EuCarlos committed Nov 16, 2022
1 parent a55d8fd commit c2f3bc7
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Source+Code+Pro:wght@300&display=swap" rel="stylesheet">

<link rel="icon" type="image/x-icon" href="/assets/Pa11y-Viewer-Logo.svg">

<meta name="title" content="Pa11y Viewer - By Carlos Alve" />
<meta name="description" content="An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found." />
<meta name="author" content="Carlos Alves" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pa11yviewer.vercel.app/" />
<meta property="og:title" content="Pa11y Viewer - By Carlos Alve" />
<meta property="og:description" content="An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found." />
<meta property="og:image" content="https://pa11yviewer.vercel.app/" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pa11yviewer.vercel.app/" />
<meta property="twitter:title" content="Pa11y Viewer - By Carlos Alve" />
<meta property="twitter:description" content="An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found." />
<meta property="twitter:image" content="https://pa11yviewer.vercel.app/" />

<!-- Canonical -->
<link rel = “canonical” href = “https://pa11yviewer.vercel.app/” />

<meta name="theme-color" content="#212835">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/Pa11y-Viewer-Logo.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/Pa11y-Viewer-Logo.svg">

<title>Pa11y Viewer - By Carlos Alves</title>
</head>
<body>
Expand Down
28 changes: 28 additions & 0 deletions public/assets/Pa11y-Viewer-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/seo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2f3bc7

Please sign in to comment.