#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)
#3
in reply to: ↑ 2
@
8 years ago
Replying to jonoaldersonwp:
Yeah,
nameplease!
Great, lets see if I can figure out how to make Jetpack support that.. :)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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 detectproperty="description"even though that works for opengraph. I suspect the answer is that it needs to bename="description"but wanted to verify before I put in work to make it work like that.