Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-10-2010 12:45:36

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Hdseo Xmod

wwwthreedogsportinggoods.com

I've installed the XMOD, enabled everything, loaded the hdseo table with the links, and updated the .htaccess file. I have a couple of questions.
1) When I click on Advanced Search from the home it the link is what I want. When I go back to the home page using the Home button and not the back button
       a) it is apparent the home page is not converted.  I don't know what to use as the original(default) url.
       b) clicking Advanced Search again the link is no longer converted. Bottom line, if the user goes to a non-converted page the conversion quit working...why and how do I fix it?

2) How can I find out what all the other links (not categories or products) are so I can load the conversions?

Thanks

P.S. If you hit the website and it doesn't behave as I've described drop me a line. I may be in the middle of "tweaking" it as I continue to search for the answers.

Offline

 

#2 01-10-2010 13:36:29

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

a) It's because your advanced search link is httpS and not http. Any time the site switches from secure to the non-secure URL, or visa-versa, the SEO format of links is not used.

Several of the links at the top left of your site are secure when they don't really need to be (Photo Gallery, Contact and Shopping Cart). I suspect you may have them hard coded in your skin since CCP wouldn't be constructing the links that way.

Offline

 

#3 01-10-2010 13:45:50

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

Thanks Dave. I'll check the coding.

How do I get a list of all of the various "housekeeping" links such as the cart, etc. I found ecom-prodsearch/COREseo.html (Advanced_Product_Search) when it through an error and displayed the link but that's not a really too good a way to do it.

Offline

 

#4 01-10-2010 14:08:54

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

SEO is really meant for product and categories. It makes little sense to bother doing anything with the other links since most bots wouldn't follow them anyway and they aren't going to help SEO. There isn't a list of the other links that I'm aware of.

Offline

 

#5 01-10-2010 15:04:08

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

That makes sense.

Where is link_home defined? It appears that's how the https is being introduced and I can't find where I changed it.

The following line in skin.php
<td id="skin_ht_lcol">
<a href="<?php print $link_home; ?>" title="Home"><img src="skins/3DogSG/media/Shipping Label Color.png" alt="Home" width="300" height="100" /></a>
</td>

is translated to
<a href="https://www.threedogsportinggoods.com/index.php?app=cms&amp;ns=display&amp;ref=splash&amp;sid=9bv1uy6cr0d2x38fpv72yzk4ywru0ekw&amp;portrelay=1" title="Home"><img src="skins/3DogSG/media/Shipping Label Color.png" alt="Home" width="300" height="100" /></a>

Offline

 

#6 01-10-2010 15:32:01

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

It comes from skinfunc.php but unless you have your non-secure URL set to httpS it shouldn't be coming out as httpS.

Offline

 

#7 01-10-2010 15:36:12

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

You are correct (as usual). When I run the installer to fix it however, I get the follower error because of the licensing.

The central server did not approve the request submitted. The server replied with this message: An error was encountered: The application URL used to submit this request does not match the application URL on record for the license key submitted. The application URL on record appears to be currently active. Please contact Kryptronic at kryptronic.com to resolve this issue.

Can you make the change at your end to drop the https from the non-secured site please?

Thanks

Offline

 

#8 01-10-2010 15:47:44

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

I have made the change I'll need my record at your end changed so I can run the installer in the future.

Thanks

Offline

 

#9 01-10-2010 15:48:03

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

There shouldn't be an issue changing the URL from httpS to simply http as long as the rest of the URL remains the same. If push comes to shove you may change it manually by editing config.php in the CCP private directory.

Offline

 

#10 01-10-2010 15:54:40

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

I get the following error when I attempt to login to the admin interface

System Dashboard

Thank you. Your login information has been validated.

An error was returned by the central server while processing a request. The central server replied to the request with the following response:

An error was encountered: The application URL used to submit this request does not match the application URL on record for the license key submitted. The application URL on record appears to be currently active. Please contact Kryptronic at kryptronic.com to resolve this issue.

Offline

 

#11 01-10-2010 16:49:16

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

You must have moved your installation or something for that to be happening.

Offline

 

#12 01-10-2010 17:00:29

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

No. Same place it was. This is the second time it has happened. Now that I think about it, I believe the last time was when I set the unsecured as https

Offline

 

#13 01-15-2010 19:28:29

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

Bumo

Will someone please look at this problem. It happened before when I changed the unsecure url to https. This time I changed it back to http and once again I cannot administer my site. It's been like that since last weekend. To confirm it was the change I changed config.php to use https and I was able to administer the site. I changed it back and the error returned.

Offline

 

#14 01-17-2010 09:22:03

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

Will you please make the change in my account so I can set my non-secure url to http. Until you do, I have to leave it as https or I can't administer the site. That means all of the work I have done for SEO and the cost of the XMOD is wasted.

Offline

 

#15 01-17-2010 09:30:57

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Hdseo Xmod

You need to contact sales through the Kryptronic web site. The chances of your post being seen and acted upon are somewhere between zero and -1 Chuck.

Offline

 

#16 01-17-2010 11:36:18

chuck6478
Member
From: Missouri
Registered: 09-05-2009
Posts: 119
Website

Re: Hdseo Xmod

Will do.
Thanks

Offline

 

Board footer