Forum Moderators: open
Doesn't tell me ;)
Although I did like the second-to-last definition.
In the absence of other info, I would recommend promoting mambo sites just the same as you would samba, tango, or waltz sites.
Mambo SiteServer 4.0 is a dynamic web (php) content management tool built and is capable of building sites from several pages to several thousand. Comes complete with: 10 built in modules, WYSIWYG editor, site statistics, admin interface..
[sourceforge.net...]
I have checked with the developers and they have confirmed that session ID's are required. I would really like to use this CMS as it has some really nice features. Any ideas as to how I could make one of these sites a little more search engine friendly? Does anybody know of any products that can easily build static pages from this site or should I just forget this idea and build a static site?
Based on what I did turn up at the time, a tweaked-up application of MoveableType seemed the best alternative.
maybe it's an idea to search this forum for "dynamic pages", "dynamic sites", or for example "mod_rewrite", "isapi filter" and related.
There's some information here to cover the ground. Certain SEs begin to spider dynamic sites, but it seems not to be as easy as spidering static sites. Try ro avoid those?, $ and verylongdigiturls. As far as i understood.
I am really looking for something using php as in my ltd experience of using it for several apps (mainly hacking existing scripts) it is very easy to use/customise.
Are there any experienced php devs. here that know any workarounds to the bot/session id problem/indicator pointed out by googleguy?
The other thing is that with session IDs, it's too easy to crawl duplicate content with different urls. So anytime you can avoid session IDs, I would recommend it.
Note: Its not free or open source & I am vaguely associated with the group who are making it (we are looking at using it on some sites), but if you are interested sticky me and I'll send you the url.
1) the URLs are somewhat long
2) 99% of the pages do not have unique titles.
Most page titles is the default site name
I'm not a PHP programmer so I couldn't tell you how difficult it would be to overcome these two issues.
There are projects out to convert phpnuke to search engine friendly forms - also phpbb ... though I think to get it right the CMS requires designing from the ground up with this in mind.
All I want is the titles of the news stories to be the page title, pull some random keywrods in the story, and use short urls.
Also I would like this to work on the reviews plug-in as well as the message board. I know it can be done, I just have no understanding of php or mysql.
Does anyone know of any CMS that does this?
[Got a seal of approval from gg himself a couple months ago too]
take a look at some phpnuke forums and you'll see what they say about removing session ids, making static pages and a lot more. people have hundreds of pages indexed well...me only a few so far, but learning
good luck
I'm still considering the idea of using Mambo and using Pavuk (a web site grabber) to rename the dynamic URLs to static ones on the fly. Then use a global search/replace tool to rename the links within the HTML pages to static. Hopefully, once the process is created, the entire process can be automated. But Pavuk is not an easy tool to learn, although it looks very powerful.