Skip to content

Improve SEO Optimisiation #543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ title: "Women Coding Community"
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.
author: Women Coding Community

# SEO & Social Sharing
url: "https://womencodingcommunity.com/"
logo: "/assets/images/default-seo-thumbnail.png"
lang: "en-UK"

# GitHub
github:
repository_url: https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io
Expand Down
32 changes: 8 additions & 24 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="title" content="{{ page.title }} - {{ site.title }}" >
<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." >
<meta name="title" content="{{ page.title }} - {{ site.title }}">
<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.">

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

<meta name="twitter:creator" content="@WomenCodingCommunity" >
<meta name="twitter:site" content="@WomenCodingCommunity" >
<meta name="twitter:card" content="summary_large_image" >
<meta name=”twitter:url” content="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io">
<meta name=”twitter:title” content="{{ page.title }} - {{ site.title }}">
<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.">
<meta name=”twitter:image” content="https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io/assets/images/share/banner-small.png">

<title>{{ page.title }} - {{ site.title }}</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&display=swap" />
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" href="/assets/images/logo.svg">
</head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&display=swap" />
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" href="/assets/images/logo.svg">
6 changes: 4 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-UK" }}">
{% seo %}
{% include head.html %}
<head>
{% seo %}
{% include head.html %}
</head>
<body class="{{ page.body_class }}">
<a href="#main-content" class="skip-link">Skip to main content</a>
{% include navbar.html %}
Expand Down
8 changes: 4 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ <h1>{{ page.title }}</h1>
</div>
</header>
<div class="article-header-img px-2">
{% if page.blurb_img %}
<img src="{{page.blurb_img}}" alt="header image for {{page.title}}">
{% if page.image %}
<img src="{{page.image}}" alt="header image for {{page.title}}">
{% else %}
<img src="/assets/images/blog/default.jpg"
alt="header image for {{page.title}}">
{% endif %}
{% if page.blurb_img_source %}
<div class="img-source">{{page.blurb_img_source}}</div>
{% if page.image_source %}
<div class="img-source">{{page.image_source}}</div>
{% endif %}
</div>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-04-27-welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Welcome to Women Coding Community
date: 2024-04-27
author_name: WCC Team
blurb_img: /assets/images/blog/welcome.jpg
image: /assets/images/blog/welcome.jpg
category: tech-career
description: |
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.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-05-05-breaking-cultural-barriers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-05-05
author_name: Shabana Khatau
author_role: Systems & Application Support Advisor (Web)
blurb_img: /assets/images/blog/2024-05-05-main-image.jpg
image: /assets/images/blog/2024-05-05-main-image.jpg
category: tech-career
description: |
In this blog we explore breaking cultural barriers to start a tech career
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-02-woman-is-the-homeland-of-woman.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-06-02
author_name: Arzu Caner
author_role: Junior Full Stack Developer at InnoAl Tech Solution
blurb_img: /assets/images/blog/2024-06-02-arzu-main-img.jpg
image: /assets/images/blog/2024-06-02-arzu-main-img.jpg
category: tech-career
description: |
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."
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-02-working-with-chatgpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-06-02
author_name: Silke Nodwell
author_role: Data Scientist at TAC Index
blurb_img: /assets/images/blog/2024-06-02-silke-main-img.jpg
image: /assets/images/blog/2024-06-02-silke-main-img.jpg
category: maching-learning
description: |
The one thing ChatGPT will not do is tell you the right questions to ask.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-07-01-from-cv-to-job-offer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-07-01
author_name: Adriana Zencke
author_role: Senior Software Engineer at Centric Software
blurb_img: /assets/images/blog/2024-07-01-adriana-main-image.jpg
image: /assets/images/blog/2024-07-01-adriana-main-image.jpg
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.
category: interview-tips
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-07-02-harnessing-generative-ai.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-07-02
author_name: Sahana Venkatesh
author_role: Software Engineer, Wayve
blurb_img: /assets/images/blog/2024-07-02-sahana-main-image.jpeg
image: /assets/images/blog/2024-07-02-sahana-main-image.jpeg
description: Let's a walk through how one needs to understand use case, master prompt engineering, and leverage existing tools.
category: maching-learning
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-07-06-interview-tips-part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-07-06
author_name: Eleonora Belova
author_role: Test Automation Engineer, IBM Security
blurb_img: /assets/images/blog/2024-07-06-eleonora-main-image.jpg
image: /assets/images/blog/2024-07-06-eleonora-main-image.jpg
description: We will explore resources and tools our community members find valuable in their preparation journey.
category: interview-tips
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-08-11-coding-for-greener-tomorrow.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-08-11
author_name: Madhura Chaganty
author_role: Engineering Manager, Paythru
blurb_img: /assets/images/blog/2024-08-11-madhura-main-image.png
image: /assets/images/blog/2024-08-11-madhura-main-image.png
description: Have you ever considered the environmental impact of the software code we write?
category: green-software
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-09-27-my-ai-devcamp-journey.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-09-27
author_name: Arzu Caner
author_role: Full Stack Developer
blurb_img: /assets/images/blog/2024-09-27-arzu-main-image.png
image: /assets/images/blog/2024-09-27-arzu-main-image.png
description: I wrote about my Al DevCamp journey.
category: personal-experience
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-10-09-how-nlp-interacts-with-people.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2024-10-09
author_name: Busra Ecem Sakar
author_role: Senior Data Analyst
blurb_img: /assets/images/blog/2024-10-09-busra-cover.png
blurb_img_source: This image was created by AI.
image: /assets/images/blog/2024-10-09-busra-cover.png
image_source: This image was created by AI.
description: In the realm of Artificial Intelligence (AI), Natural Language Processing (NLP) is changing the way that people engage with machines by allowing them to interact with machines in human language, effectively and meaningfully.
category: artificial-intelligence
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-10-09-learn-generative-ai-with-aws.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2024-10-09
author_name: Airat Yusuff
author_role: Software Engineer
blurb_img: /assets/images/blog/2024-10-09-airat-cover.png
blurb_img_source: Created by Author with Canva
image: /assets/images/blog/2024-10-09-airat-cover.png
image_source: Created by Author with Canva
description: Learn how to use PartyRock by AWS to build your own AI app in minutes, NO coding involved!
category: generative-ai
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-11-04-microservices-paradise.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2024-11-04
author_name: Irina Kamalova
author_role: VP Lead Software Engineer
blurb_img: /assets/images/blog/2024-11-04-microservices-paradise-banner.png
blurb_img_source: Created by Author with Canva
image: /assets/images/blog/2024-11-04-microservices-paradise-banner.png
image_source: Created by Author with Canva
description: Microservices Paradise
category: microservices
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-11-04-tailoring-your-career-quarterly.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2024-11-04
author_name: Irina Kamalova
author_role: VP Lead Software Engineer @ JPMorgan Chase
blurb_img: /assets/images/blog/2024-11-04-tailor-your-career/2024-11-04-tailor-your-career-1-main.jpg
blurb_img_source: Created by Author with Canva
image: /assets/images/blog/2024-11-04-tailor-your-career/2024-11-04-tailor-your-career-1-main.jpg
image_source: Created by Author with Canva
description: Your guide to setting goals and building the relationship with your manager.
category: tech-career
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2024-12-03
author_name: Madhura C
author_role: Engineering Manager @ Elliptic
blurb_img: /assets/images/blog/20241203-Madhura-cover.png
blurb_img_source: From Author
image: /assets/images/blog/20241203-Madhura-cover.png
image_source: From Author
description: A detailed guide explaining the lifecycle of Kubernetes Pods, from YAML definition to live deployment.
category: kubernetes
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-12-03-techCrunch-disrupt-learnings.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2024-12-03
author_name: Sahana Venkatesh
author_role: Software Engineer
blurb_img: /assets/images/blog/2024-12-03-techcrunch-disrupt-learnings.jpg
image: /assets/images/blog/2024-12-03-techcrunch-disrupt-learnings.jpg
description: "TechCrunch Disrupt 2024 brought together global tech leaders to explore cutting-edge innovations. I interviewed Madhuvanthi Venkatesh, a data scientist and AI meetup organizer, about her key takeaways: the rise of “tiny LLMs,” the importance of real networking, and Silicon Valley’s leadership in AI."
category: Conference reflections
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-01-13-risk-management-in-engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-01-13
author_name: Julia Babahina
author_role: Lead Risk Specialist at Swift and a Director at Women Coding Community
blurb_img: /assets/images/blog/2025-01-13-risk-management-in-engineering.jpg
blurb_img_source: Created by Author with Canva
image: /assets/images/blog/2025-01-13-risk-management-in-engineering.jpg
image_source: Created by Author with Canva
description: Risk management is an inherent and very often invisible and intangible part of everything we do. Every day we make decisions, sometimes without thinking too much about it, and some decisions require more thinking because of uncertainty. This is where risk management brings value - it helps to navigate these uncertainties.
category: risk management
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2025-02-10-managing-your-career.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
date: 2025-02-10
author_name: Julia Babahina
author_role: Lead Risk Specialist at Swift and a Director at Women Coding Community
blurb_img: /assets/images/blog/2025-02-10-manage-your-career/2025-02-10-manage-your-career.jpg
image: /assets/images/blog/2025-02-10-manage-your-career/2025-02-10-manage-your-career.jpg
description: "The beginning of a new year is an exciting time and a great opportunity to take a step back and reflect on
your career journey. A great tool to capture your reflections and close any associated gaps is a Career Development Plan
(CDP). CDP is your personalised strategy which you define and use to achieve your career goals. It outlines skills and
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-03-02-studying-and-passing-aws-cert-exam.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-03-02
author_name: Peace Onyehanere
author_role: Software Engineer
blurb_img: /assets/images/blog/2025-03-02-studying-and-passing-aws-cert-exam.png
blurb_img_source:
image: /assets/images/blog/2025-03-02-studying-and-passing-aws-cert-exam.png
image_source:
description: Studying and Passing the AWS Certification Exam
category: Certifications
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-03-12-building-cutting-edge-ai-solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-03-12
author_name: Sahana Venkatesh
author_role: Software Engineer at Wayve
blurb_img: /assets/images/blog/2025-03-12-Sahana-gemma2-banner.png
blurb_img_source: Image courtesy of the team.
image: /assets/images/blog/2025-03-12-Sahana-gemma2-banner.png
image_source: Image courtesy of the team.
description: Lablab AI, in collaboration with Google’s Gemma team, hosted a hackathon to build AI solutions using Gemma 2 models.
category: artificial-intelligence
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-06-10-mid-senior-engineer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-06-10
author_name: Irina Kamalova
author_role: VP Lead Software Engineer @ JPMorgan Chase
blurb_img: /assets/images/blog/2025-06-10-mid-to-senior-engineer-banner.png
blurb_img_source:
image: /assets/images/blog/2025-06-10-mid-to-senior-engineer-banner.png
image_source:
description: |
So, you've mastered the fundamentals, you're a reliable contributor, and the "Mid-Level
Engineer" title feels comfortable. But the ambition to grow, to take on more responsibility,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-06-14
author_name: Nino Godoradze
author_role: Data Scientist at Bank of Georgia
blurb_img:
blurb_img_source:
image:
image_source:
description: "Atomic Habits: Small Changes, Real Results"
category: Productivity
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-06-20-self-taught-self-doubt.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-06-20
author_name: Büşra Ç. T.
author_role:
blurb_img: /assets/images/blog/2025-06-20-self-taught-self-doubt.jpeg
blurb_img_source:
image: /assets/images/blog/2025-06-20-self-taught-self-doubt.jpeg
image_source:
description: A personal reflection on learning to code as a self-taught developer, battling imposter syndrome, and how mentorship helped me stop looking only at what I lacked and start seeing how far I’d come.
category: Career
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-07-01-first-year-at-wcc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-07-01
author_name: Rajani Rao
author_role: Principal Technologist, AVEVA
blurb_img: /assets/images/blog/2025-07-01-first-year-at-wcc.jpg
blurb_img_source:
image: /assets/images/blog/2025-07-01-first-year-at-wcc.jpg
image_source:
description: "Our first year as WomenCodingCommunity"
category: Community
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-07-02-habits-challenge-lessons.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
date: 2025-07-02
author_name: Silke Nodwell
author_role: Lead at Women Coding Community
blurb_img: /assets/images/blog/2025-07-02-habits-challenge-lessons.jpg
blurb_img_source:
image: /assets/images/blog/2025-07-02-habits-challenge-lessons.jpg
image_source:
description: Lessons from Our 4-Week Habit Challenge
category: Productivity
---
Expand Down
Binary file added assets/images/banner.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 assets/images/default-seo-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<div class="card-blog card card-m">
<a class="cursor-pointer" href="{{post.url}}">
<div class="card-media">
{% if post.blurb_img %}
<img src="{{post.blurb_img}}" alt="header image for {{post.title}}">
{% if post.image %}
<img src="{{post.image}}" alt="header image for {{post.title}}">
{% else %}
<img src="/assets/images/blog/default.jpg"
alt="header image for {{post.title}}">
Expand Down