-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (151 loc) · 6.27 KB
/
Copy pathindex.html
File metadata and controls
154 lines (151 loc) · 6.27 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/favicon.webp" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
media="print"
onload="this.media = 'all'"
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f8fafc" />
<link rel="canonical" href="https://ffwrapped.com/" />
<title>Fantasy Football Team & League Analyzer | ffwrapped</title>
<meta
name="description"
content="Analyze your Sleeper or ESPN fantasy football league with power rankings, roster insights, playoff odds, draft grades, weekly recaps, and more."
/>
<!-- Google / Search Engine Tags -->
<meta
itemprop="name"
content="Fantasy Football Team & League Analyzer | ffwrapped"
/>
<meta
itemprop="description"
content="Analyze your Sleeper or ESPN fantasy football league with power rankings, roster insights, playoff odds, draft grades, weekly recaps, and more."
/>
<meta itemprop="image" content="https://ffwrapped.com/homepage.webp" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ffwrapped.com" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Fantasy Football Team & League Analyzer | ffwrapped"
/>
<meta
property="og:description"
content="Analyze your Sleeper or ESPN fantasy football league with power rankings, roster insights, playoff odds, draft grades, weekly recaps, and more."
/>
<meta property="og:image" content="https://ffwrapped.com/homepage.webp" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Fantasy Football Team & League Analyzer | ffwrapped"
/>
<meta
name="twitter:description"
content="Analyze your Sleeper or ESPN fantasy football league with power rankings, roster insights, playoff odds, draft grades, weekly recaps, and more."
/>
<meta name="twitter:image" content="https://ffwrapped.com/homepage.webp" />
<meta
name="keywords"
content="fantasy football, NFL, sleeper, fantasy, football, stats, league, analysis"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://ffwrapped.com/#website",
"url": "https://ffwrapped.com/",
"name": "ffwrapped",
"alternateName": "Fantasy Football Wrapped",
"description": "Analyze Sleeper and ESPN fantasy football leagues with AI weekly recaps, matchup summaries, power rankings, playoff odds, roster insights, and season wrapped reports.",
"inLanguage": "en-US",
"keywords": [
"fantasy football weekly recap",
"fantasy football AI summary",
"fantasy football league analyzer",
"Sleeper fantasy football tools",
"ESPN fantasy football tools",
"fantasy football power rankings",
"fantasy football matchup recap",
"fantasy football season recap"
],
"sameAs": [
"https://blog.ffwrapped.com",
"https://github.com/kt474/fantasy-football-wrapped"
]
},
{
"@type": "SoftwareApplication",
"@id": "https://ffwrapped.com/#application",
"url": "https://ffwrapped.com/",
"name": "ffwrapped",
"alternateName": "Fantasy Football Wrapped",
"description": "A fantasy football league analysis web app for Sleeper and ESPN leagues, with AI weekly reports, matchup recaps, power rankings, playoff odds, roster insights, draft grades, trade tools, and personalized season recaps.",
"applicationCategory": "SportsApplication",
"applicationSubCategory": "Fantasy Football League Analyzer",
"operatingSystem": "Web",
"browserRequirements": "Requires JavaScript. Works in modern web browsers.",
"isAccessibleForFree": true,
"audience": {
"@type": "Audience",
"audienceType": "Fantasy football managers and league commissioners"
},
"featureList": [
"AI fantasy football weekly recaps",
"Customizable shared weekly reports",
"Weekly matchup summaries",
"Fantasy football power rankings",
"Playoff odds and projections",
"Expected wins and schedule strength",
"Roster management insights",
"Start/sit analysis",
"Trade database and trade tools",
"Draft grades and draft recap",
"History-powered fantasy football draft planning and opponent scouting",
"Personalized fantasy football season wrapped reports",
"Sleeper league analysis",
"ESPN fantasy football league analysis"
],
"keywords": [
"fantasy football weekly recap generator",
"fantasy football AI weekly summary",
"fantasy football league recap",
"fantasy football draft strategy",
"fantasy football draft room scouting",
"Sleeper fantasy football analyzer",
"ESPN fantasy football analyzer"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"publisher": {
"@type": "Person",
"name": "Kevin Tian",
"url": "https://ffwrapped.com/about"
}
}
]
}
</script>
<script
defer
src="https://umami-mu-liard.vercel.app/script.js"
data-website-id="c186aa74-c00d-488a-b065-178177db10ae"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>