Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Update metadata-page with regards to search ranking #10381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/site/content/en/learn/html/metadata/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Search engine optimization snake-oil salespeople abused the keywords meta tag by

#### Description

The `description` value, however, is super important for SEO; in addition to helping sites rank based on the content, the description content value is often what search engines display under the page's title in search results. Several browsers, like Firefox and Opera, use this as the default description of bookmarked pages. The description should be a short and accurate summary of the page's content.
The `description` value, however, is useful for SEO: the description content value is often what search engines display under the page's title in search results. Several browsers, like Firefox and Opera, use this as the default description of bookmarked pages. The description should be a short and accurate summary of the page's content.

```html
<meta name="description"
Expand Down