Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use package description for schema.org description, leading to better social sharing #8145

Closed
DartBot opened this issue Jan 26, 2013 · 7 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Jan 26, 2013

This issue was originally filed by @sethladd


Suggest we use schema.org metadata for pub packages, which enables much better social sharing.

Here's an example of the markup:

<!-- Update your html tag to include the itemscope and itemtype attributes. -->
<html itemscope itemtype="http://schema.org/Product">

<!-- Add the following tags inside head. -->
<meta itemprop="name" content="My Cool Package">
<meta itemprop="description" content="A port of Blowfish to thwart evil hackers.">

You can test the snippets here: http://www.google.com/webmasters/tools/richsnippets

Here are the docs: https://developers.google.com/+/plugins/snippet/

See screenshot for what we have now. Notice the description is the generic description for pub, and not the description for the package itself.

Hope that helps!


Attachment:
Screenshot_1_26_13_12_24_PM.png (46.04 KB)

@iposva-google
Copy link
Contributor

Added Area-Pub, Triaged labels.

@munificent
Copy link
Member

Added this to the Later milestone.
Removed Type-Defect label.
Added Type-Enhancement label.

@munificent
Copy link
Member

Removed Area-Pub label.
Added Area-PubSite label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@nicolasgarnier
Copy link
Contributor

This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/pub-dartlang/issues


Added MovedToGithub label.

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/pub-dartlang#315.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

6 participants