473,466 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Question about Dynamic pages

I'm trying to setup a small parts database that can be indexed by
search engines. I have the database in place and a php page that
performs the lookup and displays the results. The site itself has
search engine optimization enabled and working properly. What I don't
understand is:

1. How does the search engine search the database? Is this automatic
at the next crawl?

2. How to make the dynamic page display when I search for a part in an
internet search engine.

If anyone can point in the right direction I would greatly appreciate
it.

Thanks
Paul

Sep 28 '06 #1
2 1399
co*****@gmail.com wrote:
I'm trying to setup a small parts database that can be indexed by
search engines. I have the database in place and a php page that
performs the lookup and displays the results. The site itself has
search engine optimization enabled and working properly. What I don't
understand is:

1. How does the search engine search the database? Is this automatic
at the next crawl?
Google doesn't know anything about your database. It only knows about
documents that appear on the Web.
>
2. How to make the dynamic page display when I search for a part in an
internet search engine.
The only way a search engine can display your page with the data for a
particular part is if there is already a link somewhere that leads to
that page with that data, and the engine has to find that link. The link
has to contain the information necessary for the page to figure out
which product to display. There isn't any way to get the search engine
to use forms on your site or simulate their use. It can only follow links.

The starting point is to give your page a way to check whether the
request came with extra path information/query string data that
identifies the product its supposed to show, and then use that instead
of looking for data from a form. This is beyond the scope of this
newsgroup, and depends on the server-side technology you're using (ASP,
PHP, Perl, CGI, etc.).
>
If anyone can point in the right direction I would greatly appreciate
it.

Thanks
Paul
Sep 28 '06 #2

Harlan Messinger wrote:
Google doesn't know anything about your database. It only knows about
documents that appear on the Web.
Google (approximately) not only "only knows about documents on the web"
but it also only knows about those documents that are linked to from
documents it already knows.

If you build a database-driven site, then (these days) there's no
reason at all why it won't be indexed by search engines. However you
need to provide a navigation path to all the relevant pages through
simple <alinks, not just through search boxes or JavaScript. If you
provide some "list of everything" sitemap pages then that shoudl do
the trick, even if the humans never use them.

Sep 29 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Bosconian | last post by:
I'm looking for a free open source web site search engine. htdig looks like a good one that's well supported and used in the community. I've read over the feature list and documentation, but I'm...
10
by: Captain Ranger McCoy | last post by:
Hello! Suppose I have ten servers at ten ips: x.x.x.1 x.x.x.2 x.x.x.3 x.x.x.4 and so on Each server hosts 100+ photo galleries, all under a single domain name,
1
by: J.Storta | last post by:
Prior to using style sheets, I used tables to lay out my pages. I always used percentages when specifying widths so that the page would fit nicely in the browsers regardless of the size of the...
3
by: K.S.Liang | last post by:
Hi all, 1> If there are more than one dynamic linking libraries in the file system, how do I know which one is loaded into system? Any C library or system call can tell me which *.so or *.sl is...
10
by: moondaddy | last post by:
I'm writing an ecommerce app in asp.net/vb.net and need to make the pages searchable and crawlable by spiders, particularly Google's. As far as I know, if my pages's contents are mostly populated...
10
by: maxvalery | last post by:
Because dynamic pages do not get indexed well in search engines, is there a decent API out there to parse through the site and write pages as plain html automatically? I noticed some WordPress and...
10
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're...
5
by: pittendrigh | last post by:
There must be millions of dynamically generated html pages out there now, built by on-the-fly php code (and jsp, perl cgi, asp, etc). Programatic page generation is transparently useful. But...
0
by: Alexandre Bergel | last post by:
Dear colleague, Please, note that after the workshop, best papers will be selected, and a second deadline will then be set regarding preparation of the Electronic Communications of the...
9
by: Alec | last post by:
Sorry guys, stupid question.... Am no programming expert and have only just started using php for creating dynamic news pages. Then I see a dynamic website without the php extension. ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.