CMS for Search Engines

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
redturbo917
Forum Newbie
Posts: 1
Joined: Fri May 30, 2003 3:24 pm
Location: Los Angeles, Ca

CMS for Search Engines

Post by redturbo917 »

I have a question about CMS applications.

I have a site I need to build that can create a new web page with text and images on the fly from an admin browser page. The trick is that it must be a real page that search engines can see. The title of the page would appear on the index page, which links to the page created. Of course, the admin section would be able to add/modify/delete these pages at any time.

Is there CMS application out there that meets these requirements? Or am I just dreaming?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

If the processing of the page is done server-side (i.e. with PHP) then the search engine will see a completed page just like any other user going to the page.

Mac
Post Reply