Skip to content

Commit 2d927ad

Browse files
authored
Merge pull request #20 from docusign/DEVDOCS-17851
add OG image, description, and GA tags
2 parents 732f4c0 + b7cf624 commit 2d927ad

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
91.4 KB
Loading

DocuSign.Workspaces/DocuSign.Workspaces/ClientApp/public/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="Web site created using create-react-app" />
99
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
10+
<meta property="og:title" content="Workspaces Sample App" />
11+
<meta property="og:description" content="Explore how organizations use Workspaces to manage, share, and approve critical documents across teams and clients." />
12+
<meta property="og:image" content="%PUBLIC_URL%/Workspaces-Sample-App-OG.jpg" />
13+
14+
<!-- Google Tag Manager -->
15+
<script>
16+
(function(w,d,s,l,i){
17+
w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
18+
var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
19+
j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
20+
})(window,document,'script','dataLayer','GTM-WPK6FN5');
21+
</script>
22+
<!-- End Google Tag Manager -->
23+
1024
<!--
1125
manifest.json provides metadata used when your web app is installed on a
1226
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

0 commit comments

Comments
 (0)