PC Review


Reply
Thread Tools Rate Thread

Can Google crawl .aspx pages?

 
 
John
Guest
Posts: n/a
 
      31st Jan 2007
Hello everybody,

I'm working on a Web site that reads a database file and diplays the
contents in a datagrid

my question is how can google index my page since in order to do that it
needs to actually open my page with correct query string

is there anything i need to do to enablle google to this ?

thanks


 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      31st Jan 2007
Google will crawl asp.net pages just fine, the problem is, of course as you
say, the querystring. One way around that is to use url rewriting. That way
you can, instead, have products likt /products/1.aspx which then translates
in the server to /products/default.aspx?id=1 (assuming default.aspx is the
page you want to rewrite the query to.

Check out www.urlrewriting.net for a free url rewriting engine that also has
really good instructions. You'll want to be familiar with regular
expressions though to adjust the filter just right, but it doesn't take too
much effort. You may also want to look around some of the search engine
optimization and watch sites for additional tips as they are probably a bit
more on the ball regarding what the latest search engine issues are for
dynamic pages.

--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello everybody,
>
> I'm working on a Web site that reads a database file and diplays the
> contents in a datagrid
>
> my question is how can google index my page since in order to do that it
> needs to actually open my page with correct query string
>
> is there anything i need to do to enablle google to this ?
>
> thanks
>
>



 
Reply With Quote
 
bruce barker
Guest
Posts: n/a
 
      31st Jan 2007
google indexes your site by parsing the index page. as long as you use
real links and not linkbuttons (which require javascript) it can handle
your site. see:

http://www.google.com/support/webmasters/

-- bruce (sqlwork.com)

John wrote:
> Hello everybody,
>
> I'm working on a Web site that reads a database file and diplays the
> contents in a datagrid
>
> my question is how can google index my page since in order to do that it
> needs to actually open my page with correct query string
>
> is there anything i need to do to enablle google to this ?
>
> thanks
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sitemaps & Google Crawl Error Message Rick Microsoft Frontpage 1 6th Jul 2009 08:12 AM
URGENT: Process html pages as aspx pages. jainamber@gmail.com Microsoft ASP .NET 1 31st Oct 2006 09:27 PM
Slightly OT - Can bots crawl web pages that are PDF files? Dan E Microsoft Frontpage 4 5th Jul 2006 06:54 PM
Running aspx pages on 1&1, signed library and master pages Carl Gilbert Microsoft ASP .NET 1 8th Jul 2005 07:58 PM
include pages inside aspx pages are not displayed on iis 5.1(win xp pro) Thanasis \(sch\) Microsoft Dot NET 0 12th Jan 2005 01:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:14 PM.