GIDForums  

Go Back   GIDForums > Web Promotion Forums > Search Engine Optimization Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 04-Jun-2004, 22:01
JUNK KED JUNK KED is offline
Junior Member
 
Join Date: Oct 2003
Location: uk&ireland
Posts: 85
JUNK KED will become famous soon enough

how do you seo a content management system


Does 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  
Old 05-Jun-2004, 09:38
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
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
  echo '<li><a href="/view.php?cat='.$link['cat'].'&amp;aid='.$link['aid'].'">'.$link['title'].'</a></li>';
?>

you may consider modifying that to something like:
PHP Code:

<?php
  echo '<li><a href="/v/c-'.$link['cat'].'/a-'.$link['aid'].'.html">'.$link['title'].'</a></li>';
?>


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.
  #3  
Old 06-Jun-2004, 22:03
JUNK KED JUNK KED is offline
Junior Member
 
Join Date: Oct 2003
Location: uk&ireland
Posts: 85
JUNK KED will become famous soon enough

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  
Old 07-Jun-2004, 19:55
Div's Avatar
Div Div is offline
Moderator
 
Join Date: May 2002
Posts: 996
Div has a spectacular aura aboutDiv has a spectacular aura about
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.
__________________
Web Hosting Tips | Career Advice
  #5  
Old 07-Jun-2004, 23:50
JUNK KED JUNK KED is offline
Junior Member
 
Join Date: Oct 2003
Location: uk&ireland
Posts: 85
JUNK KED will become famous soon enough

Suggest a CMS for me to test.


Quote:
Originally Posted by Div
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.

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 GIDBlogPython ebook by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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

All times are GMT -6. The time now is 02:51.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.