Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. According to Search Engine Optimization Technique, will my page rank go down if I implement Form Authentication ?

According to Search Engine Optimization Technique, will my page rank go down if I implement Form Authentication ?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netwindows-adminalgorithmssecurity
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nadia Monalisa
    wrote on last edited by
    #1

    Hi, I have just learned ASP.NET Form Authentication where I found that, if the user is not logged in, he/she will be redirected to the Login page by IIS with HTTP Status code 302. Obviously search engine bots will be redirected to the login page with 302 code. So, will Googlebot consider my website full of duplicated contents because of this 302 redirects ? As I cannot override the status code from 302 to 301 for search engines. Form authentication is very common for ASP.NET Developers. So, if my fear is true, then it will sound like, "all asp.net websites are not search engine friendly" !!! Woould anyone please guide me what I can do about it ? Or if there is any reason to fear at all ?

    L M 2 Replies Last reply
    0
    • N Nadia Monalisa

      Hi, I have just learned ASP.NET Form Authentication where I found that, if the user is not logged in, he/she will be redirected to the Login page by IIS with HTTP Status code 302. Obviously search engine bots will be redirected to the login page with 302 code. So, will Googlebot consider my website full of duplicated contents because of this 302 redirects ? As I cannot override the status code from 302 to 301 for search engines. Form authentication is very common for ASP.NET Developers. So, if my fear is true, then it will sound like, "all asp.net websites are not search engine friendly" !!! Woould anyone please guide me what I can do about it ? Or if there is any reason to fear at all ?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Emran Hussain wrote:

      So, will Googlebot consider my website full of duplicated contents because of this 302 redirects ?

      Nah, it kinda recognizes redirects and AFAIK you don't get penalized for it. Go here[^] and download their guide :)

      I are Troll :suss:

      1 Reply Last reply
      0
      • N Nadia Monalisa

        Hi, I have just learned ASP.NET Form Authentication where I found that, if the user is not logged in, he/she will be redirected to the Login page by IIS with HTTP Status code 302. Obviously search engine bots will be redirected to the login page with 302 code. So, will Googlebot consider my website full of duplicated contents because of this 302 redirects ? As I cannot override the status code from 302 to 301 for search engines. Form authentication is very common for ASP.NET Developers. So, if my fear is true, then it will sound like, "all asp.net websites are not search engine friendly" !!! Woould anyone please guide me what I can do about it ? Or if there is any reason to fear at all ?

        M Offline
        M Offline
        Martin Jarvis
        wrote on last edited by
        #3

        You can put the NOINDEX meta tag on your page to prevent indexing the content. <META NAME="ROBOTS" CONTENT="NOINDEX"> Without it, I'm afraid Google will be indexing your login page. Returning 301/302 status doesn't really bother google with regards to page rank, a 301 will only prevent google from spidering your original links in future.


        Freestyle Interactive Ltd | Martin on .Net

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups