Archive | SEO RSS feed for this section

Guidelines For Creating Content Rich And Useful Custom 404 Pages

When you work on a project which produces hundreds and thousands of dynamic pages each day, there might numerous number of issues to deal with. There is very common issue to deal with is “404 Error” or “File Not Found” error. This is something you need to take care at the early stage of project [...]

Read full story Comments { 2 }

Improve Performance Of Web Pages With Code Minifiers, Compilers, Compressors (Recommended)

There are several tools available on web which you can use to enhance your code and make it more optimized. For small sites it won’t effect much but when you are coding for much bigger site which is handling more traffic, these tools can be very much effective. I have collected few of the best [...]

Read full story Comments { 2 }

7 Ways To Recession Proof Your Website

I got an email newsletter, found very interesting, so sharing the post as it is here: Recession is characterized by subdued demand and tendency of buyers to seek ‘value for their money’. With the average human attention span being less to 10 seconds, a website only has little time to convey this ‘value’ to its [...]

Read full story Comments { 0 }

Make Fewer Or Less HTTP Requests With Minify

When we talk about web2.0, fast web, fast page load, web page optimization, website performance, caching etc; the only thing come into our mind is how do we do that? Lets figure it out. This article is all about using a php library which takes less effort to have fast web pages for your websites. [...]

Read full story Comments { 1 }

Do Not Show My Web Page In Search Engine Results. How To?

So, you want to hide your web page (URL/link) from search engine bots and do not want to use robots.txt. You can do this with the help of noindex meta tags. Just put the below code in your web page code, anywhere after <head> and before the closing </head> tag.

Read full story Comments { 2 }