Making WordPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3983 closed defect (bug) (fixed)

Meta description missing from homepage & rosetta homepages

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: high
Component: General Keywords: seo
Cc:

Description

Add a <meta name="description" content="{{STRING}}" /> tag to homepages.

Use the same value as the og:description when available/populated, or, fall back to WordPress is open source software you can use to create a beautiful website, blog, or app.

Change History (5)

#1 @dd32
6 years ago

Does it need to be specifically <meta name="description" content="..." /> or can <meta property="description" content="..." />?

If it can be property= then that's easy, as I can use Jetpacks functionality for it, however I note that some tools don't seem to detect property="description" even though that works for opengraph. I suspect the answer is that it needs to be name="description" but wanted to verify before I put in work to make it work like that.

#2 follow-up: @jonoaldersonwp
6 years ago

Yeah, name please!

#3 in reply to: ↑ 2 @dd32
6 years ago

Replying to jonoaldersonwp:

Yeah, name please!

Great, lets see if I can figure out how to make Jetpack support that.. :)

#4 @dd32
6 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 8008:

WordPress.org: Add a <meta name="description" tag to mirror the OpenGraph tags.

Fixes #3983.

#5 @joostdevalk
6 years ago

  • Keywords seo added
Note: See TracTickets for help on using tickets.