|
3 | 3 | import social from '$lib/assets/social-image-og.png';
|
4 | 4 | import '../styles/style.css';
|
5 | 5 |
|
6 |
| - let social_description = "See when the U.S. Census Bureau adds or removes datasets." |
7 |
| - let page_title = "Tracking Census Dataset Changes" |
| 6 | + const social_description = "See when the U.S. Census Bureau adds or removes datasets."; |
| 7 | + const page_title = "Tracking Census Dataset Changes"; |
| 8 | + const canoncal_url = "https://www.hrecht.com/census-api-datasets/"; |
8 | 9 |
|
9 | 10 | let { children } = $props();
|
10 | 11 | </script>
|
11 | 12 |
|
12 | 13 | <svelte:head>
|
13 | 14 | <!--link rel="icon" href={favicon} /-->
|
14 | 15 |
|
15 |
| - <link rel="canonical" href="https://www.hrecht.com/census-api-datasets/"> |
| 16 | + <link rel="canonical" href={canoncal_url}> |
16 | 17 |
|
17 | 18 | <meta name="description" content={social_description}>
|
18 | 19 | <meta name="author" content="Hannah Recht">
|
19 | 20 | <meta name="news_keywords" content="census, data, federal government, census api, api">
|
20 | 21 | <meta property="og:title" content={page_title}>
|
21 | 22 | <meta property="og:site_name" content="Hannah Recht">
|
22 |
| - <meta property="og:url" content="https://www.hrecht.com/census-api-datasets/"> |
| 23 | + <meta property="og:url" content={canoncal_url}> |
23 | 24 | <meta property="og:description" content={social_description}>
|
24 | 25 | <meta property="og:type" content="article">
|
25 | 26 | <meta property="og:locale" content="en_US">
|
|
28 | 29 | <meta property="og:image:width" content="1200">
|
29 | 30 | <meta property="og:image:height" content="630">
|
30 | 31 | <meta name="twitter:card" content="summary_large_image">
|
31 |
| - <meta name="twitter:site" content="https://www.hrecht.com/census-api-datasets/"> |
| 32 | + <meta name="twitter:site" content={canoncal_url}> |
32 | 33 | <meta name="twitter:creator" content="@hannah_recht">
|
33 | 34 | <meta name="twitter:title" content={page_title}>
|
34 | 35 | <meta name="twitter:description" content={social_description}>
|
|
0 commit comments