Thread: Product url

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,018
    Plugin Contributions
    61

    Default Re: Product url

    There are many things of great importance when moving a shop such as you did. Firstly, make sure ALL versions are redirected and that the header response is a 301 redirect. So

    http://www.domain.com
    https://www.domain.com
    http://domain.com
    https://domain.com

    Here is a tool to test https://www.internetmarketingninjas.com/header-checker/

    Next it is important to understand that reindexing takes time and as much as Google denies as sandboxing period, it is none the less true. The period of time it takes to see a positive SERP change depends a great deal on the health of the site. I have seen sites with issues such as widespread duplicate content take a year or better to begin to show positive results.

    Lastly, and the real bummer of the day is decay. This is a sad fact that through redirect, no matter how long or how healthy the site, some rank will be lost in the changeover.

    Best advice is hang tough, create new, unique content every week and share pages (not spamming) on social media. If you have the skills a few easy pages with "link bait" which is content users find useful enough to share will help.

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  2. #12
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Product url

    Quote Originally Posted by mprough View Post
    There are many things of great importance when moving a shop such as you did. Firstly, make sure ALL versions are redirected and that the header response is a 301 redirect. So

    http://www.domain.com
    https://www.domain.com
    http://domain.com
    https://domain.com

    Here is a tool to test https://www.internetmarketingninjas.com/header-checker/

    Next it is important to understand that reindexing takes time and as much as Google denies as sandboxing period, it is none the less true. The period of time it takes to see a positive SERP change depends a great deal on the health of the site. I have seen sites with issues such as widespread duplicate content take a year or better to begin to show positive results.

    Lastly, and the real bummer of the day is decay. This is a sad fact that through redirect, no matter how long or how healthy the site, some rank will be lost in the changeover.

    Best advice is hang tough, create new, unique content every week and share pages (not spamming) on social media. If you have the skills a few easy pages with "link bait" which is content users find useful enough to share will help.

    ~Melanie
    Using suggested tool, test returned "200 OK" for all 4 tests.

    "http://idtagsonline.com/ - 200 OK"

    Should it be 301?

    Please explain how to check "If in the upgrade the template was set to not support indexing"?

    Thank you.

  3. #13
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,018
    Plugin Contributions
    61

    Default Re: Product url

    Your canonical redirects are not right www and non both work, whilst one should redirect to the other... there should be only one canonical version. Also, besides your content which is most important, your speed is a little slow only a C 77/100 Google PageSpeed score.

    ~Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  4. #14
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Product url

    The one thing often forgotten when doing redirects is whether the SSL can is set to cover BOTH www and non-www or just ONE of the two.

    I often use https://websiteadvantage.com.au/HtAc...ing-ToolResult to quickly create an .htaccess redirect.

    IF your SSL will work for https://idtagsonline.com, you might add this to your .htaccess
    Code:
    # Needed before any rewritingRewriteEngine On
    
    
    ### Built using the .htaccess 301 Redirect Generator from Web Site Advantage
    ### https://websiteadvantage.com.au/HtAccess-301-Redirect-Generator
    ### Place after 'RewriteEngine On' and before any CMS specific rewrite rules
    
    
    # Redirect HTTP with www to HTTPS without www
    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule .* https://%1%{REQUEST_URI} [R=301,L]
    # Redirect HTTP without www to HTTPS without www
    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    # Redirect HTTPS with www to HTTPS without www
    RewriteCond %{HTTPS} on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule .* https://%1%{REQUEST_URI} [R=301,L]
    
    
    ## 301 Redirects
    After doing this your test of the header will show a 301 and a 200. If you need to redirect other URLs to the non-www main store, use the generator to add them to the Old to New Page List

    comment: Right now, your non-www shows as not secure.
    Last edited by dbltoe; 3 Nov 2018 at 05:56 PM. Reason: added comment

  5. #15
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Product url

    Quote Originally Posted by mprough View Post
    Your canonical redirects are not right www and non both work, whilst one should redirect to the other... there should be only one canonical version. ...

    ~Melanie
    It is puzzling what is manifestation of "both non work"?

    Below is C-Panel redirect snap shot page:

    Click image for larger version. 

Name:	redirect1.jpg 
Views:	12 
Size:	36.9 KB 
ID:	18099

    Options: "Type Permanent (301 )"; "Redirect with or without www." and "Wild Card Redirect " were used
    to redirect everything.

    I tested IE, Chrome and FireFox (cleaned all cookies before) for:

    idtagsonline.com
    idtagsonline.com/store/
    www.idtagsonline.com/
    www.idtagsonline.com/store/
    http://idtagsonline.com/
    http://idtagsonline.com/store/

    and all of them are redirected to https://www.idtagsonline.com/ without any noticeable errors.

    Also, in Google Search Console nothing shows as errors.

    So, where are errors detected or this is something not tangible?

    Thank you.
    Attached Images Attached Images  

  6. #16
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Product url

    I am seeing different. You may as well if you clear your cache before entering idtagsonline.com. It will show up as not secure. The redirect occurs only AFTER moving off that page to anywhere else.

    It also appears that your SSL is set for www. It's rather outdated to do that. I would see if you can't get the SSL to work on the non-www first and then finish the redirect.

    The cpanel image shows that you are only pushing the directory store to the https://www.idtagsonline.com. That, in fact works. However, I would remove it and go with the code I posted. Having it and the code could cause a redirect error.

  7. #17
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Product url

    Thank you,

    So, final goal after using https://www.internetmarketingninjas.com/header-checker/ is to recieve respond like this:

    Click image for larger version. 

Name:	redirect2.JPG 
Views:	13 
Size:	40.0 KB 
ID:	18100

    Thank you for code.

    I posted my C-Panel data for redirect above.

    Did I do redirect wrong?

    Why additional codes are required?

    Should I resolve this issue with Hosting Company or everybody are adding this code to .htaccess for 301 to work?

    It is probably sounds as silly questions to Pro, but C-Panel claims it handles redirect.

  8. #18
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Product url

    That's the result you want.

    You should only do the redirect in one place. Either the .htaccess or the cPanel. You CAN do both, but you have to be VERY careful not to duplicate any redirect. That's why you would need to remove the redirect in cPanel. It would be too difficult to pull the /shop to root redirect out of the .htaccess code.

  9. #19
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Product url

    Again, www versus non-www is important. The code I posted is to make everything https://idtagsonline.com.

    Your base href and canonical links are both https://www.idtagsonline.com AND the link activated when you click on the main page image is https://index.php/?main_page=index

  10. #20
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Product url

    Quote Originally Posted by dbltoe View Post
    Again, www versus non-www is important. The code I posted is to make everything https://idtagsonline.com.

    Your base href and canonical links are both https://www.idtagsonline.com AND the link activated when you click on the main page image is https://index.php/?main_page=index
    Thank you.

    I will do one thing at a time.
    (In earlier post I mentioned that this Zen Cart originally was installed at /store/ so many customers may have this bookmark. This is why this redirect exists.)

    I added another line on C-panel:

    Click image for larger version. 

Name:	redirect4.JPG 
Views:	22 
Size:	18.8 KB 
ID:	18101

    and it created this code:

    Click image for larger version. 

Name:	redirect5.JPG 
Views:	14 
Size:	43.7 KB 
ID:	18102

    I will wait 24 hours to see if this will take any effect.

    If it will not work will try your code.

    Thank you very much for enlightening.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. ARGH! Feed Export>Need Product URL for Amazon Product Ads!
    By fwood in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 20 Sep 2014, 02:57 AM
  2. v139h On 'product list page' I need an extra icon to appear when the product has an url.
    By post.carlos in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Apr 2012, 11:16 PM
  3. need product not to show up in store but be accessible for purchase via product url
    By karine in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 31 Mar 2011, 12:39 AM
  4. How would I change Product URL in Product Type Info Page to a different name
    By wtashby in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Nov 2008, 11:11 PM
  5. Can I use my prostores product url as my zc product url?
    By erinl in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 6 Jul 2008, 05:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR