way to Optimize structure of your website
When people started building website only 30% of them
structured their website before they started building it. Mostly this is the
scenario of all those 70% people.
Now question come to mind what is the benefit of structured
website so here is the answer
- Easy to debug
- Easy to maintain
- Easy to understand by others or may be your team members or may be your clients.
- Seo friendly.
- Small in size (increase page speed I mean reduce load time which is also good for seo)
- Reduce http requests (another seo friendly factor)
So what exactly structured website is?
- How well your website is interlinked
- Volume of repeated code should be less
- Less number of http requests
- Minimum Size of pages
- No code errors
- Flow of code
Now it time to achieve all the upper factors
How well your website is interlinked
How well your website is interlinked means your internal object of website should be linked properly to each other for example your ahref and images and and your resources linking and link should be defined in correct way.
Volume of repeated code should be less
volume of repeated code should be less means if set of code or same module is using more than one time in you website than instead of writing code again you can use the same code which helps to reduce the size of your website and if size reduce page load time decrease and that is good for seo.
for example if same css code or js code is using on many pages of your website so better you link same css or js file to that page instead of creating new or writing new.
Less number of HTTP Requests
For better understand HTTP Request Read my blog HTTP Request and it's effect.
lesser in HTTP Request better in performance as simple as that.
Minimum Size of pages
Minimum size of pages means simply how well you coded or if your website is made with cms or any builder than you don't have worry about this point.
if the page size is less speed will increase same thing as i mentioned above but the question is how you can reduce the size of page.
with the following ways you can reduce the size of pages
- Optimize media
- remove blank spaces
- use code structure tool.
- exclude the js and css from html page.
No Code Error And Flow of Code
Website is seo friendly only when there is no code error and code should be in flow according to seo needs
to make your website error free you can use some of tools to check code error in your website and then solve all the errors some of tools are like www.nibbler.com, goole page speed etc.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete