Skip to content

Commit d8b6450

Browse files
Merge pull request #62 from hcorson-dosch-usgs/update_card_urls
point to prod url, update authors
2 parents 4e438bf + f0f4580 commit d8b6450

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

public/index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<meta name="description" content="">
3535
<!-- Open Graph / Facebook -->
3636
<meta property="og:type" content="website">
37-
<meta property="og:url" content="https://labs-beta.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/">
37+
<meta property="og:url" content="https://labs.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/">
3838
<meta property="og:title" content="What is streamflow drought?">
3939
<meta property="og:description" content="">
4040
<meta property="og:image" content="https://labs.waterdata.usgs.gov/visualizations/images/what-is-drought.png">
4141
<!-- Twitter -->
4242
<meta name="twitter:card" content="summary">
43-
<meta name="twitter:url" content="https://labs-beta.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/">
43+
<meta name="twitter:url" content="https://labs.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/">
4444
<meta name="twitter:title" content="What is streamflow drought?">
4545
<meta name="twitter:description" content="">
4646
<meta name="twitter:site:id" content="@USGS_DataSci">
@@ -49,18 +49,23 @@
4949
<script type='application/ld+json'>
5050
{ "@context": "http://www.schema.org",
5151
"@type": "WebSite", "name": "What is streamflow drought?",
52-
"url": "https://labs-beta.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/",
52+
"url": "https://labs.waterdata.usgs.gov/visualizations/what-is-drought/index.html#/",
5353
"about": "",
5454
"datePublished": "FILL THIS OUT",
5555
"contributor": [
5656
{ "@type": "Person",
57-
"name": "Cee Nell",
58-
"email": "cnell@usgs.gov",
57+
"name": "Althea Archer",
58+
"email": "aaarcher@usgs.gov",
5959
"affiliation": { "@type": "Organization", "legalName": "U.S. Geological Survey" }
6060
},
6161
{ "@type": "Person",
62-
"name": "Althea Archer",
63-
"email": "[email protected]",
62+
"name": "Hayley Corson-Dosch",
63+
"email": "[email protected]",
64+
"affiliation": { "@type": "Organization", "legalName": "U.S. Geological Survey" }
65+
},
66+
{ "@type": "Person",
67+
"name": "Cee Nell",
68+
"email": "[email protected]",
6469
"affiliation": { "@type": "Organization", "legalName": "U.S. Geological Survey" }
6570
}
6671
]

0 commit comments

Comments
 (0)