G
Guest
Hi all,
I posted this question before but didn't get any good answers so I give it
one more try.
I am wondering how the search engine spiders like Google's or Yahoo's
handles your asp.net web page if it is built with Web User Controls? Most
of our web site is built with web user controls which means that the HTML is
not generated before a user actually visits the pages. The result of using
the web controls is that we have big problems to get it up on some search
engines (especially Google) - even if we have been up on the Internet for
more than 4 months.
Most of our navigation links are based on pure HTML so its not a problem
with Javascript or Postbacks. But the problem is that this navigation HTML
resides in different web user controls (example: my main menu is a web user
control) which means that it is dynamicly created when the user visits the
pages.
I know the discussion about spiders & frames and that frames can cause a
problem for spiders since the HTML is dynamicly generated. It seems like it
is the same with web user controls but I really hope thats not the case.
Anyway this must be a pretty common problem for asp.net developers using web
controls for building commercial web sites that you want to be on the search
engines, so can anyone answer this one?
Thanks
Thomas
I posted this question before but didn't get any good answers so I give it
one more try.
I am wondering how the search engine spiders like Google's or Yahoo's
handles your asp.net web page if it is built with Web User Controls? Most
of our web site is built with web user controls which means that the HTML is
not generated before a user actually visits the pages. The result of using
the web controls is that we have big problems to get it up on some search
engines (especially Google) - even if we have been up on the Internet for
more than 4 months.
Most of our navigation links are based on pure HTML so its not a problem
with Javascript or Postbacks. But the problem is that this navigation HTML
resides in different web user controls (example: my main menu is a web user
control) which means that it is dynamicly created when the user visits the
pages.
I know the discussion about spiders & frames and that frames can cause a
problem for spiders since the HTML is dynamicly generated. It seems like it
is the same with web user controls but I really hope thats not the case.
Anyway this must be a pretty common problem for asp.net developers using web
controls for building commercial web sites that you want to be on the search
engines, so can anyone answer this one?
Thanks
Thomas