What will search engines think of that?

Discussion in 'Google' started by msdriven79, Nov 6, 2007.

  1. #1
    Hi, I have a site with an index.html and an index.php

    The .htaccess sends visitors to index.html (as long as it's there, otherewise they go to index.php) however it stays the same domain.com

    Every x hours I am switching between the two of them (same content, different layout)

    Does this have a negativ impact on SEO?
    Regards,
    Martin
     
    msdriven79, Nov 6, 2007 IP
  2. Danny.Antonio

    Danny.Antonio Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    IT may put negative impact for index.php
     
    Danny.Antonio, Nov 6, 2007 IP
  3. alex_d1

    alex_d1 Well-Known Member

    Messages:
    1,522
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    120
    #3
    I cant understand why you need a .html and .php index file for changing round content ??

    Also, layout changes can be done through CSS if you are using if for your design.

    But even if you still had just one index file ( either .html or .php ), you could always upload the new file everytime you make any changes. Why do you have a .html and a .php file for this ??
     
    alex_d1, Nov 6, 2007 IP
  4. panama

    panama Peon

    Messages:
    630
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I would think that google would index these as two different pages, so you aren't gaining anything SEO wise. Please explain what is the purpose of the switch?
     
    panama, Nov 6, 2007 IP
  5. msdriven79

    msdriven79 Well-Known Member

    Messages:
    480
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #5
    Thanks for the answers so far.

    The index.html is a TGP with high click productivity but traffic does not convert very well. Intended for traffic-trades.

    Index.php is an adult blog with lower click production but better conversions.

    So during the daytime with the most crap-traffic but high click-prod. I direct the traffic to index.html (the tgp) while I send it to the index.php (blog) during the better-traffic hours of the day.
     
    msdriven79, Nov 6, 2007 IP
  6. snowbird

    snowbird Notable Member

    Messages:
    3,036
    Likes Received:
    395
    Best Answers:
    0
    Trophy Points:
    290
    #6
    snowbird, Nov 6, 2007 IP
  7. webdev11

    webdev11 Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Is it a 302 or 301 redirect?

    It's a bad idea from an SEO perspective.

    The following URLs are all considered different pages by search engines:
    example.com
    www.example.com/
    www.example.com/index.html
    www.example.com/index.php
    example.com/index.php
     
    webdev11, Nov 6, 2007 IP