Ask a Question related to ASP Database, Design and Development.
-
Shawn #1
Is this feasible?
I'm developing a system that is all database driven. The
problem I find my self running into is that it will not be
able to be indexed by search engines. I am aware of third
party commercial products to make my dynamic pages static,
but I thought of another solution.
It is a content management system, the user controls each
page which comes from a database.
Now is it feasible (in terms of CPU, time, etc.) to write
the results of the changes/additions to a text file after
it is written the database then including the text file in
the page opposed to the database so that it could be
indexed?
Any thoughts would be helpful. Thanks a million!!!
Shawn Guest
-
grw #2
Re: Is this feasible?
Dynamic pages can be indexed.
"Shawn" <programming@jards.com> wrote in message
news:0eda01c36be4$4ba29e90$a401280a@phx.gbl...> I'm developing a system that is all database driven. The
> problem I find my self running into is that it will not be
> able to be indexed by search engines. I am aware of third
> party commercial products to make my dynamic pages static,
> but I thought of another solution.
>
> It is a content management system, the user controls each
> page which comes from a database.
>
> Now is it feasible (in terms of CPU, time, etc.) to write
> the results of the changes/additions to a text file after
> it is written the database then including the text file in
> the page opposed to the database so that it could be
> indexed?
>
> Any thoughts would be helpful. Thanks a million!!!
grw Guest
-
Aaron Bertrand - MVP #3
Re: Is this feasible?
> Dynamic pages can be indexed.
Not by several search engines, last time I checked.
Aaron Bertrand - MVP Guest
-
Shawn #4
Re: Is this feasible?
Dynamic meaning database driven, not Flash so it can be
indexed for search engines like google?
The>-----Original Message-----
>Dynamic pages can be indexed.
>
>"Shawn" <programming@jards.com> wrote in message
>news:0eda01c36be4$4ba29e90$a401280a@phx.gbl...>> I'm developing a system that is all database driven.be>> problem I find my self running into is that it will notthird>> able to be indexed by search engines. I am aware ofstatic,>> party commercial products to make my dynamic pageseach>> but I thought of another solution.
>>
>> It is a content management system, the user controlswrite>> page which comes from a database.
>>
>> Now is it feasible (in terms of CPU, time, etc.) toafter>> the results of the changes/additions to a text filein>> it is written the database then including the text file>>> the page opposed to the database so that it could be
>> indexed?
>>
>> Any thoughts would be helpful. Thanks a million!!!
>
>.
>Shawn Guest
-
Ken Schaefer #5
Re: Is this feasible?
Which search engines?
The ones that count ([url]www.google.com[/url] etc) certainly can (up to a
point)...otherwise most of Microsoft.com's site wouldn't appear in any of
their indexes...
Cheers
Ken
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:eZX1po$aDHA.2136@TK2MSFTNGP10.phx.gbl...
: > Dynamic pages can be indexed.
:
: Not by several search engines, last time I checked.
:
:
:
Ken Schaefer Guest
-
Michael C. Gates #6
Re: Is this feasible?
ASP Pages are static. The content is sent statically to the browser, so how
does the crawler know it is dynamic other than that it's extension? What is
the crawler going to do? Refresh and check for content changes?
A true dynamic page would be something written with javascript or something,
like 'document.form.value="whatever";'
Michael C. Gates
"Shawn" <programming@jards.com> wrote in message
news:0eda01c36be4$4ba29e90$a401280a@phx.gbl...> I'm developing a system that is all database driven. The
> problem I find my self running into is that it will not be
> able to be indexed by search engines. I am aware of third
> party commercial products to make my dynamic pages static,
> but I thought of another solution.
>
> It is a content management system, the user controls each
> page which comes from a database.
>
> Now is it feasible (in terms of CPU, time, etc.) to write
> the results of the changes/additions to a text file after
> it is written the database then including the text file in
> the page opposed to the database so that it could be
> indexed?
>
> Any thoughts would be helpful. Thanks a million!!!
>
Michael C. Gates Guest
-
grw #7
Re: Is this feasible?
Google certainly can, they feed Yahoo.
Thats more than acceptable to me ;-)
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:eZX1po$aDHA.2136@TK2MSFTNGP10.phx.gbl...>> > Dynamic pages can be indexed.
> Not by several search engines, last time I checked.
>
>
>
grw Guest



Reply With Quote

