Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Do you allow guest posts in your blog? Are you aware of any risks involved? For a long time, guest posting has been known to be a great way of generating top quality backlinks to your website. Additionally, it also allows the guest poster to get a lot of free traffic, a new readership and a new audience. In the online field, most good things start innocent but soon the bad guys get in, and Google has to inevitably slap a penalty.

The Risk

Guest blogs normally offer a great win-win solution to both the guest bloggers and the blogs they are submitting to. The guest bloggers get the free traffic while the blogs are able to get free content. Slowly, many blogs are starting to have more guest posts than original posts. This eventually has led to a whole new industry of guest bloggers.

Google has been pushing frequent updates cracking down on any unorthodox link building and SEO practices. Therefore, despite the fact that guest blogging started as something innocent, you should beware of the disadvantages below that could be risky to your blog:

1. Guest blogging allows for dofollow links from your blog to your guest bloggers’ websites. These links mean that you trust the websites you link to. In case you have a dofollow link that links to spammy pages, your site may get penalized by Google.

2. There are guest posters who may provide content that is not related to the niche of your blog. This could mess up with both your readers and Google.

3. Are you careful about the length of your guest posts? Very short posts or thin content could reduce your blog’s overall quality. This will also affect your rankings with both search engine bots and your blog readers.

4. While allowing for guest posts, be careful of duplicate content. Some guest bloggers may actually end up using their guest post content elsewhere on the internet. This will end up annoying any of your readers who will have had access to both contents. Remember that search engines also have low tolerance to duplicate content.

5. Your guest bloggers may not take your blog as seriously as you would. For this reason, they may end up submitting posts with an uncaring attitude and lack of attention to detail. Additionally, some writers may submit content that has either inaccurate or outdated information. In case such content gets past your editorial team, it will heavily lower the value of your blog.

6. There are guest bloggers who will write for you incomplete content in order to drive traffic to their blogs. This will force readers to go to their websites to get more information. This also ends up being a nuisance to your readers and lowers the quality of your pages.

Google’s Keen Eye

Google respects quality links in your articles. Recently, Google cracked down on paid text links and this resulted in some websites being heavily penalized or even being de-indexed in Google.

Sadly, guest blogging is heading in a similar direction; link buyers are now able to buy trusted links on top-ranking websites. Therefore, any website that is accepting guest posts has to be careful of the links they are accepting. Unfortunately, choosing to add nofollow links will only turn away guest posters and beat the purpose. Remember that Google is keenly watching and looking for ways to differentiate suspicious guest posting links from true editorial links.

Bottom Line

One big question that remains is whether you should accept guest posting on your blog or you shouldn’t. It is okay to accept them but first take your time to check out the author’s website. If it is not worth the link, then don’t accept it. Additionally, only accept posts that are accurate and likeable to both you and your readers.
2013, By: Seo Master
salam every one, this is a topic from google web master centrale blog: How to use "Fetch as Googlebot", part 1
Webmaster level: Intermediate

Has your site ever dropped suddenly from the index or disappeared mysteriously from search results? Have you ever received a notice that your site is using cloaking techniques? Unfortunately, sometimes a malicious party "hacks" a website: they penetrate the security of a site and insert undesirable content. Sophisticated attackers can camouflage this spammy or dangerous content so that it doesn't appear for normal users, and appears only to Googlebot, which could negatively impact your site in Google's results.

In such cases it used to be very difficult to detect the problem, because the site would appear normal in the eyes of the user. It may be possible that only requests with a User-agent: of Googlebot and coming from Googlebot's IP could see the hidden content. But that's over: with Fetch as Googlebot, the new Labs feature in Webmaster Tools, you can see exactly what Googlebot is seeing, and avoid any kind of cloaking problems. We'll show you how:

Let's imagine that Bob, the administrator of www.example.com, is searching for his site but he finds this instead:



That's strange, because when he looks at the source code of www.example.com, it looks fine:



With much surprise Bob may receive a notice from Google warning him that his site is not complying with Google's quality guidelines. Fortunately he has his site registered with Webmaster Tools, let's see how he can check what Googlebot sees:

First Bob logs into Webmaster Tools and selects www.example.com. The Fetch as Googlebot feature will be at the bottom of the navigation menu, in the Labs section:



The page will contain a field where you can insert the URL to fetch. It can also be left blank to fetch the homepage.



Bob can simply click Fetch and wait a few seconds. After refreshing the page, he can see the status of the fetch request. If it succeeds, he can click on the "Success" link...



...and that will show the details, with the content of the fetched page:



Aha! There's the spammy content! Now Bob can be certain that www.example.com has been hacked.

Confirming that the website has been hacked (and perhaps is still hacked) is an important step. It is, however, only the beginning. For more information, we strongly suggest getting help from your server administrator or hoster and reading our previous blog posts on the subject of hacked sites:


If you have any questions about how to use the Fetch as Googlebot feature, feel free to drop by the Webmaster Help Forum. If you feel that your website might be hacked but are having problems resolving it, you might want to ask the experts in our "Malware and Hacked sites" category.

PS Keep in mind that once you have removed hacked content from your site, it will generally still take time for us to update our search results accordingly. There are a number of factors that affect crawling and indexing of your content so it's impossible to give a time-frame for that.

this is a topic published in 2013... to get contents for your blog or your forum, just contact me at: devnasser@gmail.com
Seo Master present to you:

Now i share a special widget, It shows your labels (Categories) like a Cloud. It is 100% working with any blogger templates. It is very easy to install in your blogger follow our tutorials.





Step 1: Log in your Blogger.

Step 2: Go to Layout >Page Elements



Step 3: Click “Add a gadgets” option then select “ Labels” Gadget from the given list
Make sure that you have the Labels Page Element installed. If you haven't already...


Step 4: Save it.



Step 5: Now go to Templates>Edit HTML


Step 6: Make sure that the "Expand Widgets Template" box is unchecked.


Step 7: Find Blow code (Ctrl+F).
<b:widget id='Label1' locked='false' title='Tags' type='Label'/>
Your code may look a little different. So try to find type='Label'.

Step 8: Replacing tat code with below code.
Once you've located type='Label', remove the whole line of code that looks just like the code mentioned in step 7.


Step 9: Replace above line with below code

Copy This Code


/*
Distributed by Arun Johnson at entertainer001.blogspot.com
*/ <b:widget id='Label1' locked='false' title='Tags' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content' style='text-align: justify;'>
<script type='text/javascript'>
/*
Simple Blogger Tag Cloud Widget
by Raymond May Jr.
http://www.compender.com
Released to the Public Domain
*/

//Settings / Variables
var max = 150; //max css size (in percent)
var min = 70; //min css size (in percent)
var showCount = false; // show counts? true for yes, false for no
var minCount = 1; // what is the minimum count for a tag to be shown? 1 for all


//Begin code:
var range = max - min;

//Build label Array
var labels = new Array();
<b:loop values='data:labels' var='label'>
labels.push(&quot;<data:label.name/>&quot;);
</b:loop>

//URLs
var urls = new Array();
<b:loop values='data:labels' var='label'>
urls.push(&quot;<data:label.url/>&quot;);
</b:loop>

//Counts
var counts = new Array();
<b:loop values='data:labels' var='label'>
counts.push(&quot;<data:label.count/>&quot;);
</b:loop>

//Number sort funtion (high to low)
function sortNumber(a, b)
{
return b - a;
}

//Make an independant copy of counts for sorting
var sorted = counts.slice();

//Find the largest tag count
var most = sorted.sort(sortNumber)[0];

//Begin HTML output
for (x in labels)
{
if(x != &quot;peek&quot; &amp;&amp; x != &quot;forEach&quot; &amp;&amp; counts[x] >= minCount)
{
//Calculate textSize
var textSize = min + Math.floor((counts[x]/most) * range);
//Show counts?
if(showCount)
{
var count = &quot;(&quot; + counts[x] + &quot;)&quot;;
}else{
var count = &quot;&quot;;
}
//Output
document.write(&quot;<span style='font-size:&quot; + textSize + &quot;%'><a href='&quot; + urls[x] + &quot;' style='text-decoration:none;'>&quot; + labels[x] + count + &quot;</a></span> &quot; );
}
}
</script>
<br/>
<span style="font-size:80%;float:right;">Powered by <a href="http://www.entertainer001.blogspot.com">Entertainment</a></span>
</div>
</b:includable>
</b:widget>





 Before saving the template make sure to click preview. The new tag cloud should now be visible. If not, make sure that you've completed all the steps correctly.




............................................End.......................................................



2013, By: Seo Master
Powered by Blogger.