Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » SEO of Website

SEO tips to improve performance of websites

To improve Google Indexing or Searh Engine Optimization of the website we must follow these rules while writing html code. This SEO tips are helpful to improve performance of any website.

Title Tag
Each page of your website should have a title tag. This is very important for search engine to understand and categorise your content.
Note:- Title should not be more than 65 characters.

<title>SEO of Website | Search Engine Optimization | Google Adesense</title>

Meta Description Tag
Each page of your website should have Meta tag. This is important for search engines to understand the content of your page.

<metaname="description" content="SEO of Website - tips for SEO">

Header Tags
HTML Header Tags should be used on all pages of your website. These are an important way of notifying to search engines what your page is about.
Please try to use all Header Tages : H1, H2, H3, H4, H5, H6

Keyword Consistency
Content of your pages should be focused around particular keywords. These keywords should also be well distributed across important HTML Tags such as Title, Meta Tags, Header Tags and Text in your pages.

Amount of Content
Your pages should have rich amount of content which is Unique with no Grammer mistakes

Image Alt Attributes
All images tag on your website should have 'alt' tag, which is actuallly description of your image

Backlinks
Your website should have more backlinks. backlinks means your website's url is listed on some other websites like facebook or say www.cppbuzz.com

Robots.txt
Your website should have Robots.txt, this file is used to bypass files which you don't want to be captured by Search Engine

XML Sitemaps
A sitemap lists all URLs that are available to be searched by search engine and can include additional information like your page modification frequancy.

Visibilty
You website pages should be renders properly on Mobiles, Tabs and Desktops

Favicon
You website should have Favicon. Which is actually on 16X16 image displayed on title of your pages.

View Port
You should always use viewport as it take care of rendering text with currect size on all size divices. Below code should be places in <head> section of your page.

<meta name="viewport" content="width=device-width, initial-scale=1">


CppBuzz make use of these tags -
http://www.CppBuzz.com

My website contains google's adsense and is approved by google because of following above tips.
If we want to discuss anything you can reach out to me. I will keep on updating this page if required.

Thank you for reading it.. !!
Like, Share and Give your commments.