Post by ork47 » Thu Jul 12, 2012 8:21 pm

OC2PS wrote:Google's search results usually take a while before they show snippets data.

Google search does not know about the snippets data till the spider comes to index your site. For some sites that could be a few hours, for others, a few weeks.

Furthermore, whether snippets would be shown as such depends entirely on Google Search algorithm and is beyond your (or our) control. All you can do is follow Google's instructions, provide data in the right format (which Google tool check shows) and hope for the best.

That's why Google Tool page always has this disclaimer
Note that there is no guarantee that a Rich Snippet will be shown for this page on actual search results.
Google has indexed my site but the new position product without the snippet.
I added a new page when it is already used your development and the index's page is a snippet but without

Newbie

Posts

Joined
Thu Jul 12, 2012 7:56 pm

Post by OC2PS » Thu Jul 12, 2012 8:25 pm

In that case, the best I can suggest is wait and watch. And improve your SEO and backlinks in the meantime.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by ork47 » Thu Jul 12, 2012 8:34 pm

OC2PS wrote:In that case, the best I can suggest is wait and watch. And improve your SEO and backlinks in the meantime.
I have seopro> http://opencartforum.ru it removes duplicate links.
home > category > product
Thx for help

Newbie

Posts

Joined
Thu Jul 12, 2012 7:56 pm

Post by corvers » Thu Jul 19, 2012 5:12 am

OC 1.5.3.1, vQmod 2.1.6, default theme Language DUTCH only

It is not working, hope you can help.

New member

Posts

Joined
Sun Jan 16, 2011 9:36 am

Post by OC2PS » Thu Jul 19, 2012 1:04 pm

I need a bit more information than that. What do you mean it's not working? Are you getting an error message? What do you see when you use Google tool? Can you share the URL of a product page?

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by corvers » Thu Jul 19, 2012 3:18 pm

Thanks for the fast reaction.

I installed the 2 vmod's in the correct map. (other vmods are working correct)
but nothing happens. no error.
the store is only in Dutch language.

the product link is:
http://www.alterpacare.nl/rolstoelen/rolstoel-2

i got the following from google tools:
This page does not contain authorship or rich snippet markup.

New member

Posts

Joined
Sun Jan 16, 2011 9:36 am

Post by OC2PS » Thu Jul 19, 2012 3:47 pm

Dutch language should make no difference. I can see on your product page that the markup is not being applied from the vQmod. I can have a look for you, if you PM me your FTP details (please do not post here on public forums)

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by corvers » Thu Jul 19, 2012 4:18 pm

I found the problem.
when i disable: Logo_manufacturer_on_product_page.xml it works.
Is it possible to enable both vmod's


<?xml version="1.0" encoding="UTF-8"?>
<modification>

<id>Adds logo manufacturer on product page</id>
<version>1.0.0</version>
<vqmver>2.1.5</vqmver>
<author>Fabrikator</author>

<file name="catalog/model/catalog/product.php">
<operation>
<search position="replace"><![CDATA[
m.name AS manufacturer,
]]></search>
<add><![CDATA[
m.name AS manufacturer, m.image AS man_img,
]]></add>
</operation>
</file>

<file name="catalog/controller/product/product.php">
<operation>
<search position="after"><![CDATA[
$this->load->model('tool/image');
]]></search>
<add><![CDATA[
if($product_info['man_img']){
$this->data['man_img']=$this->model_tool_image->resize($product_info['man_img'],65,65);
}else{
$this->data['man_img']=$this->model_tool_image->resize('no_image.jpg',65,65);
}
]]></add>
</operation>
</file>

<file name="catalog/view/theme/*/template/product/product.tpl">
<operation>
<search position="replace"><![CDATA[
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a><br />
]]></search>
<add><![CDATA[
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?> <img style="float:right" src="<?echo$man_img;?>" title="<?echo$manufacturer;?>" /></a><br />
]]></add>
</operation>
</file>

</modification>

New member

Posts

Joined
Sun Jan 16, 2011 9:36 am

Post by OC2PS » Thu Jul 19, 2012 4:41 pm

Try v1.4 which I just uploaded.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by corvers » Thu Jul 19, 2012 4:57 pm

Yes, it works perfectly.
Thank you for the fast and good help.

Leon
http://www.alterpacare.nl

New member

Posts

Joined
Sun Jan 16, 2011 9:36 am

Post by lovol » Thu Jul 26, 2012 5:20 am

this is great, didn't know this was possible. thank you very much.

New member

Posts

Joined
Sat Feb 11, 2012 2:19 am

Post by Eric-B » Fri Aug 03, 2012 5:52 pm

Hello OC2PS,

First all, thank you!

Seems to work but when I test it with your link, I can't see it with French links, only the English ones.
http://www.google.com/webmasters/tools/richsnippets

Any advise?

I'm on V1.5.3.1, French/English

Thank you
Regards

Opencart: v1.5.3.1
Main extensions: Opencart Multi Image Uploader - Opencart SEO Pack PRO - Scalogno top menu - ...


Newbie

Posts

Joined
Fri Aug 03, 2012 5:04 pm

Post by OC2PS » Fri Aug 03, 2012 9:29 pm

Eric-B wrote:Hello OC2PS,
I can't see it with French links, only the English ones.
http://www.google.com/webmasters/tools/richsnippets

Any advise?
Yup. It's quite simple. OC has 1 URL for a page, irrespective of language.

When you provide product page URL to Google, it is only able to read the page in your default language.

If you want rich snippets to work with languages other than only default language, and in general if you want SEO to work well for the other languages, use one of the extensions that let you create different URLs for different language content.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by Eric-B » Fri Aug 03, 2012 9:53 pm

Thanks OC2PS for your quick answer...

I don't get it cause, my default language is French in my ADMIN, and English the other.
So, is there a problem!?
I do I make sure French is my default language for this website or, an other issue...!?

I just checked again in the ADMIN and, default one in French!

In MySQL:

language_id name code image directory filename sort_order status
1 English en gb.png english english 2 1
2 Français fr fr.png french french 1 1

sort_order is right, no!?

Regards

Opencart: v1.5.3.1
Main extensions: Opencart Multi Image Uploader - Opencart SEO Pack PRO - Scalogno top menu - ...


Newbie

Posts

Joined
Fri Aug 03, 2012 5:04 pm

Post by billyray » Mon Aug 06, 2012 5:26 am

Hello,

I'm Interested in getting Google snippets working on my site and I was wondering If I could get some help installing it. I tried the basic catalog/view/theme/customsite/template/product/product.tpl fix but its still not working. Can you please help me get this working

http://watcharmory.com/
Thanks
Joe

Newbie

Posts

Joined
Wed Feb 08, 2012 10:19 am

Post by OC2PS » Mon Aug 06, 2012 5:35 am

Eric-B wrote:I don't get it cause, my default language is French in my ADMIN, and English the other.
So, is there a problem!?
At this point, I will need a link
billyray wrote:http://watcharmory.com/
Joe, Looks like you aren't using Default theme. Every theme is different, which is why I don't have a universal version.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by werepair » Sat Aug 11, 2012 3:53 pm

Hi great mod but Why do you use 2 x vqmods ? - i just integrated the 2 to make 1 vqmod and it works without any issues
regards

User avatar
Active Member

Posts

Joined
Sat May 28, 2011 2:54 pm
Location - United Kingdom

Post by jimmyharwood » Sat Aug 11, 2012 7:08 pm

Thanks for the mod - but I do not appreciate you adding a link to my footer with out my express permission - I would willing pay for this contrib, could you please advise how to remove the link. I have manually removed the code from the XML file, but it is still there, I have had to remove the powered by link for now, something I did not want to do.

Please advise

Jimmy

New member

Posts

Joined
Thu Dec 29, 2011 12:55 am

Post by OC2PS » Sat Aug 11, 2012 8:12 pm

jimmyharwood wrote:I do not appreciate you adding a link to my footer with out my express permission
That the mod places my link in your English shop's footer is mentioned in the documentation on mod's description.
jimmyharwood wrote:I have manually removed the code from the XML file
That's all you need to do to remove it. If it still appears on your site then either 1) It is in your server/browser cache, or 2) You are using another one of my free mods that also place the link.
Last edited by OC2PS on Sat Aug 11, 2012 8:15 pm, edited 1 time in total.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by OC2PS » Sat Aug 11, 2012 8:14 pm

werepair wrote:Hi great mod but Why do you use 2 x vqmods ?
I use 2 files because someone might try to install this mod for more than 1 theme. Originally I had a single file, but decided to split.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary
Who is online

Users browsing this forum: No registered users and 33 guests