Skip to content

Commit

Permalink
Seo (#75)
Browse files Browse the repository at this point in the history
* Create icon.png

- this refers to #1

* Create community.png

- this refers to #1

* Update head.html

- this refers to #1
- remove confusing tag
- add several other tags
- this fixes #1
  • Loading branch information
omarcostahamido authored Sep 10, 2024
1 parent c99fb04 commit 41411f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% endif %}

{% if page.title %}
<meta property="og:title" content="{{ page.title }}">
<meta property="og:title" content="Community. {{ page.title }}">
<meta property="og:type" content="article">
{% else %}
<meta property="og:title" content="{{ site.title }}">
Expand All @@ -29,14 +29,20 @@

{% if page.date %}
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}">
<meta property="article:author" content="{{ site.url }}/">
<!-- <meta property="article:author" content="{{ site.url }}/"> -->
{% endif %}

<meta property="og:url" content="{{ site.url }}{{ page.url }}" />

{% if page.image %}
<meta property="og:image" content="{{ site.url }}{{ page.image }}">
{% endif %}
<meta name="keywords" content="Music, Art, Quantum Computing">
<meta name="description" content="Art, Music, software, and events related to Quantum Computing and Creative Practice.">
<meta name="autor" content="Omar Costa Hamido">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:image" content="{{ site.url }}/community_sqr.png">
<link rel="icon" type="image/png" href="/icon.png" />

<title>
{% if page.id == "home" %}
Expand Down
Binary file added community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.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 41411f5

Please sign in to comment.