1 replies
  • SEO
  • |
Say I have a regular desktop website, I also have a mobile version of that site. How do I make my website detect if a user is using a mobile device therefore pulling up the mobile version of my site rather then the desktop version?

Hope that makes sense.

Any help?
#mobile #site
  • Profile picture of the author paulgl
    There are various ways.

    The simplest, maybe old fashioned, is to put a link on top.

    There are other ways to redirect. You can have a barebones html site get
    redirected to if the browser does not have javascript, flash, etc. That would
    be a simple html code.

    I think you can use php or asp to auto-redirect as well. You would need to hire
    a programmer, buy the script, or cut and paste an example. You can google it.

    I myself would probably already have done a site without flash, javascript, etc.,
    required. Then you are already good to go.

    Mobile phones use almost full blown browsers now.

    But I had said this earlier in another thread: Don't expect much via a mobile
    website.

    Paul
    Signature

    If you were disappointed in your results today, lower your standards tomorrow.

    {{ DiscussionBoard.errors[2690037].message }}

Trending Topics