#3983 closed defect (bug) (fixed)
Meta description missing from homepage & rosetta homepages
Reported by: | jonoaldersonwp | Owned by: | 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)
Note: See
TracTickets for help on using
tickets.
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.