forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-seo.json
More file actions
35 lines (35 loc) · 752 Bytes
/
Copy pathsite-seo.json
File metadata and controls
35 lines (35 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"schema_version": 1,
"site_origin": "https://gtfsscorecard.org",
"sitemap_path": "sitemap.xml",
"robots_path": "robots.txt",
"retained_redirects_path": "_meta/retained-agency-redirects.json",
"fragment_exempt_prefixes": [
"/app/"
],
"noindex_path_patterns": [
"/agency/*/board/",
"/agency/*/brief/"
],
"canonical_aliases": {
"/app/": "/agencies/"
},
"hreflang_groups": [
{
"en": "/",
"es": "/es/"
}
],
"required_json_ld_types": {
"/agency/*/": [
"Dataset"
]
},
"redirect_aliases": {
"/access/": "/adoption/#access",
"/changes/": "/pulse/#changes",
"/concept/": "/how-to-read/",
"/leaderboard/": "/pulse/#changes",
"/trends/": "/pulse/#trend"
}
}