Jump to content

to create a CMS, should I use a database or files?


smartin1017

Recommended Posts

I am creating a CMS and I was told that search engines will not read a database. This is a very text heavy website and it is important that the search engines read the site text. Is it true that the search engines will not read a DB and if so what do you guys think about using files. One other question, if I use files can I put them in a seperate directory in my server, I have read that they have to be in the same directory? Thanks in advance.

FYI Search engines can read both files and databases.

 

Personally it depends on the database, if the db server can handle a lot of reading and searching then use db.

----------

 

I would build the backend to be able to handle both if it was a commercial cms.

I am creating a CMS and I was told that search engines will not read a database. This is a very text heavy website and it is important that the search engines read the site text. Is it true that the search engines will not read a DB and if so what do you guys think about using files. One other question, if I use files can I put them in a seperate directory in my server, I have read that they have to be in the same directory? Thanks in advance.

 

Yes it is true search engines will not read Databases they can only read indexed locations on your server.  How the data goes into said index page is hidden to the search engine.

Search engines cant read from databases... but they do not need to? why would they unless they were linking to data in your db? (which u definetely dont want possible).

 

Search engines will use URL's to move around your site, since a browser also requires this there is no problem... Search engines sometimes read META tags, sometimes they read the entire page, having a smaller output file would help search engines download your page quicker and index it quicker.

 

Databases are usually more efficient than files.

-----------

 

Use databases to store all data like news contents/subjects usernames/passwords advanced configuration/categories/extra pages.

--------

 

As long as there is a link to a page (from the index page) containing the data you want search engines to find there should be no problem.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.