-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
67 lines (63 loc) · 2.16 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124581164-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-124581164-1', {
'page_title': 'TwitterScraper',
});
location.replace('https://github.com/MatthewWolff/TwitterScraper');
</script>
<!-- Open Graph properties for sharing links -->
<meta property="og:site_name" content="https://wolff.sh">
<meta charset="utf-8">
<meta property="og:url" content="https://wolff.sh">
<meta property="og:title" content="$ ./wolff.sh scraper">
<meta property="og:description" content="scraper source code">
<meta property="og:image" content="https://blogs.stockton.edu/connectedtoeducation/files/2017/03/tweeter.jpg">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="380">
<meta property="og:image:height" content="380">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="$ ./wolff.sh scraper">
<meta name="description" content="scraper source code">
<title>$ ./wolff</title>
<!-- For Google indexing -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Matthew Wolff",
"jobTitle": "Data Scientist",
"url": "https://wolff.sh/TwitterScraper",
"sameAs": [
"https://github.com/matthewwolff",
"https://linkedin.com/in/thematthewwolff",
"https://instagram.com/matthewwolff"
],
"image": "https://wolff.sh/img/favicon.ico"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://wolff.sh/TwitterScraper",
"name": "Matthew Wolff",
"image": "https://wolff.sh/img/favicon.ico",
"author": {
"@type": "Person",
"name": "Matthew Wolff"
}
}
</script>
</head>
<body>
</body>
</html>