Skip to content

Commit

Permalink
Merge pull request #7 from nukehub-dev:develop
Browse files Browse the repository at this point in the history
seo optimization
  • Loading branch information
ahnaf-tahmid-chowdhury authored Mar 14, 2024
2 parents e5a4103 + 402ac97 commit e1ebed8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
22 changes: 16 additions & 6 deletions _layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
<!DOCTYPE html>
<html lang="en" oncontextmenu="return false">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="{{ site.url }}{{ page.permalink }}" />
<link rel="icon" type="image/svg+xml" href="{{ site.url }}/assets/images/nukehub.svg" />
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "NukeHub",
"url" : "https://nukehub.org/"
"name" : "{{ site.title }}",
"url" : "{{ site.url }}",
}
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="{{ site.title }}">
<meta property="og:type" content="website">
<meta property="og:title" content="{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}">
<meta property="og:url" content="{{ site.url }}{{ page.permalink }}">
<meta property="og:image" content="{{ site.url }}/assets/images/nukehub.svg">
{% if page.description %}
<meta name="description" content="{{page.description}}" />
<meta name="description" content="{{ page.description }}" />
<meta property="og:description" content="{{ page.description }}" />
{% endif %}
{% if page.keywords %}
<meta name="keywords" content="{{ page.keywords }}">
{% endif %}
<link rel="icon" type="image/svg+xml" href="assets/images/nukehub.svg" />
<!--========== CSS ==========-->
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
<link rel="stylesheet" href="css/nukehub.min.css" />
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
description: >-
Nukehub is a pioneering platform dedicated to the exploration and
advancement of nuclear technology.
keywords: >-
NukeHub, nuclear technology, nuclear science, open source, innovation,
collaboration, community, NRMS, NukeAnalytics, NukeLab, NukeBox, NukeTalk,
simulation, discussions
permalink: /
---

Expand Down

0 comments on commit e1ebed8

Please sign in to comment.