Skip to content

Make meta description site specific #261

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

Closed
jzaefferer opened this issue Sep 5, 2013 · 4 comments
Closed

Make meta description site specific #261

jzaefferer opened this issue Sep 5, 2013 · 4 comments

Comments

@jzaefferer
Copy link
Member

Currently all sites share this:

<meta name="description" content="jQuery: The Write Less, Do More, JavaScript Library">

We should have a description for each site, e.g. "QUnit: A JavaScript Unit Testing framework." for the QUnit sites, or "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice." for the jQuery UI sites.

@scottgonzalez
Copy link
Member

@ajpiano @kswedberg Can one of you write a description for each site and I'll get this implemented?

@gnarf
Copy link
Member

gnarf commented Jul 19, 2015

cc @jquery/content - Would someone want to write a description for each site? @scottgonzalez how were you planning on implementing this?

@arthurvr
Copy link
Member

I can do that. Give me a few days.

@scottgonzalez
Copy link
Member

We can just follow the pattern used by jq_logo_link(). Add the descriptions to sites.php, add a function to read the description from there, then update

<meta name="description" content="jQuery: The Write Less, Do More, JavaScript Library">
to call that function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants