Enabling Mobile Device Compatibility for your .COM, .NET Website

Enabling Mobile Device Compatibility for your .COM, .NET Website

The Verisign MobileView service is a quick and simple way to create a mobile-friendly version for your .COM and .NET website. Upon enabling this service, your website would display as simple icons on any mobile device. These icons would display essential information pertaining to your website such as location, products, phone, e-mail.

If a mobile device user visits your website (such as yousitename.com) from a mobile device, then they will automatically be redirected to a sub-domain of your existing domain name (such as m.yoursitesname.com). This allows your mobile users an experience similar to desktop users.

Setting up your website's mobile version does not take much effort from your side and can be set up in minutes. The content of this new website gets picked up directly from your existing .COM, .NET website.

Note

MobileView can only be enabled for domain names registered after October 11, 2011.

Setting Up MobileView for your Website

To Add a DNS CNAME Record for your Domain Name (Anchor: dns)

To allow the mobile version of your .COM, .NET website to be redirected to the Verisign MobileView servers, you need to add a CNAME Record as follows:

m.domain-name.com CNAME mbv-web.verisign-grs.com

Example:

For the website yoursitesname.com, the CNAME Record needs to be set as:

m.yoursitesname.com CNAME mbv-web.verisign-grs.com

To Setup Mobile Device Detection on your Website (Anchor: detect)

To allow your website to recognize if your website is being viewed on a mobile device and then redirect your website visitor to your new mobile website, you need to insert any one of the following code snippets typically in the <head>, depending upon the existing web application used by your .COM, .NET website:

  • JS Script 1: Call this script in the <body> as detailed below:

             <body onload="browserDetection()">
       
  • C# Script 2

  • .NET Script 3

  • JSP Script 4

Note
  • These scripts have been created using open source mobile phone detection software. You may easily source scripts available in other web application software and tweak them, while referring the above-mentioned scripts. 5

  • At present, you may not modify the content of your mobile-enabled website through an interface. It gets picked up automatically from your existing .COM, .NET website.