Opened on 07/22/2017 at 04:47:40 PM
Closed on 01/30/2018 at 06:57:48 PM
#5441 closed change (rejected)
Add social profile links microdata to eyeo websites
| Reported by: | juliandoucette | Assignee: | |
|---|---|---|---|
| Priority: | P3 | Milestone: | |
| Module: | Websites | Keywords: | goodfirstbug |
| Cc: | ire, wspee, saroyanm, lisabielik, jeen | Blocked By: | |
| Blocking: | Platform: | Unknown / Cross platform | |
| Ready: | yes | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
Background
See https://developers.google.com/search/docs/data-types/social-profile-links
What to change
Add Microdata to websites with existing social media links on every page:
<span itemscope itemtype="http://schema.org/Organization"> <link itemprop="url" href="http://www.your-company-site.com"> <a itemprop="sameAs" href="http://www.facebook.com/your-company">FB</a> <a itemprop="sameAs" href="http://www.twitter.com/YourCompany">Twitter</a> </span>
Add JSON-LD to websites without existing social media links on every page:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "your name",
"url": "http://www.your-site.com",
"sameAs": [
"http://www.facebook.com/your-profile",
"http://instagram.com/yourProfile",
"http://www.linkedin.com/in/yourprofile",
"http://plus.google.com/your_profile"
]
}
</script>
Attachments (0)
Change History (4)
comment:1 Changed on 07/22/2017 at 05:31:28 PM by juliandoucette
- Ready unset
comment:2 Changed on 09/04/2017 at 10:54:58 AM by juliandoucette
- Priority changed from P3 to P5
comment:3 Changed on 12/05/2017 at 04:12:38 PM by juliandoucette
- Priority changed from P5 to P3
- Ready set
comment:4 Changed on 01/30/2018 at 06:57:48 PM by juliandoucette
- Resolution set to rejected
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Rejecting because this ticket is too broad. We can/will define something more specific as-needed in gitlab.