Mortgage Loans - Remortgages - Unblock Myspace - Just Holden Commodores - Loan

PDA

View Full Version : Joomla vs. raw .HTML? Will it effect my SE RAnkings?


KGL
Jan 27th 2006, 11:30 am
I want to convert one of my sites that is basically 90% .HTML to Joomla.
Said site has pretty good SE rankings, will switching it affect my rankings?

classifieds
Jan 27th 2006, 12:23 pm
There are too many variables in the equation to give a good answer.

With Joomla you probably won't be able to recreate the interrior page URLs of your current site. Each of those pages have links, are aged, are themed and most likely rank for some combination of keywords. If you move to to a CMS you'll need to do 301 redirects on all of the old URLs to the new ones and expect some ranking / traffic changes for some period of time as the SEs figure out where the pages have moved.

Why are you looking to change?

-jay

Edi2
Jan 30th 2006, 3:09 pm
I am considering also to move my well established static .html website to Joomla.

The reason to move is :
1/ adding daily content easily.
2/ getting it automaticly listed on my home page.
3/template issue - quick change if needed
4/ flexibility with banners and adsense - easy to change on all pages at once...

I have now about 400 pages on this website. Recently, one of my advertisers, who has affiliate banner on almost all of my pages, changed it's banner code, so I had to change that to on all pages ( took me ages)
At the moment I placed phpAds for banners ( learned hard way) but I still think it might be better to have more flexibility for future "if"..

I want to further develop this site but I feel I am stuck because of these issues.

Or perhaps, I am missing something?
Is there a way I can obtain all of this using only Dreamweaver ?

Thanks for any suggestion:)

junjun
Jan 31st 2006, 2:48 pm
Is there a way I can obtain all of this using only Dreamweaver ?
If you're looking for consistency and easy updates only, a combintaion of template/snippets would suffice. Your advertisers adcode would be good for snippet.

mad4
Jan 31st 2006, 2:54 pm
I would NEVER use a cms for any of my sites. They are just not configurable enough for seo.

I use a system of php includes for example each page has
<?php
include(header.inc.php3);
?>
main content here
<?php
include(footer.inc.php3);
?>

Within the header and footer files you can have the adverts and menus which are then displayed on all the pages.

The beauty of this system is you can change a 400 page html site to use this with no change in the filenames (use mod rewrite to parse html files as php files) or the urls at all.

Edi2
Jan 31st 2006, 4:00 pm
junjun, thanks for good advice.
a combintaion of template/snippets is what i have to explore before i go anything further.

mad4 - thanks for this tip too. i also feel cms is not good enough for seo, that's why i was very reluctant to do move from static .html.

i have to look into option you mention.

the trouble is, i am actually more the writer than "proper" webmaster, so i struggle with technical stuff. i learned simple usage of dreamveawer, but moving further is confusing. :confused:

does anybody have any good link for tutorial/info how to do snippets or/and php page as mad4 is suggesting?

thanks! :)