Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8361941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:49:12+00:00 2026-06-09T11:49:12+00:00

Is the following property reliable enough to identify search engine web crawlers? Request.Browser.Crawler My

  • 0

Is the following property reliable enough to identify search engine web crawlers?

Request.Browser.Crawler

My site creates a new user as a guest upon page request if they havent been to the site before and im getting more hits than my analytic’s are suggesting. – alot more.

I use the snippet above to only create legit user guest accounts but im thinking some crawlers are getting through.

Perhaps I could use the HttpRequest UserAgent property to identify them. If so can someone please suggest a list of current crawler names, I believe the bing bot for instance is call bingbot as mentioned here.

Request.UserAgent

UPDATE:

I know for sure that they are not being identified using Request.Browser.Crawler because a request coming from 65.52.110.143 is a serial offender, which I believe is a bingbot.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T11:49:13+00:00Added an answer on June 9, 2026 at 11:49 am

    Request.Browser.Crawler is sadly out-of-date

    You could add detection of other user-agents as bots, manually.
    Use the Browser Element and not browserCaps as it is deprecated as of .NET 2.0

    Example:

    <browsers>
        <browser id="Googlebot" parentID="Mozilla">
            <identification>
                <userAgent match="^Googlebot(\-Image)?/(?'version'(?'major'\d+)(?'minor'\.\d+)).*" />
            </identification>
            <capabilities>
                <capability name="crawler" value="true" />
            </capabilities>
        </browser>
        .
        .
        .
    </browsers>
    

    This must be saved with a .browser extension under the App_Browsers directory in your application.

    (List of Regexes to Match)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to NHibernate. I am using following property elements in my hbm
I set the following property in application tag of manifeast file. but it hides
Take the following property: public string Foo { get; private set; } Using reflection,
i have the following property declaration Public Property IsAreaSelected() As Integer Get Return If(ViewState(IsAreaSelected)
I have the following property public MyType MyProperty {get;set;} I want to change this
I have the following property: @property (nonatomic, assign) double lastSynced; and here's my custom
I have the following property definition: public static class Extensions { public static readonly
What is technically wrong with the following: @property(nonatomic, assign) NSUInteger timestamp; @property(nonatomic, readonly, getter
I have a class that has the following property that is generated by the
I have a class which must implement the following property public ICollection<IType> Items {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.