Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

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

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #61  
Old 03-25-2017, 07:16 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default 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.
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote
  #62  
Old 03-27-2017, 09:35 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote
  #63  
Old 05-16-2017, 08:41 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #64  
Old 05-16-2017, 09:13 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote

The following user thanks Jon for this useful post:
Freakmode (05-16-2017)
  #65  
Old 05-16-2017, 09:46 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

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

Cheers Jon

Done that for you.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #66  
Old 12-01-2017, 07:44 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default 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 ?
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote
  #67  
Old 02-21-2019, 07:02 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default 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
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #68  
Old 02-21-2019, 09:41 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote

The following user thanks Jon for this useful post:
elmirage001 (02-22-2019)
  #69  
Old 02-26-2019, 02:30 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default 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
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #70  
Old 02-26-2019, 02:53 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

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

That will do the trick.
Reply With Quote

The following user thanks Jon for this useful post:
elmirage001 (02-26-2019)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:23 AM.

   

 
X-Cart forums © 2001-2020