ROBOTS tag attribute – META NAME=”robots” and CONTENT values Explained

Meta elements as the name suggests are HTML or XHTML elements present between the html tags. The META tags are used to provide metadata about a Web page.The metadata can be used by browsers (display,reload etc) and search engines (keywords,robots etc).Meta elements can be used to specify page description, keywords, topic,classification,distribution,language,rating,robots and any other metadata not provided through the other head elements.

Minify JS (JavaScript) and CSS Files to Speed Up Your Website.

Minification often referred as minify is the process of removing all unnecessary characters from source code, without changing its functionality. Minify is most commonly applied on JavaScript (JS) and CSS files. Since Minification removes unnecessary characters from code to reduce its size this will definitely improve load time. When CSS/JS code is minified all comments…