![]() |
|
#1
|
|||
|
|||
how do you seo a content management systemDoes any one know where to go for a tutorial on seo for a content management system.
I am sure that I saw one on a php site maybe! The trick is to get your long urls with ?#& and other stuff hidden from the bots. Does this ring any bells? if not can I repost this in the php section? |
|||
|
#2
|
||||
|
||||
|
SEO (search engine optimisation) is unrelated to Content Management Systems or whatever else you use to produce your web pages.
At the very basic level, it's just what you do to the HTML of a web page that matters to a reader or in the case of a SEO, what matters to a search engine bot. In other words, modify your script to ensure that the web page titles are accurate to what the page is all about. This applies to the description and keywords meta tags as well, but to a lesser extend. Then there are other details to think about - we're not going there right now. Making your internal links as 'static' as possible makes it even more user-friendly both to your readers and search engine bots. So if for example, your CMS script outputs a single list of link like this: PHP Code:
PHP Code:
The hardest thing to do then is to make your web server understand that whenever it receives a request for example: http://www.example.com/v/c-2/a-234.html what it really needs to do is to translate that to http://www.example.com/view.php?cat=2&aid=234 and to do this, most people use apache's mod rewrite, although it's not the only solution out there. __________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#3
|
|||
|
|||
MAMBO cms has seo url option.Thanks for the info. I am sure I willl try and build my own content management system someday but for now I am looking at MAMBO.
A friend told me about .www.cmsmatrix.org. It can compare up to 10 cms at the same time. I was able to find out that mambo has friendly urls built in. Just click a button and hey presto. I have not tested it yet but I will let you know if it works. JK |
|
#4
|
||||
|
||||
|
Its pretty easy to create SE friendly URLs in Mambo...but I found the application itself to be a little too much for my needs.
|
|
#5
|
|||
|
|||
Suggest a CMS for me to test.Quote:
I got mambo working on my pc, it does everything it is supposed to do but there is no module for a forum. Templates are toO fussy. Can you recommend a CMS. I want to have different templates in seperate ares of a website. Mambo not suitable. Also pages for authors of short stories to submit content, using simple form. Maybe a forum for members only. Anyone got any suggestions for CMS for me to test or maybe how to integrate a bulletin board into an existing CMS to share USERNAMES and PASSWORDS. Last edited by JUNK KED : 07-Jun-2004 at 23:51.
Reason: adding O to TOO
|
Recent GIDBlog
Problems with the Navy (Officers) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Seeking Server soution to protect content theft | albertday | Web Hosting Forum | 2 | 17-Jan-2004 20:36 |
| How do I design a site that prevents content from being ripped off? | albertday | Web Design Forum | 3 | 04-Sep-2003 09:30 |
| looking for solution to protect content | albertday | Open Discussion Forum | 1 | 02-Sep-2003 10:24 |
| i = system ("cd c:\text"); :( | kyle | C Programming Language | 1 | 25-Aug-2003 12:43 |
| Content Management HELP! | JamesRxx555 | Web Design Forum | 7 | 06-Jul-2003 23:48 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The