- "og:image" => image_path("osm_logo.svg", :host => SERVER_URL),
- "og:image:width" => "200",
- "og:image:height" => "200"
+ "og:image" => og_image ? URI.join(root_url, og_image) : image_url("osm_logo_256.png"),
+ "og:url" => url_for(:only_path => false),
+ "og:description" => t("layouts.intro_text")