Skip to content

Commit 63ca728

Browse files
Merge pull request #543 from khairahscorner/seo-optimisiation
2 parents 94c050d + 54d5dfc commit 63ca728

31 files changed

Lines changed: 60 additions & 69 deletions

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ title: "Women Coding Community"
1212
description: Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support.
1313
author: Women Coding Community
1414

15+
# SEO & Social Sharing
16+
url: "https://womencodingcommunity.com/"
17+
logo: "/assets/images/default-seo-thumbnail.png"
18+
lang: "en-UK"
19+
1520
# GitHub
1621
github:
1722
repository_url: https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io

_includes/head.html

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
1-
<head>
2-
<meta name="viewport" content="width=device-width, initial-scale=1">
3-
<meta charset="utf-8">
1+
<meta charset="utf-8">
2+
<meta name="viewport" content="width=device-width, initial-scale=1">
43

5-
<meta name="title" content="{{ page.title }} - {{ site.title }}" >
6-
<meta name="description" content="Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support, our program has something for everyone." >
4+
<meta name="title" content="{{ page.title }} - {{ site.title }}">
5+
<meta name="description" content="Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support, our program has something for everyone.">
76

8-
<meta property='og:title' content='{{ page.title }} - {{ site.title }}'/>
9-
<meta property='og:image' content='https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/assets/images/share/banner-lg.png'/>
10-
<meta property='og:description' content='Women Coding Community (WCC) is nonprofit dedicated to inspiring women in technology careers.'/>
11-
<meta property='og:url' content='https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io'/>
12-
<meta property="og:type" content="article" />
13-
<meta property="og:site_name" content="Women Coding Community">
7+
<title>{{ page.title }} - {{ site.title }}</title>
148

15-
<meta name="twitter:creator" content="@WomenCodingCommunity" >
16-
<meta name="twitter:site" content="@WomenCodingCommunity" >
17-
<meta name="twitter:card" content="summary_large_image" >
18-
<meta name=”twitter:url” content="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io">
19-
<meta name=”twitter:title” content="{{ page.title }} - {{ site.title }}">
20-
<meta name=”twitter:description” content="Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support.">
21-
<meta name=”twitter:image” content="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/assets/images/share/banner-small.png">
22-
23-
<title>{{ page.title }} - {{ site.title }}</title>
24-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" />
25-
<link rel="stylesheet" href="/assets/css/style.css">
26-
<link rel="icon" href="/assets/images/logo.svg">
27-
</head>
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap" />
10+
<link rel="stylesheet" href="/assets/css/style.css">
11+
<link rel="icon" href="/assets/images/logo.svg">

_layouts/default.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="{{ site.lang | default: "en-UK" }}">
3-
{% seo %}
4-
{% include head.html %}
3+
<head>
4+
{% seo %}
5+
{% include head.html %}
6+
</head>
57
<body class="{{ page.body_class }}">
68
<a href="#main-content" class="skip-link">Skip to main content</a>
79
{% include navbar.html %}

_layouts/post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ <h1>{{ page.title }}</h1>
4848
</div>
4949
</header>
5050
<div class="article-header-img px-2">
51-
{% if page.blurb_img %}
52-
<img src="{{page.blurb_img}}" alt="header image for {{page.title}}">
51+
{% if page.image %}
52+
<img src="{{page.image}}" alt="header image for {{page.title}}">
5353
{% else %}
5454
<img src="/assets/images/blog/default.jpg"
5555
alt="header image for {{page.title}}">
5656
{% endif %}
57-
{% if page.blurb_img_source %}
58-
<div class="img-source">{{page.blurb_img_source}}</div>
57+
{% if page.image_source %}
58+
<div class="img-source">{{page.image_source}}</div>
5959
{% endif %}
6060
</div>
6161

_posts/2024-04-27-welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Welcome to Women Coding Community
44
date: 2024-04-27
55
author_name: WCC Team
6-
blurb_img: /assets/images/blog/welcome.jpg
6+
image: /assets/images/blog/welcome.jpg
77
category: tech-career
88
description: |
99
Be a part of the change. Join us to help bridge the gender gap in technology. Together, we can create a future where women are leading drivers of technology and innovation.

_posts/2024-05-05-breaking-cultural-barriers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
date: 2024-05-05
55
author_name: Shabana Khatau
66
author_role: Systems & Application Support Advisor (Web)
7-
blurb_img: /assets/images/blog/2024-05-05-main-image.jpg
7+
image: /assets/images/blog/2024-05-05-main-image.jpg
88
category: tech-career
99
description: |
1010
In this blog we explore breaking cultural barriers to start a tech career

_posts/2024-06-02-woman-is-the-homeland-of-woman.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
date: 2024-06-02
55
author_name: Arzu Caner
66
author_role: Junior Full Stack Developer at InnoAl Tech Solution
7-
blurb_img: /assets/images/blog/2024-06-02-arzu-main-img.jpg
7+
image: /assets/images/blog/2024-06-02-arzu-main-img.jpg
88
category: tech-career
99
description: |
1010
In the land where I was born, there's a saying that resonates deeply with the essence of female solidarity: "Woman is the homeland of woman."

_posts/2024-06-02-working-with-chatgpt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
date: 2024-06-02
55
author_name: Silke Nodwell
66
author_role: Data Scientist at TAC Index
7-
blurb_img: /assets/images/blog/2024-06-02-silke-main-img.jpg
7+
image: /assets/images/blog/2024-06-02-silke-main-img.jpg
88
category: maching-learning
99
description: |
1010
The one thing ChatGPT will not do is tell you the right questions to ask.

_posts/2024-07-01-from-cv-to-job-offer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
date: 2024-07-01
55
author_name: Adriana Zencke
66
author_role: Senior Software Engineer at Centric Software
7-
blurb_img: /assets/images/blog/2024-07-01-adriana-main-image.jpg
7+
image: /assets/images/blog/2024-07-01-adriana-main-image.jpg
88
description: Essential Tips for Software Engineer Interview Success. You'll be well-equipped to navigate the interview process and showcase your skills to potential employers.
99
category: interview-tips
1010
---

_posts/2024-07-02-harnessing-generative-ai.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
date: 2024-07-02
55
author_name: Sahana Venkatesh
66
author_role: Software Engineer, Wayve
7-
blurb_img: /assets/images/blog/2024-07-02-sahana-main-image.jpeg
7+
image: /assets/images/blog/2024-07-02-sahana-main-image.jpeg
88
description: Let's a walk through how one needs to understand use case, master prompt engineering, and leverage existing tools.
99
category: maching-learning
1010
---

0 commit comments

Comments
 (0)