Would Google index page that riderects?

Discussion in 'Google' started by leo710, Mar 3, 2011.

  1. #1
    Hello!

    I have a webpage A which redirects to another webpage B by using:

    <form name='redirect_form' id='redirect_form' method='post' action='webpageB'>
    </form>

    <script type='text/javascript'>
    document.redirect_form.submit ();
    </script>


    Webpage A contains description of webpage B.

    Would Google index webpageA?
     
    leo710, Mar 3, 2011 IP
  2. Pandadan

    Pandadan Active Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    98
    #2
    how does the doorways works?
     
    Pandadan, Mar 3, 2011 IP
  3. DoDo Me

    DoDo Me Peon

    Messages:
    2,257
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #3
    this is a doorway page.
     
    DoDo Me, Mar 3, 2011 IP
  4. mapleisaac

    mapleisaac Active Member

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #4
    no .I think it wont. only href link works.
     
    mapleisaac, Mar 3, 2011 IP
  5. Mamtadhiman

    Mamtadhiman Greenhorn

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    I think you should go for Permanent re-direct because it is Search Engine friendly re-direct and the code which you have used is Javascript and crawler do not read javascript. so crawler can Index your Webpage A , may be will not reach to Webpage B.



     
    Mamtadhiman, Mar 3, 2011 IP
  6. leo710

    leo710 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This is exactly my aim: I do want to index page A, but definitely don't want to index page B.
    So, as I understand from your words, I need to use a search engine unfriendly redirect.

    But regarding page A: would search engine still index it? Does it not have any rule like: "don't index pages which redirect to some other page"?
     
    leo710, Mar 3, 2011 IP
  7. leo710

    leo710 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well, what about pages which are generated? For example database searches?

    How can you make search engines find them? Seems like the only way is the doorway - is it like something illegal or so?
     
    leo710, Mar 3, 2011 IP
  8. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, page A would get indexed assuming some other page links to it so that it can be found in the first place. That's the whole idea of Doorway pages. . . to get indexed.

    Dynamic pages get indexed too. It is usually one page that loads different content based on the database search. The page has default text. That gets indexed. It usually has additional content like a product description if there is a product ID in the querystring (eg., mysite.com/products.aspx&product_ID=12345). If you list each product in the database somewhere and that list get's indexed, each product will also be indexed provided you are not going more than 2 or 3 clicks from the site's root page.
     
    longcall911, Mar 3, 2011 IP
  9. den1231

    den1231 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Exactly right! Though even we've use a javascript its not the basis of google crawlers, besides google crawlers will mainly target what's in your content and link.
     
    den1231, Mar 3, 2011 IP
  10. Grimm

    Grimm Peon

    Messages:
    3,072
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Isn't the term 'Doorway Pages' considered as a form of spamdexing in the SEO world? :rolleyes:
     
    Grimm, Mar 3, 2011 IP
  11. productsmarine

    productsmarine Greenhorn

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #11
    You must look for 301 permanent redirect to your page
     
    productsmarine, Mar 5, 2011 IP
  12. Mamtadhiman

    Mamtadhiman Greenhorn

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #12
    If your webpage A is linked with any do follow page then definitely search engine will index it. Search engine do not have any policy "not to index re-directed page" but the crawler do not crawl Javascript and in your case the code is written in javascript. One thing more if your Webpage is linked with any webpage which is indexed in Google then definitely Google will index it.
     
    Mamtadhiman, Mar 9, 2011 IP
  13. serenarichard

    serenarichard Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    May be it should index it.
     
    serenarichard, Mar 9, 2011 IP
  14. skyinfo

    skyinfo Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    You have to redirect your page through 301 redirect code..
     
    skyinfo, Mar 9, 2011 IP
  15. capstonic

    capstonic Well-Known Member

    Messages:
    1,654
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    133
    #15
    If its 301 redirect then Google always index it.
     
    capstonic, Mar 9, 2011 IP
  16. fri3ndly

    fri3ndly Active Member

    Messages:
    111
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #16
    Think people are missing what this guy is saying..

    He wants to automatically forward visitors of Site A to Site B. Site A should be indexed where as site B should 'definitely not' be indexed.

    Sounds pretty suspicious to me - and this is exactly what a doorway page is. Tricking a user into thinking they are accessing web page A about a certain topic and then automatically forwarding them to some spam affiliate website about gambling.

    It will get indexed fine for a few days - and then Google will ban your domain :)
     
    fri3ndly, Mar 10, 2011 IP
  17. Genesis1

    Genesis1 Peon

    Messages:
    644
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #17
    this is doorway, be careful with that
     
    Genesis1, Mar 10, 2011 IP
  18. DanAbbamont

    DanAbbamont Guest

    Messages:
    330
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Still works. I'm amazed but it still works. Was using this to cloak as recently as maybe last year.
     
    DanAbbamont, Mar 10, 2011 IP