Thursday 12 June 2014

Steps of 301 Redirect For Mobile using JavaScript


Magento Development | Ecommerce Web Development Company
301 Redirection For Mobile Site
 Open homepage for website in a text mode or HTML editor. Put mouse cursor just above the "</head>" tag and press "Enter" key once to create a blank line.
  • Copy below given code in step 2 and paste in to the blank line:
               <script type="text/javascript">
                   <!--
                         if (screen.width <= 699) 
                              {
                                  document.location = "filename.html";
                              }
                //-->
               </script>
  • Replace "filename.html" with the name of mobile web page, relative to website root.
           example:
                     document.location = "/m/index.html";
      
           Or:
                    document.location = "mobile.html";
Given code will redirect to any device with a screen width below 699 pixels to mobile site.
You may adjust the screen width to 480 if you want to target iPhones & other Smartphones 
           

         if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) 
            {
             location.replace("http://www.yoursite.com/iPhone.html");
             }

Replace " http://www.yoursite.com/iPhone.html" with the URL to iPhone-optimized website.

Wednesday 11 June 2014

How to create quality website landing page to convert into orders?

 
Magento Design - Ecommerce Web Developemnt - Plumtree Web Solutions
Magento Design - Ecommerce Web Development
Complimentary website's landing page is the first view that a visitor can see business after clicking an advertisement. Any business owner or internet marketer have first goal is just how to attract new customers? And it is dependent on significant that the website contains a highly effective landing page considering ability to drive money creation or order conversions. Robust landing page content has a specific end goal, and is going to minimize a visitor's opportunities to do something yet accomplish that goal.

Outline the simple features or advantage of website owner’s product or service using simplistic bullet elements. Product sellers desired writing will likely be brief, plus the most essential factors should be put on at the top of the page so viewers are not obliged to scroll right down to view these items.

Include testimonials from buyers or excerpts from reviews of seller’s desired type of product. Such products let be a viewer may be aware that he/she will not be first to try your product, and also that others happen to please with their buying.

Entire message possess solid call to action such as "Register Right now" or "Buy immediately." A call to action asks the viewer what she should do after reading concerning the advantages and functions of your service or product.


Magento Design - Ecommerce Web Developemnt - Plumtree Web Solutions
Magento Design - Ecommerce Web Development