![]() |
|
#1
|
|||
|
|||
Updatable PageHi guys,
I've heard that if you generate your page using a script it's not good for the search engine? But if you just use scripts to update ur page, without actually generating it on the fly its alright? I'm wondering if anyone know what this means? Which leads to the question, whats the best way to design a website that have the same top, side, and bottom section for every single page? So that if you make a change on one of the page it changes automatically on the others? I want the website to be easily updated, and not cause problems for crawler based search engines. Thank you for your help in advance. |
|||
|
#2
|
||||
|
||||
|
Quote:
There are SO many ways to 'insert' common top, side, and bottom sections to your site, it depends on what you are comfortable using, you have Server Side Includes, then FrontPage's "webbot" thingy (on a FrontPage Server Extension enabled server) plus the server-side script technology that you have enabled in your server e.g. PHP's include() and require(). If you really want to use an even simpler method, you can simply use HTML tags like <frame> and <iframe> but these do nothing for Search Engine bots. If you need simple examples just ask... __________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#3
|
|||
|
|||
|
Hmm... so even if you use 'include()' for top, side and bottom, these 3 will still be read by the search engine as it would if its hard-coded?
Whats best to use? PHP or the frontpage extension? Can you give me a simple example of the PHP include() please? Thanks in advance. Quote:
|
|
#4
|
||||
|
||||
|
The search engine bots will NOT know what you used, all they care about is your web page's HTML.
IF you have to learn one or the other, I'd suggest you skip FrontPage Server Extension enabled gizmos altogether and go with PHP (for really obvious reasons). Here's a really simple example how you can use PHP includes to insert snippets of HTML code that rarely (or never) changes between your web pages. top.inc HTML Code:
side.inc HTML Code:
index.php PHP Code:
__________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
Recent GIDBlog
Once again, no time for hobbies by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error in page | BobbyDouglas | GIDForums™ | 5 | 07-Nov-2003 10:20 |
| simple form from generated page | zuzupus | Web Design Forum | 0 | 17-Sep-2003 10:27 |
| [script] E-mail webmaster error page | BobbyDouglas | PHP Code Library | 0 | 19-Aug-2003 21:10 |
| Search Engine Positioning 101 and 201 "How To" Tips... | 000 | Search Engine Optimization Forum | 0 | 29-May-2003 11:34 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The