ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Google Search brings up https homepage?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Google Search brings up https homepage?

 Post Reply Post Reply Page  12>
Author
Message
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Topic: Google Search brings up https homepage?
    Posted: 04-April-2014 at 4:27pm
I noticed something today when our site was loading slowly. Google is showing our homepage as https://jewelryfindings-online.com  even when you type http://www.jewelryfindings-online.com in the search you get the other address. I don't fully understand this does anyone know why? I don't feel we should be using the secure side of things for the homepage. Seems considerably slower. Any help appreciated.
Thanks
Chris
Chris
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 04-April-2014 at 4:40pm
Mark Shipp and I have also seen this occur.  I don't presently have a solution but you are not alone in this issue.
Back to Top
RedLeafDev View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 12-January-2010
Location: Portsmouth, NH
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote RedLeafDev Quote  Post ReplyReply Direct Link To This Post Posted: 07-April-2014 at 4:45pm
Hmmm. I thought that a 301 redirect in the web.config file might work. And, it does... Until you get to the checkout when you want it to go to SSL. Any more info on this, or a solution would be appreciated as we are seeing this on a couple of client's sites too.
Red Leaf Development

Certified ProductCart Developers

www.redleafdevelopment.com
Back to Top
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Posted: 08-April-2014 at 10:55am
I don't know enough about this but in the google webmaster forum I found a similar post and this is the answer someone gave:

"For the record, in Java, it seems that response.sendRedirect automatically sets status to 302 (overriding manual set 301).

Ex:
                        
response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
                        
response.setHeader("Location", app.getUrlSecure(true) + requesthistory.getLocalUrl());
                        
response.sendRedirect(app.getUrlSecure(true) + requesthistory.getLocalUrl());
                        
return;

So, removing the last two lines might have fixed the problem."



Would this have anything to do with the issue? I am using a 301 redirect on the homepage




Chris
Back to Top
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Posted: 01-May-2014 at 11:31am
Nothing on this ?  Does product cart answer on this board?
Chris
Back to Top
whizzinpc View Drop Down
Newbie
Newbie
Avatar

Joined: 17-January-2006
Location: California
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote whizzinpc Quote  Post ReplyReply Direct Link To This Post Posted: 01-May-2014 at 9:50pm
You can put a canonical tag on the homepage with http. That should do the trick.
<link rel="canonical" href="http://www.abc.com/" >

Back to Top
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Posted: 02-May-2014 at 11:08am
Ok thanks for the advice, this would be placed in the header section of the product cart homepage?

Currently that is something like ... http://www.mystore.com/store/pc/home.asp 


Chris
Back to Top
whizzinpc View Drop Down
Newbie
Newbie
Avatar

Joined: 17-January-2006
Location: California
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote whizzinpc Quote  Post ReplyReply Direct Link To This Post Posted: 02-May-2014 at 11:29am
It looks like your site already has the canonical on your homepage.
Back to Top
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Posted: 02-May-2014 at 11:48am
Ok, looks like there is one there.

<link rel="canonical" href="http://www.jewelryfindings-online.com/store/pc/home.asp" />

It must have been there since the site first went up...based on that I would say your solution
is not working

Chris
Back to Top
Chris Hadden View Drop Down
Groupie
Groupie


Joined: 23-January-2013
Status: Offline
Points: 52
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chris Hadden Quote  Post ReplyReply Direct Link To This Post Posted: 02-May-2014 at 12:34pm
I was just looking at the 301 redirect for the homepage which is this:

<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "/store/pc/home.asp"
%>

Do you think the problem could have arisen because the full path to the home page is not there?
Chris
Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.