How Should You Plan Your Website’s Page Structure?

How Should You Plan Your Website’s Page Structure?

Creating a website needs a lot of planning, especially if the goal is to use it to promote your business. It requires more than knowing about HTML.

When you build your website, you should have not only your readers, but also the “web spiders” in mind. You need to create a website that flows and is easy to navigate for both your readers and the search engine crawlers.

Here is an important article from SubmitEaze about planning your website’s page structure.

Ideally you should think about the structure of your website before you start coding your web pages, as once you’ve implemented one method it is tricky to change things around at a later date.
I recommend that when you design your structure you try to keep the structure as flat as possible. This does not mean that you should put everything in your root directory for best results, but just make sure the structure goes no deeper than two or three levels deep. Below is an example of a flat directory structure with two levels: –

Make sure the structure goes no deeper than two or three levels deep.

Flat Structure.

This would mean the URL for page three on theme three would be:

http://www.mydomain.com/theme3/page3.html

You should not however design your structure like this: –


Vertical Structure

Vertical Structure

The URL to get to theme 3, page 3 will now look like this: –

http://www.mydomain.com/Theme1/Theme2/Theme3/page3.html

When you organize your structure you should try to maintain similarly themed pages in the same directory.

The main reasons for keeping a flat directory structure is because search engines might not deep-crawl your site. That is, when a search engine visits your website it might be set to crawl only to a certain depth of your website. So say for example you have a new website, the search engine might only crawl to a depth of 2, so in the case of the vertical page structure above only Page1, Page2, and Page3 of Theme 1 will be indexed by the search engine. The other pages might as well not exist! Whereas if you’d have the flat directory structure then all of the pages on your site would have been crawled.

Sitemaps

For more on this, you can read our older article entitled, “Why are Sitemaps Important?”

When you’ve finished your website, it is a very good idea to create a sitemap. A sitemap provides a link to all of the different pages on your website from one single page. This means that the search engine (or a person) can jump to any other page on your website from this one single page.

If you link to the sitemap from every page on your website then it has the effect of interlinking all of your pages with each other. This means that the search engine will attempt to crawl every page on your website.

So now you’re thinking, ‘well if I make a sitemap then I don’t need to be concerned about my page structure’ Wrong! If you remember, search engines often only crawl to a certain depth, so when it finds a link on your sitemap to
http://www.mydomain.com/Theme1/Theme2/Theme3/page3.html
it will disregard it as the depth of the web page is greater than its maximum crawl depth.

About the Author