Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bondimedical

  1. Yes, but you are changing the URL of your website from http to htttps which means anybody who upgrades a CubeCart 5 store to CubeCart 6 will lose all their rankings. Just read up on Google how difficult it is to change an existing website from http to https. Here is a list for starters.

    SEO checklist to preserve your rankings

    • Make sure every element of your website uses HTTPS, including widgets, java script, CSS files, images and your content delivery network.
    • Use 301 redirects to point all HTTP URLs to HTTPS. This is a no-brainer to most SEOs, but you'd be surprised how often a 302 (temporary) redirect finds its way to the homepage by accident
    • Make sure all canonical tags point to the HTTPS version of the URL.
    • Use relative URLs whenever possible.
    • Rewrite hard-coded internal links (as many as is possible) to point to HTTPS. This is superior to pointing to the HTTP version and relying on 301 redirects.
    • Register the HTTPS version in both Google and Bing Webmaster Tools.
    • Use the Fetch and Render function in Webmaster Tools to ensure Google can properly crawl and render your site.
    • Update your sitemaps to reflect the new URLs. Submit the new sitemaps to Webmaster Tools. Leave your old (HTTP) sitemaps in place for 30 days so search engines can crawl and "process" your 301 redirects.
    • Update your robots.txt file. Add your new sitemaps to the file. Make sure your robots.txt doesn't block any important pages.
    • If necessary, update your analytics tracking code. Most modern Google Analytics tracking snippets already handle HTTPS, but older code may need a second look.
    • Implement HTTP Strict Transport Security (HSTS). This response header tells user agents to only access HTTPS pages even when directed to an HTTP page. This eliminates redirects, speeds up response time, and provides extra security.
    • If you have a disavow file, be sure to transfer over any disavowed URLs into a duplicate file in your new Webmaster Tools profile.

     This is a step in the wrong direction and I am asking you to please restore this or provide a means for people who still want to use it eg a plugin?

  2. I like the idea how all the unused payment gateways, modules, skins etc have been removed in CubeCart 6. If I have skins or payment gateways etc on a CubeCart 5 store which I never use, is it safe to simply remove them?

  3. I have upgraded a CubeCart 5.2.14 store to CubeCart 6.0.2 and noticed that some images are now missing in the Admin. All the images in folders are still there but the individual .jpg .png etc images are not showing. I am guessing that it gets the images from the images/source folder and they are all still there. Why are the individual .jpg, .png not showing in the Admin?

  4. I have the following code on my Contact Us page to provide details to customers.

    <div style="width: 50%; float: left;">
    	<div>
    		<strong>Company Name:</strong><br />
    		Bondimedical Pty Ltd</div>
    	<br />
    	<div>
    		<strong>Address:</strong><br />
    		5/68 Gould St<br />
    		Bondi Beach<br />
    		New South Wales 2026<br />
    		Australia</div>
    </div>
    <div style="width: 50%; float: right;">
    	<div>
    		<strong>Phone:</strong><br />
    		+61424935931 International<br />
    		or 1300 935 470 within Australia</div>
    	<br />
    	<div>
    		<strong>Fax:</strong><br />
    		1300 859 741 within Australia</div>
    	<br />
    	<div>
    		<strong>Email:</strong><br />
    		sales at andropenis.info<br />
    		(Replace the word at with @)</div>
    </div>

    What I have noticed is that for medium or larger devices it appears fine.

    However for small devices it appears cramped with information overlapping and needs to be made as one column only. How can I do this?

×
×
  • Create New...