Forum Moderators: open

Message Too Old, No Replies

Directory with XML feeds

How to strucutre a site that takes XML feeds for SEO purpose

         

da95649

5:16 pm on Jul 20, 2006 (gmt 0)

10+ Year Member



Hi All,

Im embarking on a new project however stuck at the very first point of site architecture.

My plan is to create a directory with thousands of pages from 3-4 different XML feeds.

As this is going to be a global directory with a search on availability, my main page will have a search box where users can find accommodation, this will search the XML feeds for real time data. The results are then displayed to the user.

However I then put my SEO cap on, and thought, really I want my site to have loads of sub folders which will represent countries and cities, then each accommodation type will have its own page. Hence if I provide 10,000 accommodation units, I will have 10,000 pages.

My site structure would be something like:

www.domain.com
www.domain.com/France
www.domain.com/France/Paris
www.domain.com/France/Paris/accommodation1.aspx

and the same for other countries, this way I can strategically to my SEO on say the countries and cities as a whole.

What confusing me is that I don't know if this is the best way to do this, can any one please advise? Ie will my directories have static data and the user search will be dynamic pages?
How can I implement my Link strategies and SEO campaigns?

anything will be great!

stajer

8:35 pm on Jul 21, 2006 (gmt 0)

10+ Year Member



If the search script is standard, your site can have one page in the root directory and no fixed sub directories. You can use your search script to write url's with sub-directories but have your script ignore those directories when displaying information.

Embed a variable in the url. Use url rewriting to ignore the directories an dpass the variable to your action script.

No need to pre-determine the directories and maintain the structure. They will be put in the url on the fly.

da95649

8:56 pm on Jul 21, 2006 (gmt 0)

10+ Year Member



I dont think I understand....or maybe I have clearly explained.

I have a search tool like at expedia that will go out to xml providers and display availability, however each hotel I have access to should also have a static page on my server in a folder structure so that My SEO will benefit from the content and linking.....the question is whats the best way to do it...

stajer

11:01 pm on Jul 21, 2006 (gmt 0)

10+ Year Member



I am saying, don't bother with the static page. Make those info pages (pages about a particular accomodation) database driven. One script will pull up the "static" page for any accomodation. Then, just us a url re-write tool to put the folders structure in the url's but don't actually create the folder structure.

SE's will see the folder structure in your url, but you will be using a db and scripts to generate the content. The folder structure portion of your url will be ignored by your server - it is just for show.