Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add meta tags for social media sharing #780

Merged
merged 1 commit into from Sep 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed
- Use PostgreSQL 10.9 in development [#751](https://github.com/open-apparel-registry/open-apparel-registry/pull/751)
- Add open graph meta tags for social media sharing [#780](https://github.com/open-apparel-registry/open-apparel-registry/pull/780/files)

### Deprecated

Expand Down
6 changes: 6 additions & 0 deletions src/app/public/index.html
Expand Up @@ -30,6 +30,12 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Open Apparel Registry</title>
<meta property="og:title" content="Open Apparel Registry">
<meta name="description" content="The Open Apparel Registry (OAR) is an open source map and database of global apparel facilities, their affiliations and unique OAR IDs assigned to each facility.">
<meta property="og:description" content="The Open Apparel Registry (OAR) is an open source map and database of global apparel facilities, their affiliations and unique OAR IDs assigned to each facility.">
<meta property="og:url" content="https://openapparel.org">
<meta property="og:site_name" content="Open Apparel Registry">

<!-- Environment Variables -->
<script src="%PUBLIC_URL%/web/environment.js"></script>
<!-- Google Analytics -->
Expand Down