Is there anyway to include meta tags from Biblio in the header? With integrated metatag module , we can include CCK fields as metatags, but not with biblio fields. This article highlights this issue: http://drupal.org/node/641580
Is there anyway to include meta tags from Biblio in the header? With integrated metatag module , we can include CCK fields as metatags, but not with biblio fields. This article highlights this issue: http://drupal.org/node/641580
Comments
Comment #1
rjerome commentedI could add a hook_int_meta to Biblio which should allow Integrated Metatags and Biblio to work happily together :-)
Ron.
Comment #2
mclaren commentedRon, that would be great! Thanks for your good work!
Comment #3
rjerome commentedI notice that you have this listed against 6.x-2.x, was that on purpose? Have you been using that branch?
Ron.
Comment #4
mclaren commentedHi Ron,
That was not on purpose. My mistake! I'm using 1.x!
Comment #5
danepowell commentedSubscribing - none of our dozens of publications are being indexed by Google Scholar, and I suspect it's because Biblio does not provide meta tags with publication metadata, as described at http://scholar.google.com/intl/en/scholar/inclusion.html
Comment #6
syka commentedSubscribing, the meta tags to allow to index the publications by Google Scholar would be a great thing.
Comment #7
iantresman commentedSee Google Scholar's meta tags for their description. Unfortunately I've found no way to add them easily, though the Meta tags Node Type module lets you add added meta tags based on content type using Nodewords.
Updated: Looks like the Integrated Metatags module can add these tags.
Updated: Link to Bibliography Module (Biblio)
Comment #8
danepowell commentedJust FYI, it seems the Google Scholar is now indexing our publications, using just the Biblio module. Not sure what changed to cause that, and how it affects this issue.
Also, how does the OAI-PMH module play into this issue?
Comment #9
deomurari commentedSubscribing, IT will be really great to have this on Biblio........
Comment #10
deomurari commentedI tried to use TokenStarter for defining tokens for Biblio module content type...
Here is my content of TokenBiblio module.
unfortunately it seems that Token Authors returns array in stead of string. so the meta tag contains simply Array.
Can someone help me unfolding this issue so I can have author list as coma seperated values.....
I tried implode() also but it also give error..
regards
Comment #11
deomurari commentedI tried to use TokenStarter for defining tokens for Biblio module content type...
Here is my content of TokenBiblio module.
unfortunately it seems that Token Authors returns array in stead of string. so the meta tag contains simply Array.
Can someone help me unfolding this issue so I can have author list as coma seperated values.....
I tried implode() also but it also give error..
regards
Comment #12
deomurari commentedIt gives this result in meta tags where Array should be list of authors
It also shows warning on the page too...
Regards
Comment #13
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.