Jump to content

TyneMCE Extended Not Working with HTML rich Snippets!


Recommended Posts

Hello,

 

After installing TyneMCE, we tried to add a Google Structured Markup by inserting the html code provided by Google such as title, image and date tags. The page was texted right after the insert and seemed fine. However, the following day we checked the cms page right in the tyneMCE extended version, and the html code we inserted the previous day disappeared!

 

Any thoughts?

 

PS. url: http://www.nizoralshop.com/en/content/32-buy-berocca-performance

Link to comment
Share on other sites

You cannot pass html to a rich snippet as far as I know. You need a span tag to pass straight text to them. 

 

Dear DH42, do you have a valid span tag example I can use with Tyne MCE Extended such as title or date?

Link to comment
Share on other sites

Are you trying to pass a product snippet? What kind of date are you trying to pass? Date is not part of the spec for product snippets. I would need more info on what you are trying to do to give a recommendation. 

Link to comment
Share on other sites

I'm trying to edit the html code of this page http://www.nizoralshop.com/en/content/28-how-to-prevent-dandruff , which is an article. I inserted name, image and date tags as followed:

<div span="" itemscope="" itemtype="http://schema.org/Article">
<h1><span itemprop="name" content="How To Prevent Dandruff?"></span>How To Prevent Dandruff?</h1>
<p><img itemprop="image" title="How To Prevent Dandruff" src="http://www.nizoralshop.com/img/cms/How%20To%20Prevent%20Dandruff.jpg" alt="How To Prevent Dandruff" width="1024" height="553" /> </p>
<p><span itemprop="datePublished" content="2014-05-12"></span> May 12, 2014</p>
</div>

However, when I checked with Google Data Testing Tool Preview, tags don't show up. 

 

What am I doing wrong?

Link to comment
Share on other sites

Vekia, what you see is the authorship code I inserted in the header.tpl

 

However, this CMS page doesn't reflect the tags i inserted. There is no date nor title.

 

There's something wrong in my page. Could you check the code?

Link to comment
Share on other sites

Yes. But the fact it doesn't show up in google preview may indicate there's something wrong with my overall code lines I guess. Otherwise, Google would at least preview all rich snippets inserted, wouldn't it?

Link to comment
Share on other sites

Take a look at the attached screen. The title and date is showing on a search

The reason it does not show in the preview window is because the preview is determined by the search terms used to arrive at the result.  Unless I am misunderstanding your concern?

 

 

post-463404-0-39769700-1403725049_thumb.jpg

  • Like 1
Link to comment
Share on other sites

in addition on screenshot that i attached you can find there picture defined in tag:

<p><img itemprop="image" title="How To Prevent Dandruff" src="http://www.nizoralshop.com/img/cms/How%20To%20Prevent%20Dandruff.jpg" alt="How To Prevent Dandruff" width="1024" height="553" /> </p>

so it works

Link to comment
Share on other sites

in addition on screenshot that i attached you can find there picture defined in tag:

<p><img itemprop="image" title="How To Prevent Dandruff" src="http://www.nizoralshop.com/img/cms/How%20To%20Prevent%20Dandruff.jpg" alt="How To Prevent Dandruff" width="1024" height="553" /> </p>

so it works

 

Vekia, it doesn't work. The image you see in the preview in from Google Plus Authorship. The code you pulled out is from the image in the article, which is different.

 

It doesn't really work ;(

Link to comment
Share on other sites

×
×
  • Create New...