forked from bettergovph/petition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 2.19 KB
/
index.html
File metadata and controls
58 lines (52 loc) · 2.19 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Petitions by BetterGov.ph - Start and Support Meaningful Change</title>
<meta name="title" content="Petitions by BetterGov.ph - Start and Support Meaningful Change" />
<meta
name="description"
content="Create, sign, and share petitions that matter. Join thousands of advocates making a difference in their communities and beyond. Start your petition today."
/>
<meta
name="keywords"
content="petition, advocacy, change, community, social impact, democracy, civic engagement, grassroots"
/>
<meta name="author" content="Petitions by BetterGov.ph" />
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://petition.example.com/" />
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#3B82F6" />
<meta name="application-name" content="Petitions by BetterGov.ph" />
<!-- Performance & Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Petitions by BetterGov.ph",
"description": "Create, sign, and share petitions that matter. Join thousands of advocates making a difference in their communities and beyond.",
"url": "https://petition.ph",
"potentialAction": {
"@type": "SearchAction",
"target": "https://petition.ph/petitions?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>