You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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"}
If I search for "adopt a sidewalk" on Google
Then I see the following:
I would expect to see something a bit more descriptive.
The text was updated successfully, but these errors were encountered: