1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

better results with html pages or dynamic pages like php, asp ???

Discussion in 'Placement / Reviews / Examples' started by kamyana, Oct 14, 2006.

  1. #1
    Hi

    I need to know, which gives better results ? a simple html page aur a dynamic content managed page like one in php getting values from different functions at different pages ??

    Regards
     
    kamyana, Oct 14, 2006 IP
  2. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No differences. PHP, ASP is server side.

    Both bots & browsers wil only see HTML.

    BTW, I think you posted in the wrong forum.
     
    Monty, Oct 14, 2006 IP
  3. jacobbannier

    jacobbannier Active Member

    Messages:
    1,155
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    90
    #3
    I think php as it is usally more dynamic and gbot likes content updated regularly.
     
    jacobbannier, Oct 14, 2006 IP
  4. kamyana

    kamyana Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    sorry if its posted in wrong forum.

    Moreover, how it will look for contents. If banner code is under function banner() and sites contents are called through another function from another page. Will it first convert the dynamic contents to html and then locate the ad based on contents on full page ?
     
    kamyana, Oct 14, 2006 IP
  5. akamaimommie

    akamaimommie Peon

    Messages:
    173
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, the bots will see it. Just right click and view your source to see what the bots see.
     
    akamaimommie, Oct 14, 2006 IP
  6. kamyana

    kamyana Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ok. that's great then. :D
     
    kamyana, Oct 14, 2006 IP
  7. dmoore

    dmoore Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Just try to make sure you use static URL's.

    Example
    www . website . com/page1.html

    NOT
    www . website . com/page1?php_call=11

    You can probably find more detailed information in the programming forums.

    Derek
     
    dmoore, Oct 15, 2006 IP
  8. kamyana

    kamyana Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    how much difference that can create ??
     
    kamyana, Oct 15, 2006 IP
  9. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #9
    From a Search Engine point of view..
    If you had a page that was related to "Pink Roses..." ( for example )

    www.sitename.com/pink-roses-12.html is so much better than

    www.sitename.com/product.php?id=12&c=1&b=2

    You can achieve this kind of URL by looking up the following:

    mod_rewrite , htaccess , Search Engine Friendly URL.

    Search Engines dont seem to care about the extension.. But you have a better chance to performing and getting better SERPS if you have a Search Engine Friendly URL...

    HTH

    Cheers
     
    sparksflying, Oct 15, 2006 IP