+ Reply to Thread
Results 1 to 9 of 9

Thread: getting people to mobile content

  1. #1
    Newbie wasdaleweb is an unknown quantity at this point
    Join Date
    Nov 2005
    Posts
    4

    Default getting people to mobile content

    Ok so I'm at my wits end here. I have a web site and and have made a small portion of it xhtml to get some webcams and a smal amount of info available on a mobile phone.

    Thing is, how do I get the people to it? I could put a link on the site but people would have to browse through the old html site to find it if they could.

    What I want is for people using a pc to see my main site and for mobile users to get the xhtml, but can I find a good way of doing it? I've tried using javascript to forward users with low resloution but either I've fluffed it or its not working as on my phone it doesnt work.

    any ideas?

  2. #2
    Super Moderator monaghan is a jewel in the rough
    Join Date
    Mar 2005
    Location
    Herts, UK
    Posts
    963

    Default

    Could you make the main site PHP and look at the http headers to determine browser functionality then return the required content ?

  3. #3
    Newbie wasdaleweb is an unknown quantity at this point
    Join Date
    Nov 2005
    Posts
    4

    Default

    I really dont want to make the site into a php, it works great as it is and has fantastic number one google status so i need the main site in html

    thanks for the idea though

  4. #4
    Super Moderator monaghan is a jewel in the rough
    Join Date
    Mar 2005
    Location
    Herts, UK
    Posts
    963

    Default

    If you're not going to present the correct content type, then you'll have to rely on having a scripting language on the client's browser to select the desired content, this will not always be the case and you'll be likely to get the wrong content if the browser doesn't support scripting.

    The nearest you'll get is different style sheets for different media types, however the browser may well still try to download all content and just apply the differing CSS per media type making it very slow over a GRPS link.

    If it's essential to not use a dynamically generated page to force the correct content, then you'll have to accept that browsers will do what they want rather than what you expect

  5. #5
    Newbie wasdaleweb is an unknown quantity at this point
    Join Date
    Nov 2005
    Posts
    4

    Default

    what about some nifty javascript?

  6. #6
    Super Moderator monaghan is a jewel in the rough
    Join Date
    Mar 2005
    Location
    Herts, UK
    Posts
    963

    Default

    What about a browser with no JavaScript support or it's disabled ?

    How will a search engine see the page ?

    If you're going to go to these lengths, then you might just as well go server side dynamic content, at least the user can't disable the script processing

  7. #7
    Newbie wasdaleweb is an unknown quantity at this point
    Join Date
    Nov 2005
    Posts
    4

    Default

    yep but for such a small side of the site I dont want to jepodise search engine rankings that have taken 3 years to build by going dynamic maybe I just put a mobile link at the top of the page

  8. #8
    Cool Newbie talby101 is an unknown quantity at this point
    Join Date
    Oct 2005
    Location
    oxford
    Posts
    42

    Default

    are you using any scripting at the moment? If so you can check the headers for the client browser and direct accordingly...i know this technique has been mentioned but it seems like the most reasonable option.

    You do not need to do anything to your site that would affect google, just add an include file before to check browser and do any redirecting before you start outputting your stuff....

    BTW what webserver is it running on ?

  9. #9
    Paul Wainwright
    Guest

    Default

    Have you tried searching mobile web forums, heres one www.esato.com its a big forum you might get the required help there or in the several others out there, 3gforums ect.

    Could be worth a shot.
    Also there is now a mobile ph browser from Opera called Opera mini
    http://www.opera.com/products/mobile...mini/campaign/

    It really is a good product, and having used the internet on my ph for the last two years free . this is the best there is so far.

    some screen shots
    http://www.opera.com/products/mobile/smallscreen/
    http://www.opera.com/products/mobile/operamini/faq/
    Last edited by Paul Wainwright; 11-02-2006 at 20:17. Reason: rethink

+ Reply to Thread

Similar Threads

  1. Content, Content, Content
    By vegancoder in forum Designing and Developing Websites
    Replies: 2
    Last Post: 16-08-2005, 09:40

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28