 |
|

07-12-2004, 11:13 PM
|
|
SEO Junior
|
|
Join Date: Jul 2004
Location: Thailand
Posts: 26
|
|
|
Chanhing from tables to CSS
Would a site lose its page rank if it undergoes a major overhaul like changing from table format to CSS. Content would remain the same.
|

07-13-2004, 01:25 AM
|
|
SEO Junior and a half
|
|
Join Date: May 2004
Location: Bulgaria
Posts: 59
|
|
|
Since, the PR is assigned to pages (not sites), it will loose PR if you rename the pages.
|

07-13-2004, 03:03 AM
|
 |
Moderator
|
|
Join Date: Mar 2004
Location: Montréal / Canada
|
|
|
I just changed all my pages for a new look. The content and link structure did not change. The SERPS did not change either so far after a few days.
|

01-13-2005, 12:25 AM
|
|
SEO Junior and a half
|
|
Join Date: Nov 2004
Location: downunder
Posts: 38
|
|
|
one area I am wary of is going from tables to tableless css is that pages become php - away from htm.
My view is that it might take a week or two to be reindexed again, but a cost worth paying??
|

01-13-2005, 05:55 AM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,305
|
|
|
Going to css doesn't cause your pages to become php
it wouldn't matter anyway
|

01-13-2005, 02:05 PM
|
|
SEO Junior and a half
|
|
Join Date: Nov 2004
Location: downunder
Posts: 38
|
|
|
so how to you get all the elements of table less css to come together if the file is not a php file. I have tried calling it .htm and it does not work.
|

01-13-2005, 04:53 PM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,305
|
|
|
The extension has nothing to do with it.
I am a bit confused as to what your question actually is. Can you post a link to what's not working?
|

01-13-2005, 05:39 PM
|
|
SEO Junior and a half
|
|
Join Date: Nov 2004
Location: downunder
Posts: 38
|
|
this is the page that is built using non-tabled css, with elements drawn in as includes http://www.jumboshops.com/aaaa/index.php links don't work etc - just a working copy...
If I try saving this as a htm file it does not work - or is it something to do with this
<body>
<div class="header">
<?php include ("header.htm") ?>
</div>
<div id="menu">
<?php include ("indexmenu.htm") ?>
</div>
<div id="mainbody">
<?php include ("homebody.htm") ?>
</div>
<div class="rhs">
<?php include ("rhs.htm") ?>
</div>
</body>
with the php references?
I'm a newbie at this style of site construction...
If pages can be saved as htm it would be FANTASTIC!!
|

01-13-2005, 05:45 PM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,305
|
|
|
Ok, so you don't have it in php for any reason? If you can use html instead of php I can easily show you how to make it work. If you need php I can probably still make it happen, but it will take longer.
|

01-13-2005, 05:56 PM
|
 |
SEO
|
|
Join Date: May 2004
Location: Las Vegas, NV
Posts: 1,013
|
|
|
If you have access to your .htaccess file you can try putting this in there:
AddType application/x-httpd-php .html
this will force all .html files to function as if it were a php file
*note: not all web hosts support this...
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|