Page 1 of 1
Search Engine friendly url? [solved]
Posted: Wed Aug 29, 2007 12:13 am
by herbshirt
Hullo,
Our SEO consultant is concerned about cms made simple with regards to the URL.
For instance; Rather than
http://www.mysite.com.au/town-accommodation.php it returns
http://www.mysite.com.au/index.php?page ... ommodation
Is there a module/plugin that can amend this situation?
I found a bit of info here but didn't understand a word of it...
http://wiki.cmsmadesimple.org/index.php ... retty_URLs
The client has had good rankings, we have just converted the site from static htm to cms ms and worried that when we release it, it will lose those rankings.
Anyone?
Re: Search Engine friendly url?
Posted: Wed Aug 29, 2007 6:09 am
by KO
That link you found from Wiki describes exactly what you should do.
1. Set .htaccess - so that whatever ending you want to have for those pages is shown
2. Set from config.php - pretty URLs, hierarchy etc. settings so you'll get what you want.
This way you can match many of the previous page addersses. Even if they are ending with .html
You can also use Moved Pages for pages that were not able to do with settings above
http://dev.cmsmadesimple.org/projects/movedpages/
So read that wiki document once more. All info now to do that is there.
There are many other things to worry after this is done but I'm sure your SEO consultant is aware of that. First time google hits those pages you'll see if he/she was right.
br,K
Re: Search Engine friendly url?
Posted: Wed Aug 29, 2007 3:05 pm
by Pierre M.
Hello,
I'd rather
http://www.mysite.com.au/town-accommodation.html
The documentation is confusing today, there are 3 places about pretty URLs. My favorite is the one in the
optional settings at the
end of the installation procedure. It suggests to use the .htaccess sample provided with the official package.
Hopefully the website is being redesigned and the documentation fixed.
Have fun with CMSms and its pretty URLs
Pierre M.
Re: Search Engine friendly url?
Posted: Wed Aug 29, 2007 8:30 pm
by herbshirt
Thanks so much guys. I'll consult some one who can decipher it for me.
Re: Search Engine friendly url? [solved]
Posted: Thu Aug 30, 2007 12:57 am
by herbshirt
I did it!!!
All that code was intimidating at first ... but I made the changes to the config and the htaccess and ...wammo! It worked. All URL's now displaying a nice se friendly static .html
Even if you don't believe se's care about your URL. It was worth the small amount of time taken.
I'm not a technically minded dood so to pull off something like that without headache was a blast!
Thankyou,
Brad.
Re: Search Engine friendly url? [solved]
Posted: Thu Aug 30, 2007 7:46 am
by KO
Good job!
br,K