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 - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors (https://forum.x-cart.com/showthread.php?t=39924)

carpeperdiem 07-27-2013 09:33 AM

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

albertchui 07-27-2013 10:59 AM

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

albertchui 07-27-2013 11:19 AM

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" />

albertchui 07-27-2013 11:36 AM

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>

albertchui 07-27-2013 11:45 AM

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

Jon 07-27-2013 01:56 PM

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.

albertchui 07-27-2013 02:06 PM

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

Jon 08-01-2013 03:34 PM

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/

albertchui 08-01-2013 03:38 PM

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

Jon 08-01-2013 03:49 PM

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.


All times are GMT -8. The time now is 11:31 PM.

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