Skip to content

Instantly share code, notes, and snippets.

@rande
Created February 19, 2012 21:19
Show Gist options
  • Save rande/1865854 to your computer and use it in GitHub Desktop.
Save rande/1865854 to your computer and use it in GitHub Desktop.
Sonata SEO configuration
#
# more information can be found here http://sonata-project.org/bundles/page
#
sonata_seo:
default: sonata.seo.page.default
title: Sonata Project
metas:
name:
keywords: foo bar
description: The description
robots: index, follow
property:
# Facebook application settings
#'fb:app_id': XXXXXX
#'fb:admins': admin1, admin2
# Open Graph information
# see http://developers.facebook.com/docs/opengraphprotocol/#types or http://ogp.me/
'og:site_name': Sonata Project
'og:description': Rich bundles for your Symfony2 projects
http-equiv:
'Content-Type': text/html; charset=utf-8
#'X-Ua-Compatible': IE=EmulateIE7
head:
'xmlns': http://www.w3.org/1999/xhtml
'xmlns:og': http://opengraphprotocol.org/schema/
# 'xmlns:fb': "http://www.facebook.com/2008/fbml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment