473,508 Members | 2,226 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

optimization

I have an html file and I want to include another file inside this. I tried
the SSI includes, but that didn't work. I can do the same work using php
quite easily.

What I want to include is a list of people and a list of tasks. The
overwhelming bulk of the file is fixed. It is that text that in the file
that I want to be captures by search engines. That is why I want to go to
static pages.

My first question is this:
If I code it as a php file with the all the important text as static and
only those two lists as dynamic, will the seach engines work as well as if
the lists were also static?

My second question is if I use an SSI include so that the whole list is in
the included file, will the search engines pick up elements of that list?
If so, that is the way I want to go because it will increase the number of
hits.

The one thing I don't want to do is to actually write those lists statically
into the page because any time the list changes I would have to rewrite all
the pages.

Shelly
Mar 1 '06 #1
2 1172
Sheldon Glickler wrote:
I have an html file and I want to include another file inside this. I tried
the SSI includes, but that didn't work. I can do the same work using php
quite easily.

What I want to include is a list of people and a list of tasks. The
overwhelming bulk of the file is fixed. It is that text that in the file
that I want to be captures by search engines. That is why I want to go to
static pages.

My first question is this:
If I code it as a php file with the all the important text as static and
only those two lists as dynamic, will the seach engines work as well as if
the lists were also static?

My second question is if I use an SSI include so that the whole list is in
the included file, will the search engines pick up elements of that list?
If so, that is the way I want to go because it will increase the number of
hits.

The one thing I don't want to do is to actually write those lists statically
into the page because any time the list changes I would have to rewrite all
the pages.

Shelly


This isn't really a PHP question - it's a search engine question.

But the result is the same. The search engine doesn't see the SSI
include or the PHP include - all it sees is the generated HTML - just
like any browser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Mar 1 '06 #2
The search engine will see the same as your users. There's no magic, it
has no way to know if you generate your page with PHP, SSI, or a CGI
script calling an ADA program with requests to a LISP rpc server ;-)

The only potential problem you may have is with URLs containing '?' and
'&' chars, but it doesn't seem to be your problem.

Mar 1 '06 #3

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

Similar topics

3
2141
by: Alex Vinokur | last post by:
For instance, we need to measure performance of assignment 'ch1 = ch2' where ch1 and ch2 are of char type. We need to do that for different optimization levels of the same compiler. Here is...
9
2378
by: Rune | last post by:
Is it best to use double quotes and let PHP expand variables inside strings, or is it faster to do the string manipulation yourself manually? Which is quicker? 1) $insert = 'To Be';...
5
4396
by: AC Slater | last post by:
Whats the simplest way to change a single stored procedures query optimization level? In UDB8 that is. /F
2
5114
by: Eugene | last post by:
I am trying to set query optimization class in a simple SQL UDF like this: CREATE FUNCTION udftest ( in_item_id INT ) SPECIFIC udftest MODIFIES SQL DATA RETURNS TABLE( location_id INT,...
12
6153
by: WantedToBeDBA | last post by:
Hi all, db2 => create table emp(empno int not null primary key, \ db2 (cont.) => sex char(1) not null constraint s_check check \ db2 (cont.) => (sex in ('m','f')) \ db2 (cont.) => not enforced...
24
8566
by: Kunal | last post by:
Hello, I need help in removing if ..else conditions inside for loops. I have used the following method but I am not sure whether it has actually helped. Below is an example to illustrate what I...
21
2552
by: mjbackues at yahoo | last post by:
Hello. I'm having a problem with the Visual Studio .net (2003) C++ speed optimization, and hope someone can suggest a workaround. My project includes many C++ files, most of which work fine...
5
2372
by: wkaras | last post by:
I've compiled this code: const int x0 = 10; const int x1 = 20; const int x2 = 30; int x = { x2, x0, x1 }; struct Y {
2
4228
by: db2admin | last post by:
hi, I have query which runs great when optimization level is changed to 3 but does not run fine with default optimization level of 5. since this is a query in java code, i do not know how can i...
20
2317
by: Ravikiran | last post by:
Hi Friends, I wanted know about whatt is ment by zero optimization and sign optimization and its differences.... Thank you...
0
7225
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
7123
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
7383
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4707
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
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.