Skip to content
Snippets Groups Projects
Commit 9ecd98a0 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

Merge branch 'update_metacard_extension' into 'main'

use png instead of webp for metacard

See merge request !84
parents 651d8c20 512b24f8
No related branches found
No related tags found
1 merge request!84use png instead of webp for metacard
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
<meta property="og:url" content="https://labs.waterdata.usgs.gov/visualizations/%VITE_APP_TITLE%"> <meta property="og:url" content="https://labs.waterdata.usgs.gov/visualizations/%VITE_APP_TITLE%">
<meta property="og:title" content="%VITE_APP_LONG_TITLE%"> <meta property="og:title" content="%VITE_APP_LONG_TITLE%">
<meta property="og:description" content="%VITE_APP_DESCRIPTION%"> <meta property="og:description" content="%VITE_APP_DESCRIPTION%">
<meta property="og:image" content="https://labs.waterdata.usgs.gov/visualizations/images/%VITE_APP_TITLE%_metacard.webp"> <meta property="og:image" content="https://labs.waterdata.usgs.gov/visualizations/images/%VITE_APP_TITLE%_metacard.png">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://labs.waterdata.usgs.gov/visualizations/%VITE_APP_TITLE%"> <meta property="twitter:url" content="https://labs.waterdata.usgs.gov/visualizations/%VITE_APP_TITLE%">
<meta property="twitter:title" content="%VITE_APP_LONG_TITLE%"> <meta property="twitter:title" content="%VITE_APP_LONG_TITLE%">
<meta property="twitter:description" content="%VITE_APP_DESCRIPTION%"> <meta property="twitter:description" content="%VITE_APP_DESCRIPTION%">
<meta property="twitter:image" content="https://labs.waterdata.usgs.gov/visualizations/images/%VITE_APP_TITLE%_metacard.webp"> <meta property="twitter:image" content="https://labs.waterdata.usgs.gov/visualizations/images/%VITE_APP_TITLE%_metacard.png">
<script type='application/ld+json'> <script type='application/ld+json'>
{ "@context": "http://www.schema.org", { "@context": "http://www.schema.org",
"@type": "WebSite", "name": "%VITE_APP_LONG_TITLE%", "@type": "WebSite", "name": "%VITE_APP_LONG_TITLE%",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment