Skip to content

Conversation

@opott
Copy link
Member

@opott opott commented Jul 19, 2025

Include the lang attribute in the HTML tags to improve accessibility and SEO.

Copilot AI review requested due to automatic review settings July 19, 2025 15:38
@vercel
Copy link

vercel bot commented Jul 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
coursenotes-jekyll ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 19, 2025 3:38pm

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds the lang attribute with value "en" to all HTML tags across layout templates to improve web accessibility and SEO. This helps screen readers and other assistive technologies understand the document language, and provides search engines with language context for better indexing.

Key changes:

  • Added lang="en" attribute to HTML opening tags across all layout files
  • Ensures compliance with accessibility standards (WCAG guidelines)
  • Improves semantic markup for better SEO

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
_layouts/page.html Added lang="en" attribute to HTML tag
_layouts/index.html Added lang="en" attribute to HTML tag
_layouts/course_home.html Added lang="en" attribute to HTML tag
_layouts/8702_B_2_poem.html Added lang="en" attribute to HTML tag

@sonarqubecloud
Copy link

@opott opott merged commit dec6109 into main Jul 19, 2025
4 checks passed
@opott opott deleted the add-lang branch July 19, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants