Problem
Four small issues in _layouts/default.html and _includes/follow-links.html:
- The nav links to
/about but the canonical URL says /about.html — two URL forms for every page.
og:logo is not a real Open Graph property.
- Twitter card metas use
property= where Twitter documents name=.
- The Stack Overflow link is plain
http://.
(OG images for About/Certificates are separate: #103, #106.)
Proposal
Pick one canonical URL form and use it in both nav and canonical/og:url; drop og:logo; switch twitter metas to name=; make the Stack Overflow link https://. Update affected specs.
Please read how to contribute
Problem
Four small issues in
_layouts/default.htmland_includes/follow-links.html:/aboutbut the canonical URL says/about.html— two URL forms for every page.og:logois not a real Open Graph property.property=where Twitter documentsname=.http://.(OG images for About/Certificates are separate: #103, #106.)
Proposal
Pick one canonical URL form and use it in both nav and canonical/og:url; drop
og:logo; switch twitter metas toname=; make the Stack Overflow linkhttps://. Update affected specs.Please read how to contribute