↧
Add creator meta tag to Drupal HTML head section
If you're looking to add your own custom meta tag to <head> section of your theme in Drupal, use the following code. In this example, I'm adding a new tag for Creator to identify myself.Tags:...
View ArticleHide Drupal 7 generator meta tag
Use this code in your theme's template.php file if you want to obfuscate your visitors from easily knowing your site is powered by Drupal. It will replace the existing meta tag in <head>...
View ArticleAdd Open Graph Protocol meta data to your Drupal node page
Here's yet another handy and non-modular snippet to quickly add Open Graph meta datas to your <head> tag.A little description about Open Graph (taken from The Open Graph protocol website):Tags:...
View Article