Thread: aspx pages
View Single Post
  #2 (permalink)  
Old 09-28-2005, 09:13 AM
KeithO KeithO is offline
WebProWorld Veteran
 
Join Date: Apr 2005
Location: Winter Park, FL
Posts: 616
KeithO RepRank 0
Default

are you taking current html pages and redoing them as ASP pages? If so, set up 301 redirects from the html pages to the ASP pages. Otherwise, don't worry about it. ASP is all handled server side so the search engiens see the same output (hopefully) that the user's see.
Reply With Quote