Tips for Removing the Google Penalty

Posted By on August 19, 2009

1. Get rid of all of the keyword stuffing on your website. I know it is a large site and this is no small feat but it needs to be done. With your site cleaned and nothing remaining but quality content there will at least be an end in sight to the Google penalty and your site will also benefit from being more readable and usable to a visitor.

2. Begin an ongoing link building campaign now – there is no time to delay. Links are another path to building credibility for your website which it sorely needs right now. There is also a good chance that high quality incoming links will act as additional entry points to your website for Google to index your newly revised site and reconsider the penalty.

3. Review Google Webmaster Tools and attend to any errors/alerts/warnings that Google has provided. Also make sure to submit a fresh sitemap once the site is cleaned so that Google takes notice of any content that may have gone unnoticed and/or new content.

4. Freshen content on key parts of your website with rewrites or additional articles. This will provide positive activity that Google cannot deny adds value to its index.

5. Bolster your Pay Per Click campaigns so they can bear some of the burden during this dry spell of low organic rankings.

6. Be patient. If you do everything I have noted above, you are in a great position to succeed and your site will be stronger than ever before.

By applying these recommendations you will very likely discover that the Google Penalty was more a blessing than a curse because your site will come out stronger than ever before.

Source: SiteProNews

Controlling Search Engine Spiders for Improved Rankings

Posted By on August 19, 2009

When it comes to getting your website listed at the top of the search engines keyword search rankings, it is essential for you to gain a deeper understanding of the search engine spiders that crawl over your website. After all, it is the spiders that determine the relevance of your website and decide where your site will land in the search engine results page. Therefore, by learning how to control the direction of the spiders, you can be certain your website will rise in rankings.

Gaining Control with the Help of Robots.txt

You may think that gaining control of search engine spiders is an impossible task, but it is actually easier than you might think when you take advantage of a handy little tool called the robots.txt file. With the robots.txt file, you can give the spiders the direction they need to locate the most important pages on your website while preventing them from wasting time on the more obscure pages such as your About Us and Privacy Policy pages. After all, these pages won’t do much to increase your search engine ranking and won’t help your target market find your website, so why should the spiders waste their time exploring these pages when ranking your site?

Another positive aspect to using a robot.txt file is the fact that it prevents the spiders from indexing duplicate pages. This is beneficial because having duplicate content can actually reduce your search engine ranking. So, while you are making changes to your website or working on an area that isn’t fully developed yet, you can instruct the spiders to leave those pages alone until you are ready for them to be crawled. The same is true if you have a blog on your website, as a blog post created in WordPress will show up in the main post page, in an archive page, in a category page and as a tag page. With the help of the robots.txt tool, you can instruct the spiders to look only at the main post page.

With the help of your robot.txt files, you can tell the search engine spiders which pages they should and should not search through and index. It is important to keep in mind, however, that the robots.txt tool is meant to be used to prevent search engine spiders from searching certain pages. Therefore, you will only need to use it on those pages you don’t want the spiders to crawl.

Implementing the Robots.txt Tool

To successfully use the robots.txt tool, you first need to determine which pages you don’t want the spiders to search. Then, slowly begin making the changes to your site. By using the tool on only one or two pages at a time, you will be better capable of identifying mistakes that you may have made during the process.

To make your changes, you will need to add the robots.txt file to the root directory of your domain or to your subdomains. Adding it to your subdirectories will not work. For example, you may add the robots.txt file to a url such as http://domain.com/robots.txt or to http://privacypolicy.domain.com/robots.txt. But, adding it to a subdirectory such as http://www.domain.com/privacypolicy/robots.text will not work. With just one robots.txt file within your root directory, you can manage your entire site. If you have subdomains, however, you will need a robots.txt file for each one that you need to manage. You will also need separate robots.txt files for your secure (https) and nonsecure (http) pages.

Creating a Robots.txt File

Creating a robots.txt file is a relatively simple process, as you only need to name your text file robots.txt within any text editor, such as Textpad, NotePad or Apple TextEdit. Your robots.txt file only needs to contain two lines in order to be effective. If you wanted to stop the spiders from searching the archives of the blog on your site, for example, you would add the following to your robots.txt file:

User-agent: * Disallow: /archives/

The “User-agent” line is used to define which search engine spiders you want to have blocked. By placing the asterisk (*) here, you are instructing all search engine spiders to avoid the specified pages. You can, however, target specific search engine spiders by replacing the asterisk with the following codes:

* Google – Googlebot

* Yahoo – Slurp

* Microsoft – msnbot

* Ask – Teoma

The “Disallow” line specifies which part of the site you want the spiders to ignore. So, if you want the spiders to ignore the categories portion of your blog, for example, you would replace “archives” with “category” and so on. If you wanted to instruct the spiders to ignore multiple sections, you would simply add a new “Disallow” line for each area you want to be ignored. Just as you can name specific areas that you want the spiders to avoid, you can also list specific areas that you want specific spiders to view. For example, while you may want most spiders to avoid a specific area, you may want the MSN mediabot, Google image bot or Google AdWords bot to visit those areas. In this case, you can use the asterisk to instruct all search engines to avoid the area while instructing a specific spider to allow the same area. If you want Google’s Adsense bot to access a folder, for example, you would create the following command:

User-agent: * Disallow: /folder/

User-agent: Mediapartners-Google Allow: /folder/

You can also use your robots.txt files to prevent dynamic URLs from being indexed by the search engine spiders. You can accomplish this with the following template:

User-agent: * Disallow: /*&

With this command, you are instructing the spiders to index only one of the URLs that matches the parameters you have set. For example, if you had the following dynamic URLs:

* /greatcars/details.php?propcode=ANCHORS&SRCH=tr

* /greatcars/details.php?propcode=ANCHORS&vr=1

* /greatcars/details.php?propcode=ANCHORS

Your robots.txt instructions will tell the spiders to only list the third example because it will disallow any URLs that start with a forward slash (/) and contain the & symbol. You can use the same strategy to block any URLs containing a question mark by using the following:

User-agent: * Disallow: /*?

Or, you can block all directories that contain a specific word in the URL. For example, you might create a robots.txt file such as the following:

User-agent: * Disallow: /corvette*/

With this command, any page with a URL containing the word “Corvette” will not be crawled by the spiders. It is important to use caution when using these directives, however, as they will cause the spiders to avoid all pages containing the word you specify. As a result, you may accidentally block pages that you do want to be indexed. If you do want to block all but one or two pages with URLs containing a specific word, you can create a robots.txt file that specifically allows the page you still want to be indexed. In this case, your robots.txt file would look something like this:

User-agent: * Disallow: /corvette*/ Allow: /greatcards/corvettesandvipers/details.html

It is also possible for you to instruct the spiders to avoid an entire folder on your website while still allowing it to access specific pages within that folder. To do this, you would write something like:

User-agent: * Disallow: /category/ Allow: /category/just-this-page.html

It is important to note that the search engine spiders will ignore general directives if you have one that addresses a specific spider. For example, if you create the following robots.txt:

User-agent: * Disallow: /category/

User-agent: Googlebot Disallow: /archives/

The Google spider will still index the category page because you listed a directive that was specific to the Googlebot, which overrides the directive that addresses all search engine spiders. So, if you list a specific spider in your robots.txt, you need to individually list all of the things you want that spider to avoid. In this example, you would have to create the following robots.txt file to get Google to avoid the category and archives sections while telling all other spiders to avoid the category section:

User-agent: * Disallow: /category/

User-agent: Googlebot Disallow: /archives/ Disallow: /category/

If you want the spiders to avoid indexing certain types of files, you will need to use the dollar sign symbol. To instruct the spiders to avoid PDF files, for example, you would use the following:

User-agent: * Disallow: /*.pdf$

You would use the same patter for other types of files that you may want to be avoided by the spiders, such as .gif$, .jpg$ or .jpeg$.

Addressing Other Search Engine Concerns

In addition to blocking certain pages from being indexed by the search engines, there are a number of other concerns you may address with the robots.txt tool. For example, if the search engine spiders are downloading your pages too quickly and causing difficulties with your server, you can add a crawl-delay directive to your file that will tell the spider how long it should wait between downloads. In general, it is best to set this directive low, such as somewhere between 0.5 and 1, and then to increase it later if necessary. This robots.txt file would look something like:

User-agent: * Crawl-delay: 0.5

Google does not follow the crawl delay directive, however, and it generally isn’t necessary to add this directive to your robots.txt file.

Another handy aspect of the robots.txt file is that it can help you create a path to your XML sitemap. By adding a line such as:

Sitemap: http://www.yoursitename.com/sitemap.xml

By using your robots.txt file in this way, you can submit your XML sitemap to search engines without registering with a variety of different Webmaster Tools programs. You can also store your XML sitemap anywhere you like with this tool, which can be helpful if you manage several sites and want to keep all of your XML sitemaps in one place.

Finally, it is important to realize that it is still possible for a search engine to index pages that you have included in your robots.txt file. There are a number of reasons why this may happen. For example, if someone created a link to the page, it will still get crawled through that link. To close this opening, you will need to unblock the page from your robots.txt file and then place a meta noindex tag on the page before you put the page back on your robots.txt file

Source: SiteProNews

Free and Easy Link Building Tips

Posted By on June 29, 2009

Okay, you’re the proud mama or papa to your brand new website. Now what? This isn’t like the movies – just because you built it doesn’t mean they’ll come. The Internet is a huge limitless space with ever-growing numbers of websites. You are just one small website among millions. How will anybody ever find you? How do you become visible? Right now, you just exist out in the web, untethered. You need to become visible when someone searches for you and one way to become visible to people is to become visible to search engines. And one way to become visible to search engines such as Google, Yahoo, or MSN is for your site to be tethered, or linked to other sites.

If you’ve spent any time reading Internet marketing blogs you know that link building is a huge part of a marketing campaign. Backlinks – links that point to your website – are a major factor in determining your popularity or ranking with the search engines. And of course, just like in high school, you want to be popular.

You can buy your way into links, but here we’re talking about a few free and easy ways. An obvious and natural way to build links is through content. When you start a link-building campaign for your new website, focus on attracting links that will add value for your website visitors and best represent your most important keywords too. It is invaluable to have visitors go to your site and share your content.

Here are a few easy and mostly free ways to build links for your website.

Blog-Based Link Building

One way to get natural links back to your website is by setting up a blog for your company. Make sure you network online with other blogs that complement yours. If you share industry news and have useful and relevant content, you’ll attract links. Reference other bloggers in your content and link to other blogs in your industry.

For blogs, content is extremely important. Every time you add words to your blog or website, you are presenting yourself to a potentially huge audience. How does your blog’s content reflect your company? This content could be the page that carries your company’s name around the Internet world. Cheap content is just that – cheap. Create content that people want to read and that will make them come back again and again.

Reviewing products and services and posting those reviews on other sites is another way to build links. Your honest evaluations and smart opinions can also build your reputation as an expert in your field.

Link Building with Social Media

Another way to build natural links to your website is through social media sites like Facebook, LinkedIn, MySpace and Twitter. These sites allow you to set up a user profile where you can add information about you and your company including a link to your website.

Some sites, Facebook for example, also have a way to promote your business with a page, ad or group. Just keep in mind that there are good ways and bad ways to promote your business on social sites and you should observe proper etiquette when you do.

Link Building with Organizations and Directories

If your industry has professional organizations or associations that you belong to, check with them and see if they have an online directory with links to member sites. They may or may not charge a fee for this. If they do, it shouldn’t be much.

Check with your local Chamber of Commerce or Better Business Bureau. Links from sites like these can be very helpful. Check with other local businesses and organizations that have lists of businesses and request links from them, too.

Online directories are another opportunity to look into. Yahoo! Directory is a good one. If your business is in a specific geographical area, you might also find some local directories to submit to that will boost your local visibility.

Links from Charities or Non-profits

If your company makes charitable donations to organizations and non-profits, see if they have a “donors” list on their website and ask if they will link to your website.

Links from Press Releases

Has your business just started or have you just launched a new product? A press release is a great idea to announce your news. There are quite a few press release distribution services available and some have a free first time offer.

Links from Partners

If your website offers information about other partner websites like business directories, you should make sure to use all your linking potential. You could have a badge that your partner could put on their site linking to you and one for your site that links to theirs.

If you have an RSS feed or a widget on your site that has good value to visitors, those can be taken from your website and displayed on another person’s website, linking back to your site.

The Internet is constantly evolving and there are thousands of ways to build links. Look around at other websites and see what they have and how they work. Look at your business, think outside the box and you might come up with other ways to develop links. If it all seems like too much, there are many online consulting companies that can help with link building, SEO optimization and brandcasting.

Source: SiteProNews