X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!) (https://forum.x-cart.com/showthread.php?t=69618)

anandat 03-25-2017 07:16 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Hi Jon,
It's possible to add feature in CDSEO to generate products images for google webmaster tools submission ?
I have just installed CDN on my site & found that all google images search results has been gone :( !!
After googling I found that one has to submit sitemap with images to regain quickly in google images search result.
wordpress & many other ecommerce software has got addon for such but not available for x-cart.

In images site map event though you mention images url like https://cdn.mysite.com/images/product_image.jpg then still google accept this if you have verified your cdn sub domain ownership webmaster tools.

Jon 03-27-2017 09:35 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Quote:

Originally Posted by anandat
Hi Jon,
It's possible to add feature in CDSEO to generate products images for google webmaster tools submission ?
I have just installed CDN on my site & found that all google images search results has been gone :( !!
After googling I found that one has to submit sitemap with images to regain quickly in google images search result.
wordpress & many other ecommerce software has got addon for such but not available for x-cart.

In images site map event though you mention images url like https://cdn.mysite.com/images/product_image.jpg then still google accept this if you have verified your cdn sub domain ownership webmaster tools.


We don't have any plans to add this functionality at this time but will consider adding it in the future.

Freakmode 05-16-2017 08:41 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Jon, when are you likely to have the server move finished as we have been trying to pay for an upgrade for days and it won't let us.

Jon 05-16-2017 09:13 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Server move is done but some compatibility issues with having to upgrade OPC are taking some time to resolve. In the meantime if you paypal to jon@smackdigital.com and send me PM me the name of the mod and domains I'll process it manually.

Freakmode 05-16-2017 09:46 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Cheers Jon

Done that for you.

anandat 12-01-2017 07:44 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
I have added following code for whatsapp share button
Quote:

<a href="whatsapp://send?text={$href}" data-action="share/whatsapp/share">Share via Whatsapp</a>
But it's generating php url....what should I do so that it should generate CDSEO url ?

elmirage001 02-21-2019 07:02 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Hi Jon,

We're getting the following on PHP 7.2

Code:

Warning: Use of undefined constant WCMCDSEOAREA - assumed 'WCMCDSEOAREA' (this will throw an Error in a future version of PHP) in /home/mt/www.mystore.com/modules/cdseolinks/cdseo_config.php on line 66
If it was going to stay a Warning I wouldn't worry much about it but it's going to throw an Error in the future.


Thanks for your help!

Paul

Jon 02-21-2019 09:41 AM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Quote:

Originally Posted by elmirage001
Hi Jon,

We're getting the following on PHP 7.2

Code:

Warning: Use of undefined constant WCMCDSEOAREA - assumed 'WCMCDSEOAREA' (this will throw an Error in a future version of PHP) in /home/mt/www.mystore.com/modules/cdseolinks/cdseo_config.php on line 66
If it was going to stay a Warning I wouldn't worry much about it but it's going to throw an Error in the future.


Thanks for your help!

Paul


I'll look at getting this fixed for a future version of PHP.

elmirage001 02-26-2019 02:30 PM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
Hi Jon,

To stop the log warnings do you see any issues with changing your code as follows?

In cdseo_config.php

Change:
Code:

if ($wcmcdseoConfig['status'] == 1 AND WCMCDSEOAREA != 'ADMIN')
To:
Code:

if ($wcmcdseoConfig['status'] == 1 AND $current_area == 'C')

Thanks,

Paul

Jon 02-26-2019 02:53 PM

Re: CDSEO Pro v2.0 - The Official Thread - (Sneak Peak!)
 
That will do the trick.


All times are GMT -8. The time now is 09:36 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.