Active
Project:
Amazon Product Advertisement API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2013 at 17:55 UTC
Updated:
13 Mar 2013 at 12:56 UTC
Hi,
Not sure if this bug is actually due to the Amazon module, but starting here and let's see where we end up.
I noticed that in some Google search results for my site, the [amazon:123456] tag was visible.
I followed the logic and found:
- The amazon tag is also visible in the meta description, and I assume this what Google is displaying.
- The meta description is provided by the meta tags module, showing the token [node:summary].
- The [node:summary] token is provided by core.
Any ideas?
I guess I'd like the token to be run through an input format to translate the tag into the title text.
Comments
Comment #1
marcoka commentedyour tokens are not processed. that is the answer
Comment #2
juliangb commented@e-anima,
That's part of the cause - do you know the solution?!