Skip to content

Commit

Permalink
Added OpenGraph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed Dec 5, 2024
1 parent 2f6ed37 commit 65c433e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=600']
- id: check-merge-conflict

- repo: https://github.com/charliermarsh/ruff-pre-commit
Expand Down
7 changes: 7 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<meta name="description" content="Interactive urban heat island effect visualizations for European cities.">
<meta name="keywords" content="urban heat island, heat island effect, heat map, uhi, suhi, tirs, landsat">

<meta property="og:title" content="Urban Heat Island Explorer">
<meta property="og:description" content="Interactive urban heat island effect visualizations for European cities.">
<meta property="og:url" content="https://urbanheat.app">
<meta property="og:type" content="website">
<meta property="og:image" content="https://urbanheat.app/meta.png">
<meta property="og:image:alt" content="An illustrative image of urban heat island mapping">

<script type="application/ld+json">
{
"@context" : "https://schema.org",
Expand Down
Binary file added app/public/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65c433e

Please sign in to comment.