Skip to content

Commit

Permalink
Add meta line to HTML heads to try to block image crawlers
Browse files Browse the repository at this point in the history
  • Loading branch information
travissouthard committed Oct 2, 2023
1 parent 98ec5f7 commit 6a1487f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="assets/images/pixel-art-portrait.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- For Devicon icons from https://devicons.github.io/devicon/ -->
<link href="https://jawns.club/@travissouthard" rel="me">
Expand Down
13 changes: 10 additions & 3 deletions bike_camping_PHL/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noai, noimageai">
<title>Bike Camping PHL</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
Expand All @@ -12,11 +14,13 @@
<!-- Styles & Scripts -->
<link href="https://fonts.googleapis.com/css2?family=Vibur&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="checklist.js"></script>
<script src="app.js"></script>
<link rel="stylesheet" href="style.css">
</head>

<body>
<header>
<h1>Philadelphia <br><span id="cursive-span">Bike Camping</span></h1>
Expand All @@ -34,10 +38,13 @@ <h3>What you should pack</h3>
</main>
<footer>
<ul>
<li><a href="https://github.com/travissouthard/travissouthard.github.io/issues">Report an issue or make a suggestion</a></li>
<li><a href="https://github.com/travissouthard/travissouthard.github.io/tree/master/bike_camping_PHL">This project on Github</a></li>
<li><a href="https://github.com/travissouthard/travissouthard.github.io/issues">Report an issue or make a
suggestion</a></li>
<li><a href="https://github.com/travissouthard/travissouthard.github.io/tree/master/bike_camping_PHL">This
project on Github</a></li>
<li><a href="https://openweathermap.org/api">Weather data provided by OpenWeather</a></li>
</ul>
</footer>
</body>

</html>
1 change: 1 addition & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="assets/images/pixel-art-portrait.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- For Devicon icons from https://devicons.github.io/devicon/ -->
<link href="https://jawns.club/@travissouthard" rel="me">
Expand Down
15 changes: 9 additions & 6 deletions games/minesweeper/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noai, noimageai">
<title>Minesweeper</title>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<script src="./app.js"></script>
<link rel="stylesheet" href="./style.css">
</head>

<body>
<header>
<h1 id="title">Minesweeper</h1>
Expand Down Expand Up @@ -49,7 +50,9 @@ <h2>How to play:</h2>
<li>When you've correctly flagged all the bombs, you win!</li>
</ul>
</div>
<p><a href="https://github.com/travissouthard/travissouthard.github.io/tree/master/games/minesweeper">See the code on Github!</a></p>
<p><a href="https://github.com/travissouthard/travissouthard.github.io/tree/master/games/minesweeper">See the
code on Github!</a></p>
</footer>
</body>

</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="assets/images/pixel-art-portrait.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- For Devicon icons from https://devicons.github.io/devicon/ -->
<link href="https://jawns.club/@travissouthard" rel="me">
Expand Down
1 change: 1 addition & 0 deletions pixelart.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="assets/images/pixel-art-portrait.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- For Devicon icons from https://devicons.github.io/devicon/ -->
<link href="https://jawns.club/@travissouthard" rel="me">
Expand Down
1 change: 1 addition & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="assets/images/pixel-art-portrait.png" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="1024" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- For Devicon icons from https://devicons.github.io/devicon/ -->
<link href="https://jawns.club/@travissouthard" rel="me">
Expand Down
1 change: 1 addition & 0 deletions snowball/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:image" content="../assets/images/debt-snowball.png" />
<meta property="og:image:width" content="1560" />
<meta property="og:image:height" content="1222" />
<meta name="robots" content="noai, noimageai">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="data:image/svg+xml,
<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>
Expand Down

0 comments on commit 6a1487f

Please sign in to comment.