Skip to content

Commit 7e5b26d

Browse files
authored
Merge pull request #69 from DataTalksClub/val-seo-experiments
Refactor article titles and image attributes for SEO optimization; up…
2 parents 7fd6ec5 + 5d78e76 commit 7e5b26d

15 files changed

+19
-13
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Update Image Formatting
2+
3+
For each image in the page, if the name of the image is not descriptive, update the name of the image to be descriptive

.cursor/commands/seo-images.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ For each image in the page, update the image formatting to be SEO-optimized:
66
- Use formatting like here:
77
```html
88
loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;"
9-
```
10-
- If the name of the image is not descriptive, update the name of the image to be descriptive
9+
```

_layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
<div class="content-head d-flex justify-content-between align-items-center">
1313
<div>
14-
<h1>{{ page.title }}</h1>
14+
<title>{{ page.title }}</title>
15+
16+
<h1>{{ page.h1 | default: page.title }}</h1>
1517
{% if page.subtitle %}
1618
<h3>{{ page.subtitle }}</h3>
1719
{% endif %}

_posts/2020-12-23-slack-communities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: post
33
title: "20+ Best Data Science Slack Communities to Join in 2025"
4+
h1: "20+ Best Data Science Slack Communities"
45
subtitle: "A guide to the most active Slack groups for data, AI, and machine learning professionals."
56
description: "Explore top data science Slack communities for 2025. Join groups on AI, ML, MLOps, Python, R, visualization, and diversity in tech."
67
image: "images/posts/2020-12-23-slack-communities/cover.png"

_posts/2022-07-12-building-data-science-team.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date: 2025-08-10
1414
---
1515

1616
<figure>
17-
<img src="/images/posts/2022-07-12-building-data-science-team/image6.jpg" alt="Team members collaborating around a table during a meeting" />
17+
<img src="/images/posts/2022-07-12-building-data-science-team/data-science-team-collaboration-meeting.jpg" alt="Data science team collaborating in a meeting" title="Data science team collaborating in a meeting" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
1818
<figcaption>Photo by <a href="https://unsplash.com/@hannahbusing?utm_source=medium&utm_medium=referral" target="_blank">Hannah Busing</a> on <a href="https://unsplash.com?utm_source=medium&utm_medium=referral" target="_blank">Unsplash</a>.</figcaption>
1919
</figure>
2020

@@ -34,7 +34,7 @@ The article is organized as follows:
3434
There are two ways to start building a data team, as shown in the following figure:
3535

3636
<figure>
37-
<img src="/images/posts/2022-07-12-building-data-science-team/image3.png" alt="Two approaches to building a data science team: project-first vs hiring-first" />
37+
<img src="/images/posts/2022-07-12-building-data-science-team/approaches-to-building-data-science-team-project-first-vs-hiring-first.png" alt="Two approaches to building a data science team: project-first vs hiring-first" title="Two approaches to building a data science team: project-first vs hiring-first" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
3838
<figcaption>Two main approaches to starting your data science team</figcaption>
3939
</figure>
4040

@@ -57,7 +57,7 @@ Building a data team can be a challenge, but it's definitely doable with careful
5757
When you start hiring, you may search for two types of profiles, as shown in the following figure:
5858

5959
<figure>
60-
<img src="/images/posts/2022-07-12-building-data-science-team/image1.png" alt="Comparison between specialists and generalists in data science" />
60+
<img src="/images/posts/2022-07-12-building-data-science-team/specialists-vs-generalists-data-science-team.png" alt="Specialists vs generalists in a data science team" title="Specialists vs generalists in a data science team" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
6161
<figcaption>Specialists vs Generalists: choosing the right profile for your team</figcaption>
6262
</figure>
6363

@@ -82,7 +82,7 @@ When building a data science team, it can be difficult to decide who to hire fir
8282
But in general, we recommend hiring first the following three profiles, as shown in the following figure:
8383

8484
<figure>
85-
<img src="/images/posts/2022-07-12-building-data-science-team/image4.png" alt="Key roles to hire first: ML engineers, data engineers, and product managers" />
85+
<img src="/images/posts/2022-07-12-building-data-science-team/first-hires-ml-engineer-data-engineer-product-manager.png" alt="First hires for a data science team: ML engineer, data engineer, product manager" title="First hires for a data science team: ML engineer, data engineer, product manager" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
8686
<figcaption>The three key roles to prioritize when building your data science team</figcaption>
8787
</figure>
8888

@@ -109,7 +109,7 @@ A strong product team is a team that is building a product that the customer wan
109109
- Testing these things out with customers very fast.
110110

111111
<figure>
112-
<img src="/images/posts/2022-07-12-building-data-science-team/image5.png" alt="Characteristics of a strong product team: customer-centric, fast delivery, rapid testing" />
112+
<img src="/images/posts/2022-07-12-building-data-science-team/strong-product-team-characteristics-customer-centric-fast-iteration.png" alt="Strong product team characteristics: customer-centric, fast delivery, rapid testing" title="Strong product team characteristics: customer-centric, fast delivery, rapid testing" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
113113
<figcaption>Key characteristics of a strong product team</figcaption>
114114
</figure>
115115

@@ -136,7 +136,7 @@ The interview should also include questions on personal experiences, to check wh
136136
You could also include a second interview, which could be a **homework assignment**. You could send out some homework, which is not very difficult. Then the candidate sends you the code, whether it is Jupyter Notebook or whatever. Then you should check it. From this simple task, you could already see how much people are working.
137137

138138
<figure>
139-
<img src="/images/posts/2022-07-12-building-data-science-team/image2.png" alt="Data scientist interview process: resume review, interviews, and take-home assignments" />
139+
<img src="/images/posts/2022-07-12-building-data-science-team/data-scientist-hiring-process-resume-interviews-take-home.png" alt="Data scientist hiring process: resume review, interviews, take-home assignment" title="Data scientist hiring process: resume review, interviews, take-home assignment" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
140140
<figcaption>Three-step process for hiring data scientists</figcaption>
141141
</figure>
142142

_posts/2022-07-15-what-open-source-can-do-for-your-data-career.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: What Open Source Can Do For Your Data Career
1212
---
1313

1414
<figure>
15-
<img src="/images/posts/2022-07-15-what-open-source-can-do-for-your-data-career/image1.jpg" />
15+
<img src="/images/posts/2022-07-15-what-open-source-can-do-for-your-data-career/image1.jpg" alt="Open source for your data career: developer collaborating on GitHub" title="Open source for your data career: how contributions boost tech careers" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
1616
<figcaption>Image by Kushagra Kevat on <a href="https://unsplash.com/photos/KZs5Bt5VDng" target="_blank">Unsplash</a></figcaption>
1717
</figure>
1818

@@ -77,8 +77,8 @@ Merve Noyan contributed to different Open Source projects already before joining
7777
After these contributions to the open-source community, Hugging face project included, they seamlessly reached out to offer a job opportunity.
7878

7979
<figure>
80-
<img src="/images/posts/2022-07-15-what-open-source-can-do-for-your-data-career/image2.png" />
81-
<figcaption></figcaption>
80+
<img src="/images/posts/2022-07-15-what-open-source-can-do-for-your-data-career/image2.png" alt="From open source contributions to landing a developer advocate job" title="From open source contributions to landing your dream developer advocate job" loading="lazy" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 4px;" width="auto" height="auto" />
81+
<figcaption>From contributing in public to showcasing a portfolio that lands interviews</figcaption>
8282
</figure>
8383

8484
## How to get started in NLP

_posts/2025-08-16-ultimate-list-of-20-free-online-courses-on-machine-learning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags:
1010
- mlzoomcamp
1111
- course
1212
title: '20+ Best Free Machine Learning Courses: Learn from Stanford, MIT and Google Without Paying Tuition'
13+
h1: "20+ Best Free Machine Learning Courses"
1314
date: 2025-10-21
1415
---
1516

articles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout: page
1212
<ul>
1313
{% for post in site.posts %}
1414
<li>
15-
<a href="{{ post.url }}">{{ post.title }}</a> by
15+
<a href="{{ post.url }}">{{ post.h1 | default: post.title }}</a> by
1616
{% for a in post.authors %}
1717
{% assign author = site.people | where: "short", a | first %}
1818
<a href="/people/{{a}}.html">{{ author.title }}</a>{% unless forloop.last %}, {% endunless %}

images/posts/2022-07-12-building-data-science-team/image3.png renamed to images/posts/2022-07-12-building-data-science-team/approaches-to-building-data-science-team-project-first-vs-hiring-first.png

File renamed without changes.

images/posts/2022-07-12-building-data-science-team/image6.jpg renamed to images/posts/2022-07-12-building-data-science-team/data-science-team-collaboration-meeting.jpg

File renamed without changes.

0 commit comments

Comments
 (0)