Skip to content
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

impr(SEO): Semantic HTML (borisnezlobin) #4859

Closed

Conversation

borisnezlobin
Copy link
Contributor

Description

Changes the HTML to be more semantic (e.g., changing <div class="section"> to just <section>)
This PR currently only changes one page (/about) in order to get progress feedback before changes are made to everything.

Checks

No visual changes

Closes #4857

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Dec 12, 2023
@borisnezlobin borisnezlobin changed the title Semantic HTML (borisnezlobin) impr(SEO): Semantic HTML (borisnezlobin) Dec 12, 2023
<h2>
</section>
<section>
<h1 class="bigtitle">about</h1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use h2 here, then you can remove the bigtitle class

<div class="section">
</p>
</section>
<section>
<div class="title">word set</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use h3, then remove the title class

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also use h3 everywhere where you already used h2

@borisnezlobin
Copy link
Contributor Author

Will do!
should I apply these changes everywhere else then?

@Miodec
Copy link
Member

Miodec commented Dec 15, 2023

Everywhere else you mean other pages?

@borisnezlobin
Copy link
Contributor Author

yep!

@Miodec
Copy link
Member

Miodec commented Dec 15, 2023

Yeah sure

@fehmer
Copy link
Member

fehmer commented Dec 17, 2023

hi @borisnezlobin,
can you add ids to all headers so they can be used as anchors in links?

@borisnezlobin
Copy link
Contributor Author

Will do! I have finals this week, but will be able to work on this later this week + next

Copy link
Contributor

This PR is stale. Please trigger a re-run of the PR check action.

@github-actions github-actions bot added the Stale Has not been updated in a while label Dec 26, 2023
@github-actions github-actions bot removed the Stale Has not been updated in a while label Dec 28, 2023
Copy link
Contributor

github-actions bot commented Jan 5, 2024

This PR is stale. Please trigger a re-run of the PR check action.

@github-actions github-actions bot added the Stale Has not been updated in a while label Jan 5, 2024
@github-actions github-actions bot closed this Jan 13, 2024
@plbstl plbstl mentioned this pull request Feb 24, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend User interface or web stuff Stale Has not been updated in a while
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML tags aren't entirely semantic
4 participants