SEO Guidelines
If you have lot of links coming from different websites make sure all these links are not linking to single page of your web site. Means all these links concentrate on one page (usually home page), search engine consider your web site as thin site. You can expect positive impact, if other websites are connecting to different pages on your site.
Most of the developers knows that search engine wont crawl images in your page so what they will do is, if they use image links on navigation bar, they also include text links after image links, actually that’s not an issue but make sure that in source code first text links has to come. Because when search engine crawl the page it will follow the first link to particular page only once. They won’t follow when they find another link to the same page.
You may be familiar with link exchange concept but what’s the article exchange? Let me explain.
Publish small article in other web sites but make sure that article contains your web page keywords and link back to your web page and you can also publish the article from others in your web page. Search engines consider this as high quality link.
ou may have multiple inbound links to your web page and you might have used same anchor text every where, isn’t?
Don’t use same anchor text every where. You must have different keywords for your web page so wherever you have inbound links to your page just spread out your keywords as anchor text. This will boost up your page.
If your web site is huge, that means having more pages, just use a sitemap. We can say that the sitemap is an index of your web site not only index but also connecting all pages in your website in single place. A site map helps search engines to crawl your site very professionally with quick span of time. And while crawling, engine won’t miss out any pages on your web site too. Even site map helps the end user to reach out a particular page in your website very quickly within two clicks. Given below is a simple xml sitemap.
<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>
<url>
<loc>http://www.ravitom.110mb.com/</loc> <!–URL –>
<lastmod>2008-08-14</lastmod> <!—LAST MODIFIED DATE –>
<changefreq>monthly</changefreq> <!—UPDATING FREQUENCY –>
<priority>0.7</priority>
</url>
<url>
<loc>http://www.ravitom.110mb.com/CssLibrary.html </loc> <!–URL –>
<lastmod>2008-07-10</lastmod> <!—LAST MODIFIED DATE –>
<changefreq>monthly</changefreq> <!—UPDATING FREQUENCY –>
<priority>0.7</priority>
</url>
</urlset> -->
Post a comment