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

Seo Master present to you: Author Photo
By Maile Ohye, Developer Programs Tech Lead

If you've ever helped a friend recover their hacked site, you know it can get fairly complicated – beyond just the technical issues. First, recovery might involve answering your friend’s general questions like "Why would someone do this to my site?" Second, you might wonder “What’s the process to have the ‘This site may harm your computer’ warning label removed from search results?” Our new Help for hacked sites series includes articles and 80+ minutes of video to help you, and to help you help others. In the overview video, these common questions are addressed:
  • Why would someone ever want to hack my site? (often asked by our trusting friends :) )
  • How was someone able to hack my site?
  • What's the process for fixing it and how long will it take?


Overview video: How and why sites are hacked

Help for hacked sites also provides more detailed information on specific issues, such as background on the malware infection type Error template or Server configuration if your site was hacked to distribute malware.

To avoid ever needing this resource yourself, please implement a security and maintenance plan for your site if you haven't already.
  • Be vigilant about keeping software updated.
  • Understand the security practices of all applications, plug-ins, third-party software, and so on, before you install them on your server. A security vulnerability in one software application can affect the safety of your entire site.
  • Remove unnecessary or unused software.
  • Enforce creation of strong passwords.
  • Keep all devices used to log in to your servers secure (updated operating system and browser).
  • Make regular, automated site backups.
We’d like to thank the developer community for sharing tips on site recovery as well as replying to forum questions to assist others with hacked sites. Special thanks to Redleg and Denis Sinegubko for their amazing contributions.


Maile Ohye is a Developer Advocate on Google's Webmaster Central Team. She very much enjoys chatting with friends and helping companies build a strategic online presence.

Posted by Scott Knaster, Editor
2013, By: Seo Master
Seo Master present to you:


After blogger updated their interface, they added more useful features such as edit Meta tag modify crawlers and indexing, add authors, etc. This post I'm going to show you how to use blogger new crawlers and indexing feature effectively for improve your blogs SEO. Login for your Blogger dashboard and under configurations > search preference you'll find all of the new Search engine optimization options that is added by Blogger team. You need to enable all of the configurations 1 by 1. Here some very useful process I have presented for you.

1. How to Add Description Meta Tag in Blogger Blog:

This is an important part of SEO for Blogspot blog. To finish this perfectly just followmy instruction step by step.

2. How to Add Meta Tag to Blogger Blog:

Meta tags are small html codes which you place in blog html to help search engines to easier index your blog. Put this following 3 lines code after this (<b:include data='blog' name='all-head-content'/>) code. Then Save it.

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

3. How to Setup a Custom robots.txt in Blogger Blog:

Robots are some specific instructions which allow or disallow search engines from crawling a particular page or post on your site. Follow this instruction to setup it.
  • Login to your Blogger account.
  • Choose your blog.
  • Click Settings.
  • Click on Search Preferences.
  • In Crawlers and indexing You will see Custom robots.txt
  • Now click Edit and Select Yes.
  • A new text area will come. Put this code in it.

Robots.txt Type 1

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Allow: /

Sitemap: http://www.example.com/feeds/posts/default?orderby=updated

Note: Don't forget to change the www.example.com with your blog address or custom domain.

If you want search engine bots crawl most recent 500 posts then you should need to use following robots.txt type 2.

Robots.txt Type 2

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Disallow: /b
Allow: /

Sitemap: http://www.example.com /atom.xml?redirect=false&start-index=1&max-results=500

Note:Don't forget to change the www.example.com with your blog address or custom domain.

4. How to Add Custom Redirects in Blogger Blog:

This redirect option is used to redirect a One Page to Another Page. This Redirection is called 302 Temporary Redirection and redirection is sent through HTTP Headers. Add your redirect pages by going to Custom Redirects tab.

Related Search:

2013, By: Seo Master
Seo Master present to you:

Today we are excited to make the Google Friend Connect API available to developers. Google Friend Connect lets a site owner instantly awaken and strengthen the community that visits their web site.

Friend Connect has enabled tens of thousands of sites like naturalnews.com, and millions of blogs like paulocoelhoblog.com, to build their communities. Now, we are pleased to open up the service to the broader development community. With Google Friend Connect, two of our primary goals are to:
  • Make it easy for every site owner to add Friend Connect to their site, regardless of their technical capabilities. We do this by letting site owners simply paste snippets of code into their websites' HTML to instantly provide social capabilities on their sites.

  • Be open by letting visitors control their own data and freely share it with sites and services as they see fit. Services that are currently integrated with Friend Connect include OpenID providers like Yahoo!, social network providers like Twitter, and update aggregators like Plaxo Pulse.

The combination of ease and openness puts visitors and site owners in full control of their social information, activities, and relationships throughout the web. As a developer, the Labs release of our API lets you:
  • Use JavaScript APIs to integrate social flows and data directly within your page's markup, via the OpenSocial standard specification.

  • Use REST APIs to integrate your existing login systems, registered users, and your existing data with new social data and activities. These APIs are also part of the OpenSocial standard.

In addition, we have used the APIs to build open source plugin samples that integrate into popular commenting and content systems including WordPress, Drupal, and phpBB.

This release is documented in code.google.com. To take advantage of the the API on your site, go to www.google.com/friendconnect and visit the "for developers" section to grab the snippet that enables the new API on your site.



We're looking forward to hearing your feedback, and to seeing how the development community will combine their creativity, Google Friend Connect, and these APIs to enrich the open social web. Make sure to check out Google I/O on May 27 - 28 where you can meet the engineering team and learn more about the Google Friend Connect API.2013, By: Seo Master
Powered by Blogger.