Skip to content

Instantly share code, notes, and snippets.

@alemohamad
Created December 14, 2013 20:41
Show Gist options
  • Save alemohamad/7964664 to your computer and use it in GitHub Desktop.
Save alemohamad/7964664 to your computer and use it in GitHub Desktop.
Discover and Display Meta Tags
<?php
$tags = get_meta_tags('http://clarin.com/');
echo $tags["language"]; // es
echo $tags["distribution"] // Global
echo $tags["robots"] // all
echo $tags["author"] // Clarin.com
echo $tags["classification"] // noticias, información, videos, diario, newspaper
echo $tags["description"] // Clarin.com. Noticias de la Argentina y el mundo. Información actualizada las 24 horas y en español.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment