Closed
Bug 862721
Opened 13 years ago
Closed 12 years ago
[DevHub] Add description meta (OpenGraph) to each pages
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: teoli, Assigned: wmaggs)
References
Details
(Whiteboard: [triaged])
What did you do?
================
DevHub pages do not use OpenGraph metas to add a description.
Add these metas and an accurate description, containing the keywords that are targets for SEO. (But no keyword stuffing, these description will be visible to users!)
What happened?
==============
What should have happened?
==========================
Is there anything else we should know?
======================================
| Reporter | ||
Comment 1•13 years ago
|
||
Example of what is done on the MDN:
<meta property="og:description" content="CSS transitions, which are part of the CSS3 set of specifications, provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can cause the changes in a property to take place over a period of time. For example, if you change the color of an element from white to black, usually the change is instantaneous. With CSS transitions enabled, changes occur at time intervals that follow an acceleration curve, all of which can be customized."/>
<meta name="description" content="CSS transitions, which are part of the CSS3 set of specifications, provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can cause the changes in a property to take place over a period of time. For example, if you change the color of an element from white to black, usually the change is instantaneous. With CSS transitions enabled, changes occur at time intervals that follow an acceleration curve, all of which can be customized." />
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → wmaggs
Comment 2•12 years ago
|
||
DevHub is dead.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Whiteboard: [triaged]
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•