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

Synopsis for search engine should be meaningful #20

Open
cgansen opened this issue Jan 24, 2013 · 2 comments
Open

Synopsis for search engine should be meaningful #20

cgansen opened this issue Jan 24, 2013 · 2 comments
Labels

Comments

@cgansen
Copy link

cgansen commented Jan 24, 2013

If I search for "adopt a sidewalk" on Google
Then I see the following:

I would expect to see something a bit more descriptive.

@GovInTrenches
Copy link

Yeah, we may need to work on the SEO for Adopta. When I look it up I see

image

I assume google is doing some personalization, but the first result should be adoptasidewalk.org

Is there a location in the file where I can start tagging search terms?

@cgansen
Copy link
Author

cgansen commented Jan 24, 2013

@GovInTrenches -- it could be as simple as editing the <meta> tags in app/views/layouts/application.html.haml

For example:

    %meta{:content => "Chicagoshovels.org", :itemprop => "name"}
    %meta{:content => "Adopt a sidewalk by claiming it on an interactive map", :itemprop => "description"}

should probably be:

    %meta{:content => "Adopt a Sidewalk", :name => "name", :itemprop => "name"}
    %meta{:content => "Adopt a sidewalk by claiming it on an interactive map", :name => "description", :itemprop => "description"}

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

No branches or pull requests

2 participants