Skip to content

Instantly share code, notes, and snippets.

@rande
Created February 24, 2012 11:39
Show Gist options
  • Save rande/1900366 to your computer and use it in GitHub Desktop.
Save rande/1900366 to your computer and use it in GitHub Desktop.
SEO Bundle - Define Parameters
<?php
$this->getSeoPage()
->setTitle($media->getName())
->addMeta('property', 'og:description', $media->getDescription())
->addMeta('property', 'og:type', 'video')
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment