|
Rectify Canonical URL Issues
When one usually wants to visit a site there are two possible ways by which it can be done. Firstly a person may type “www.site.com” or might just type “site.com”. Google will see this as two different sites with the same content which is highly undesirable.
Thus to avoid such a thing following can be done:
Create a file called .htaccess with the below mentioned lines and put it in the root folder of your site:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.site\.com$ RewriteRule (.*) http://www.site.com/$ 1 [R301, L]
However all servers are configured differently so if one does not have enough knowledge about it then it is advisable to get it done from someone who has knowledge regarding the same.
Double Listing Is Highly Desirable
A double listing can highly increase the click-through-rate(CTR). A double listing is nothing but to have two pages of a site on the same page of Google results.
Suppose let’s say you have a page A and page B. Page A ranks #2 on Google for “vedic math” and page B ranks #13 for the same keyword. You need to get page B from position 15 which is on the second page of Google to position 10 which is on the first page so that both pages A and B are on the first page of Google.
Find 2 pages Google finds most relevant for a given keyword by typing site:yoursite.com[keyword]. Once the 2 pages are found the SEO Rank Checker Tool can be used to find the Google rankings for that page.
Optimize the pages for your keywords by linking the first page from the second and vice-versa. The keywords one wishes to rank for should be used in the anchor text of the links. Some keyword-rich links from external sites can be brought to the pages.
Quality of Links is more important than Quantity
Link quality is always much more important thank link quantity. Links from authority sites should always be considered over links from other average sites. Care should be taken that related links are placed rather than unrelated ones. Also having keywords in the anchor text is more desirable rather than just having a “click me” or “read more”.
Smart use of competitor’s keywords
The keywords used by the competitor’s in their title tag and their main pages can be smartly used. To know which keywords the main pages are ranking for keywordspy.com, spyfu.com etc can be used.
However sometimes the main keywords are used in the meta keywords tag. Taking a look at such keywords is fine but it should be kept in mind that doing such a thing is not at all a good practice. Smart SEO people will never do such a thing. But to mislead wannabe SEO’s they might actually put bad keywords in the meta keywords tag.
Google can be used for keyword suggestions
Once the main keywords are typed in the Google search box a list of suggestions is provided by Google. These suggestions can be used. The Google Keyword Tool can be used for a more detailed keyword research.
Also Google Instant which has been launched on 9th September 2010 increases the importance of Google Keyword Suggestions as results are viewed when you type and this can easily distract a user, plus helps in increasing traffic for keywords which are listed in Google Suggestion.
Google Webmaster Tools are certainly very useful
The Google Webmaster Tools are simply very amazing. They can be used to get lots of vital information. Using the tool one can detect Crawlability issues. A list of links pointing to a site can be found. The most common keywords people use to see a site can be seen. The 404 error can also be found using the tool. Thus the tool has amazing functionality.
Create a Google site map
The tool GSiteCrawler software can be used to create a sitemap which is required by Google Webmaster tools. The software if free of cost and we normally recommend it to everyone who is looking for a simple sitemap creation software. |