Continuation of SEO for a Website: Page 1
Setup a Robot For your website
You setup a robot for your website so that you can deny certain engines to visit your site or specific pages which avoid the wastage of server resources, save your bandwidth and disallow certain users to keep your information in their indexes. For this purpose we create a file called robot.txt at the home path of your website and the structure of robot.txt is as following
User-agent: *
Disallow: /
Check the following link http://www.robotstxt.org/robotstxt.html to now how to create a robot.txt
Create a Sitemap
Creation of the sitemap helps webmaster i.e. search engines to know the structure of the site and helps it to index your site time-2-time.
Sample sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://tech.queryhome.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Submit the Sitemap at webmaster
If you dont have webmater account for google/bing/baidu better to create the one and submit your sitemap as follows-
Webmaster-->crawl-->sitemap-->add/test sitemap (for google)
Add the Facebook OpenGraph/twitter/G+ details in the header
Its very important how your page is looked by the Social Website so try to add the following:
Facebook OpenGraph
Try to add the following important tag in the webpage header.
<meta property="og:title" content="QueryHome">
<meta property="og:description" content="Technical Social Network">
<meta property="og:url" content="http://tech.QueryHome.com/">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="http://tech.queryhome.com/images/logo.png">
Twitter Card
Try to add the following important tag in the webpage header related with the twitter.
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@QueryHome">
<meta name="twitter:domain" content="QueryHome">
<meta name="twitter:url" content="www.QueryHome">
<meta name="twitter:image" content="http://tech.queryhome.com/images/logo.png">
Google+
<body itemscope itemtype="http://schema.org/Product">
<h1 itemprop="name">Salil Agrawal</h1>
<img itemprop="image" src="{image-url}" />
<p itemprop="description">My Name is Salil Agrawal</p>
</body>