Showing posts with label Googler. Show all posts
Showing posts with label Googler. Show all posts

Thursday, July 28, 2011

How To Avoid The Google Panda

How To Avoid The Google Panda

Google panda is already rampant, google pandas eat anything she likes. Especially blogs that considered spammers, such as blogs AGC. How can we avoid the blog from google panda? I've got some tips that might help you avoid the blog from google panda.
But first, you must also know how to find blogs that hit google panda.

1. Do not use the blog AGC
As we know, the purpose of google panda is to take blogs that are not qualified and just copy and paste like blogs AGC. If you have a Google Adsense account, do not install ads on your blog AGC. Your account will be banned by Google.

2. Try not to write articles that are not qualified.

At least write original content is written according to the standard grammar and useful for visitors. For the article at least a minimum of 400 words in length. Indeed, it seems also to be debated because the algorithm is actually difficult to recognize a quality content or not, but with the amenities block websites especially in Google's Chrome browser where users can block a website, then just your visitors who will make an assessment if it turns out they were disappointed with consider your content or your blog contains content trash.

3. Avoid blogs from the Automatic Content alias Content Farm

Content like this is usually a lot is at an autoblog or blog that uses the script auto-generated content, otherwise known as blogs, AGC, where the content is usually not automatically have Google's quality standards and even tends to deceive the visitor is not relevant because the most severe or no content at all .

4. Avoid the Not Useful Pages Indexed by Google.

If before there was Google's algorithm changes Panda, has a lot of blogs on Google's index pages even better and will help increase traffic, but currently if your blog has a lot of index pages but the page is not quality content articles alias. So should you lose through Google Webmaster and perform optimization on your blog either by using the seo plugin or a robots.txt file

Examples of index pages that are useless and affect the quality of your blog is a tag page, archive page, search page, the page like about me, privacy policy, contact us and the page that is usually created by the plugin WP-PageNavi. This also applies to the pages of AGC.:)

5. Structure and Blog Navigation

Here if you use WordPress, the theme was instrumental in the structure and navigation according to the standard either of heading tags and the HTML structure as a whole and has a navigation layout that allows visitors to explore and spiderbot will improve the quality of your blog.


6. Internal Duplicate Content

Duplicate content occurs will reduce the quality of the blog is due to the content dicopas be raw by other blogs, but the most dangerous is the duplicate content is going on in your own blog. This usually happens with an autoblog where content that is created will be pulled out of our control but did not rule occur in the manual as a blog when you write an article when the article you have written with the title and content of the same content. Internal duplicate content can be overcome by using a plugin called "Delete Duplicate Post" that can be used on autoblog and use the tag canonical URL where plugins are already available at All In One SEO Pack which normally would be used by the WordPress Master.

7. External Link or Outbound Links

External links or links to other websites that are not relevant to your content or site that smells gambling, pornography, spam, phishing, malware will also cause deindex. In addition, the blog for paid reviews or selling links that many links are usually not relevant or have trash content also becomes a major factor deindex Google. As we know, Google hates the practice of selling links either to buy or sell and to avoid it, Google provides a solution NoFollow tag on an external link if it is not qualified or unrelevan with your blog content.

Thursday, April 21, 2011

Google's Newes Algorithm ( New Google's Rating System)


Files under Blogging SEO | Posted by admin

Actually, I'm not a master of SEO, but just trying to share experiences, maybe it's there that know and probably no one knows or nor forrealize. Mid-February, Google does Search Engine Algorithm System Change, better known as Panda Algorithm System. Last week of February yesterday, google raid against sites that contain article "copy paste", autoblog content, as well as spam sites, even content manual website also subject to raids by google.

Algorithm system in google page rank of a site on search engines are now more qualified, a site that presents the content fresh (virgin) is more valued than the sites that have copy and paste content for the results of google indexed, so Google is now going to deindex sites that are not qualified before.

Because google was often received complaints from Internet users, the new algorithm has emerged, particularly complaints from users of Google's Search Engine that finds the same content and only a waste of time for the same content for every search.

Well, I suggest better use original content that is really still a virgin for those of you who want to survive in google search engine. Google is smarter before to tell which content is still a virgin or not.

I'll give characteristics to finding out if your web / blog taxable deindex by google :

  1. Web taxable deindex will be thrown from the first page of google search, automatic trafict reduced dramatically.
  2. Based on the info I have outlined from the forum and masters of seo writing, government sites, education it is likely to be perched on Page One of Google SERP.
  3. Beware of sites that have "auto-content". Do not be too frequent updates on the blog content, which is usually 3-5 articles a day now try only 1 article for two days.
  4. If the first frequent updates then google will like it, but now google will think we are the web "content farm" or rancher content.
  5. If it's in deindex then trafict down, then your website ready to go in the sandbox or worse will be banned.

Well, now I will give tips on how to avoid the curse of the "Panda":

  1. Write your blog content with your own writing style, original, not edit the content of the blogs of others.
  2. Avoid excessive advertising, google web prefer that only contains the product of their own ads (Adsense).
  3. Social Media Sharing, more like google blog content shared on Facebook, twitter and other social media.
  4. Decent into a magazine or print media, Google is more like the original author is really professional
  5. Discard bad content on your web and start writing quality and original content.

Hopefully the explanation above is useful for you ....

Other useful articles :

Monday, September 27, 2010

Seach Engine Optimized With Robot.txt


Sorry friends, my English is not good, still in trials. Ok!

Appeared on the first page of search engines with topics that match the keyword is the desire of every owner of the web, but it is not easy because a lot of things to do in order to optimize a web page in order to become like what is desired by the search engines. In my last article I have discussed about how to register in search engines and how to create a sitemap for website easily readable by search engines. So in artike this time I will write a little about how to limit the search engines to not index so carelessly do exist certain limitations that must be obeyed by the spider = search engine crawlers in their duties to index a web page. Rules are written in a file called "robots.txt".

Most websites or blogs have files and folders that there is no point to indexed by search engines such as image files, the admin files or files that you think is the secret. You can limit the spider not to index the file by creating a robots.txt file. To create this file is very easy you only need a notepad to write code robots.txt. Example code can be viewed like this:

User-agent: *

Disallow: /images/

Disallow: /feed/



The code meaning is not allowed to access the spider and index the contents of the directory / images / and all URLs that begin with / feed /.

You can copy and paste the code below to create a robots.txt file

User-agent: Googlebot Disallow: /log/*/trackback Disallow: /log/*/feed Disallow: /log/*/comments Disallow: /log/*?* Disallow: /log/*? Disallow: /log/search User-agent: * Disallow: /cgi-bin/ Disallow: /log/wp-admin/ Disallow: /log/wp-includes/ Disallow: /log/wp-content/plugins/ Disallow: /log/wp-content/themes/ Disallow: /log/trackback Disallow: /log/comments Disallow: /log/feed


Or you can create a robots.txt to your liking using this tool

Next put a robots.txt file in the root directory of your web.

The placement location of the Robots.txt must exist in the main directory = root directory because when search engines come on your site, then he will go directly to the main directory for example, http://myweb.com/robots.txt and if search engines do not find it in the root directory, then they will conclude that your site does not have a robots.txt file, then search engines will index all of which he discovered during crawling your site and do not be surprised if you see the entire contents of the site and your confidential files indexed and displayed on search engines .

What I wrote above is a way to limit the search engine spiders and not fully protect your files because in the Internet world there is evil spiders and spiders so well that you should not put your confidential files in your web directory. Good Spider will immediately understand that finding the restrictions did not allow himself to index but to the evil spider boundaries it means nothing and this is usually done by the cyber crime.

Hopefully, my articles useful and if one wants to add please love comments.

Saturday, September 11, 2010

Great Trick For SEO Friendly



For first, For youngers Blogger... ^_^

This post will be explain for META TAGS and TITLE for blogger platform. Meta tags are code that is inserted in the HTML code blog. Function allows search engines to read a brief description of the blog and the keyword or keywords that are used in these blogs.




Meta tags in Blogger.com installed after the code: <title> ... </title>

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


Then the meta tags placed just below the above code, the meta-code is:

<meta content="...deskription your blog here!..." name="description"/>
<meta content="keyword1,keyword2,keyword3,..." name="keywords"/>
<meta content="index | noindex | follow | nofollow" name="robots"/>


Meta Tag Description


Meta description tag is used to give an overview about the contents of your blog pages. The recommended character size is usually 25-30 words (below and / or approximately 150 characters). Then do not let as much keyword repetition three times or more. And try this description could be sentences that are situated at the beginning of your blog pages. Examples of writing meta tag description:

<meta content="Tips SEO and trick blog." name="description"/>

If your blog has been indexed by the search engines (ex: Google), it will look like this:

Blog title
SEO tips and tricks blog. How to maximize a blog to get a top ranking in google search engine ...
http://urlyourblog.blogspot.com



Meta Tag Keywords

Keywords meta tag is the basic code is very important to show your blog keywords into search engines. How to produce good and relevant keywords, please read the post "SEO | Optimize keyword, 'keywords'." His meta-code is :

<meta content="keyword1,keyword2,keyword3,..." name="keywords"/>
<meta content="keyword1 keyword2 keyword3 ..." name="keywords"/>

The second function is the same meta and had no effect on search engines. But the purpose of the use of a comma so that keywords are easy to read. Sort the position of the most important keywords up to less important and do not repeat keywords as much as three times or more, because it will be considered spamming. Examples of writing meta tag keyword:

<meta content="search engine,ranking,tips seo,trik blogger" name="keywords"/>

Enter a keyword that matches the theme and content of your blog and do not create keywords that have nothing to do with the content of the blog.



Meta Tag Robots


The objective is to determine the robots meta tag which allowed the blog pages are indexed by a robot. If you want the spiders in search engines to index and browse hyperlinks in your blog, then a robots meta is :

<meta content="index, follow" name="robots"/>
If on the contrary, ie, instructed to spider not to index and browse the links that exist in your blog, then his meta code:

<meta content="noindex, nofollow name="robots"/>



How to Put the Title and Meta Tags for better SEO Friendly Blog.


* Go to Edit HTML.
* Find the code (located on top of) the following:


<head> <b:include data='blog' name='all-head-content'/> <title><data:blog.pageTitle/></title> <b:skin><![CDATA[

Tip: If you look hard, try to press the button F3 on your keyboard. Then it will appear below the search toolbar menu browser, so you stay put words to search.


Replace the red code with the code below:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>


Note:
To add a title, you can do the edit to the code above (note the blue color code), examples:

<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/> | Tips SEO | Trick Blogger | Blogger NetterKingdom</title> <b:else/> <title><data:blog.pageName/></title> </b:if>

OR
<b:if cond='data:blog.pageType == "index"'> <title>Tips SEO | Trick Blogger | Blogger Netterkingdom | <data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>

When finished replace the title tags, Meta Tags, now add the code underneath.

<meta content="...description your blog here..." name="description"/>
<meta content="keyword1,keyword2,keyword3,..." name="keywords"/>
<meta content="INDEX, FOLLOW" name="robots"/>

Note:
Replace the red code with the description and the keywords and your site (note the blue color code), examples:
<meta content="Tips dan trick blogging " name="description"/>
<meta content="source code,search engine,SEO,template,templates,ranking,blog optimization,code HTML,backlink,widget,gadget,blogger stuff,tips seo,keywords,tips blogging,free directory,traffic,trafik,trick blogger,optima blogger,promo,for blogger" name="keywords"/>
<meta content="INDEX, FOLLOW" name="ROBOTS"/>
So the whole code will look like this:

<head>
<b:include data='blog' name='all-head-content'/>

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/> | Tips SEO | Trik Blogger | Blogger Indonesia</title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

<meta content='Tips dan trick blogger ' name='description'/>
<meta content='
source code,search engine,SEO,template,templates,ranking,blog optimization,code HTML,backlink,widget,gadget,blogger stuff,tips seo,keywords,tips blogging,free directory,traffic,trafik,trick blogger,optima blogger,promo,for blogger' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

<b:skin><![CDATA[
Do not forget to save your change !!!

Now try to click on "View Blog" (confined to the red box) and notice changes in your blog title at the top of the browser.


Good luck
My Friends.................... !!!

Monday, June 14, 2010

Schedule of Google PageRank Update 2010

After "blogwalking" visit one blog to another blog, I found a rather interesting info attention. Namely, a posting on the "Schedule of Google PageRank Update 2010" and then after I read it contains a schedule of Google, anytime will do the PageRank update was in 2010. Whether this information is valid or not, but maybe too many bloggers or webmasters already know about Google PageRank Update 2010 Schedule of this. So I try to share information that has not received the info for the Google PageRank Update 2010 Schedule of this.

About the truth of this information may only Google knows. But according to what I read in these blogs, said that counting Google PageRank Update 2010 Schedule is based on the assumption pagerank update to last year. That happened four times Google's PageRank Update in one year.

Schedule of Google PageRank Update 2010 :

1. First 2010 PageRank Update (March 31 – April 1, 2010)
2. Second 2010 PageRank Update (June 31 – July 1, 2010)
3. Third 2010 PageRank Update (September 31 – October 1, 2010)
4. Fourth 2010 PageRank Update (December 31 – January 1, 2011)

For the truth certainly may also not necessarily because it's also just an estimate of the assumption of calculation PageRank update last year. To check the truth so we'll wait to stay at around these dates, whether there is a change Google Update PageRank or not.

Google PageRank Update Schedule at least 2010 can be used as a reference. Want google pagerank update blogs or not if we do not yet deliver more value will also not affected. Effort and luck we live, may be rewarded by Google Pagerank with reference to the Schedule of the Google PageRank Update 2010.

Hopefully useful to you.

Labels