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

CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #771  
Old 07-27-2013, 09:33 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by albertchui
hi, steve, do you know how to change it, i just upload my favicon to replace the xcart one, it seems there is no specific page to identify it's path, very appreciate for your help.

albert

look in
/skin/common_files/customer/service_head.tpl
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #772  
Old 07-27-2013, 10:59 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by cflsystems
Try home.tpl or meta.tpl. You can use the webmaster mode to find the exact template if not one of these


yes, i found them in meta.tpl, could you advise how to secure it:

<link rel="shortcut icon" type="image/png" href="{$current_location}/favicon.ico" />


many thanks
albert
__________________
X-Cart Gold 4.6
Reply With Quote
  #773  
Old 07-27-2013, 11:19 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

hi, steve, i changed it to:

<link rel="shortcut icon" type="image/png" href="{$AltImagesDir}/custom/favicon.ico" />


but the page source still show even i cleared the cache, do you have any idea why

<link rel="shortcut icon" type="image/png" href="http://www.iphonecasestudio.com/favicon.ico" />
__________________
X-Cart Gold 4.6
Reply With Quote
  #774  
Old 07-27-2013, 11:36 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

hi, steve, i solved it but the lockpad still not show, there are couple links in http:, are the the factor block the ssl lockpad:

<link rel="canonical" href="http://www.iphonecasestudio.com/" />

<html xmlns="http://www.w3.org/1999/xhtml">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<a href="http://www.geotrust.com/ssl/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;"></a></td>
</tr>


<script type="text/javascript">
//<![CDATA[
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>
__________________
X-Cart Gold 4.6
Reply With Quote
  #775  
Old 07-27-2013, 11:45 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

i solved most of the insecured item, now only left one "canonical " which locate in /skin/common_files/customer/service_head.tpl


{if $config.SEO.canonical eq 'Y'}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
{/if}


this show: <link rel="canonical" href="http://www.iphonecasestudio.com/"



does anyone advise how to fix it, very appreciated, thanks

albert
__________________
X-Cart Gold 4.6
Reply With Quote
  #776  
Old 07-27-2013, 01:56 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

The canonical tag won't be triggering the lock-pad issue. It should be left as is.
Reply With Quote
  #777  
Old 07-27-2013, 02:06 PM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by Jon
The canonical tag won't be triggering the lock-pad issue. It should be left as is.


hi, jon, but it's so weir that my register.php do not show ssl lockpad, only show when click the login.php, i compared two page source, only the register.php show one more http: than login.php,if not, could you advise what else would cause it, thanks

albert
__________________
X-Cart Gold 4.6
Reply With Quote
  #778  
Old 08-01-2013, 03:34 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

It could be something included from another file. An image called from a CSS for example. Try http://www.whynopadlock.com/
Reply With Quote
  #779  
Old 08-01-2013, 03:38 PM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by Jon
It could be something included from another file. An image called from a CSS for example. Try http://www.whynopadlock.com/


hi, jon, my all images are now hard coded, but still no green lockpad, i pass in whynopadlock.com but when clicking the register.php, still no lock, i check the login.php which has lockpad vs register.php that there is one more http: than login.php is the canonical:

<link rel="canonical" href="http://www.iphonecasestudio.com/"

i believe it's this caused it, any idea how to hard coded it in service head, thanks

albert
__________________
X-Cart Gold 4.6
Reply With Quote
  #780  
Old 08-01-2013, 03:49 PM
  Jon's Avatar 
Jon Jon is offline
 

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

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

https://www.iphonecasestudio.com/register.php is showing a green lockpad for me.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 12:51 PM.

   

 
X-Cart forums © 2001-2020