Posts

Showing posts with the label On page seo

How to add Gzip compression code on website?

Image
If you want to add Gzip then first of all you must know about on which server (Apache or IIS) your websites lives. There are two different methods for adding Gzip code on Apache or IIS server . In a previous post I have explained about how to speed up your website and now I will put together here the process of adding Gzip code on the website.

11 ways for Boost website Speed

Image
Website speed has become an important parameter of SEO World. The Speed of website or webpage affects the large number of important SEO factors, including Bounce Rate, Conversion Rate and also impact on Keywords Ranking. What is Page Speed? Page Speed is the measurement of how fast the content and full pages of your website load. Most of the seo’s are slightly confused with site speed. In other words, we can say that the time taken a webpage to full display.

10 awesome Tips for creating SEO friendly URL

Image
As all of SEO's know that URL Optimization is an important parameter of On Page Optimization So Does SEO provide you the awesome tips for URL optimization . What is a URL? URL (Uniform Resource Locator) is human readable text which was designed to replace IP address that computers use to communicate with the server. Example: http://www.abc.com Here are the Tips for URL Optimization  Use Hyphens Use hyphens to separate the words for readability, and one more thing that search Engine crawler can’t understand underscores “_”. So don’t use any spaces, underscores or any other characters. Use hyphens in a limit. Overuse of hyphens can make you spammy. Google consider underscore words to a single word. Crawler consider mens_product_shop to mensproductshop.

Awesome Tips for Internal links

Image
Internal links are hyperlinks that point at the same domain as the domain that exists in the url. in other words, we can say internal links are links that points one page of a domain to a different page on the same domain. Format of Internal link <a href=http://example.com/abc.php>Keywords /a> Internal Links are one of the important On page optimization parameter. So while structuring the internal url follow the SEO friendly site architecture which are definitely helping to rank in SERP (Search Engine Ranking Page).

How to create and add Favicon in website ?

Image
The favicon is an icon associated with a particular website or web page and typically displayed in the address bar of browser before the web page address. Website designer can create a favicon of the website. The favicon is also an on page SEO element and have importance for any website. Favicon would be created through manually by a designer or by online favicon generator. Favicon should be 16X16 pixel and icon, png, GIF, JPEG, svg, open or animated GIFs format.

What is Sitemap and Importance of sitemap in SEO

Image
Sitemap is an easy way to allow a webmaster to inform search Engine Crawler about the URLs on a website or blog that are available for crawling. Sitemap is an XML file include website URLs along with additional details about each URL. Over the past couple of posts I have explained about various on page parameter. Today I will explain here the what is sitemap and the importance of sitemap. There are two sitemaps are used, one is XML and another is HTML. XML sitemap for humans and xml sitemap for spider/Crawler/bots. sitemap.xml    Sitemap.xml is particularly beneficial for that website who have:  1 Some URLs of website are not available through browse able interface  2 if the website have a large number of URLs then sitemap will help for search Engine crawler   3 When a website have few external links 4 Webmaster uses rich Ajax, Flash content this is not normally processed by Search Engines.

What is Robots.txt and How to create ?

Image
What is Robots.txt Robots.txt is a standard text file for communicating with web Crawler/Spider/ bots and instruct them to which area of website or webpage is crawled or not. Robots.txt is a Publicly available file and anyone can see easily with part or url’s of website crawler scan or not. By default Search Engine Crawler crawl everything they possible. If you want to see the robots.txt of any website like http://abc.com  then write /robots.txt after the domain name http://abc.com/robots.txt . In this way you can see it.

22 Key Parameter for ON Page SEO

Image
On Page SEO is the most important part of the SEO. As we discussed about On page seo in previous post . In this article we talk on the 22 key Parameters of On Page  SEO . 22 Key Parameter for ON Page SEO

What is Search Engine Optimization ?

Image
SEO Stands for Search Engine Optimization. SEO is the Process for relevant and appropriate result for a quires(In other word keyword)  to user. In other Word we can say SEO is the process to get hire ranking in search engine ranking page. SEO is of Two types: 1.       On Page SEO 2.       Off Page SEO ON Page SEO:    As the name specify that work on Website or a web Page. In On page seo we concentration on website .There are a lots of parameter for ON page seo . Some of them are 

Difference between 301 Redirect and 302 Redirect ?

Image
I have also explained the 301 redirect in previous post. 301 Redirect :     Webpage or website permanently moved to other website or webpage its done through 301 redirect. 301 redirect pass the approx 90-99% Link juice(authority of page) to 301 redirected URL .  There are many instance where we would be used 301 redirect 1. redirect 404 pages to home page or relevant pages. 2. switch from old domain to new one. 3. switch from old product/service to new one. 4. for making WWW or non WWW version of website. 301 Redirect and 302 Redirect

Canonical Tag and 301 Redirect importance in SEO

Image
  There is most common issue in SEO Practices, search engine and website owners that is Canonicalization. Canonical Tag is the best option for dealing with duplicate content pages.  Canonical Tag passes the same amount of link juice ( PR, PA,DA) to the destination url. Syntax for canonical tag is <link rel="canonical" href="your destination url" >. One thing kept in mind that canonical tag put in head section of the web page. Canonical is used for following instances: Canonical Tag 1. When dynamic URL generated with every new visit. its depend upon how a user or visitor goes through your website. these type of instances generally occurs in E Commerce websites. example of this instance - Suppose a user come on abc.com  and click on product category1 and then after product sub category   Finally he would be reached product zzz.   url -- http://abc.com?prodcat1?prodcat2=zzz. in other situation if a user directly comes o...