Making WordPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3983 closed defect (bug) (fixed)

Meta description missing from homepage & rosetta homepages

Reported by: jonoaldersonwp Owned by: dd32
Priority: high Milestone:
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
8 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
8 years ago

Yeah, name please!

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

Replying to jonoaldersonwp:

Yeah, name please!

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

#4 @dd32
8 years ago

  • Owner set to dd32
  • Resolutionfixed
  • Status newclosed

In 8008:

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

Fixes #3983.

#5 @joostdevalk
8 years ago

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