If you make the "default page" under administer-> site configuration -> site information (default front page:) a view then no meta tags are returned.
The reason.
line 765:
if ($_GET['q'] == variable_get('site_frontpage', 'node')) {
return array('type' => 'page', 'ids' => array(''));
}
I'm not sure what this code is intended to do but it is causing a problem if the "default front page" is a view.
Comments
Comment #1
Robrecht Jacques commentedWill be fixed in nodewords-5.x-1.6.
The way this is fixed is by an extra option on the meta tags settings page which allows users to not use the meta tags set for the front page, but to use the ones defined on the views, panels or node edit page. See README.txt.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.