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

Seo Master present to you:

Google has rolled out a new feature which allows bloggers to activate Google+ commenting system on their blogs. Google+ will now act as a commenting platform for the blogs and comments from Google+ post will be visible on their blogs as well. As per Google, Google+ comments will give more flexibility to the users as all the comments will be seen at one place.

This new feature allows website bloggers to see activity from direct visitors as well as discussion of the people about your content on Google+. You can have a look at Google+ commenting system.
Comments can be sorted by “newest first” options or by popularity. There is an option for nested comments but not beyond first level. The users can see replies from the people in their own Google+ circles on the site post.
The users would also be able to share their comments with Google+ circles or publicly. This means that blog readers and the owners can only see those comments which they are permitted. If you are using Blogger as your blogging platform, then you can activate Google+ comments directly from the Blogger Dashboard, and the old comments will get auto imported into the new Google+ comment widget.
As of now, this new commenting system is only available on Blogger, but we might see the worldwide release of this new feature of Google very soon.
Google has created an easy-to-use commenting system, but we still think that it might take some time to meet the standard of Facebook commenting system which is more user-friendly.
What do you think about Google+ commenting system? Would you like to see it on WordPress?
2013, By: Seo Master
Seo Master present to you:
On Page SEO

·         Title tag<title> Keyword </title>
·         Meta description <meta name=”description”  content=” Keyword” />
·         Meta description keywords <meta name=”keywords”  content=” Keyword” />
·         Header tags  <h1>Keyword</h1>, <h2> Keyword </h2>, <h3> Keyword </h3>
·         Images need keyword rich alt tags alt=”Keyword”
·         Websites built In flash are not seo friendly
·         Do not use duplicate content (copy and pasting other peoples content)
·         Make sure content has keywords
·         The older the website the more authority it has and the higher the rank
·         Always make sure to register the domain for one year
·         Create a sitemap www.xml-sitemaps.com
o    Submit to search engines (webmaster tools) (these will be xml sitemaps)
o    Add a page on your website with the other site maps
o    Sitemap is to let search engines spider know what pages to look for or are important.
Off Page SEO
·         Link Building
o    Relevant to website links
o    Authoritative websites (high page ranks, popular) especially page rank above 5
o    One way links
o    More of the above links are better than any other
·         Blogs
o    Comment on other blogs with keywords
o    Create rss feed using feedburner from google
o    Guest blog post (find blogs relevant to the industry your working on, contact and offer a free blog post in exchange for a link or author resource box [post by your name etc])
o    Build a company blog
§  WordPress.org
§  Google Blogger
§  Update blog weekly with post 400 words or more post
§  Put keywords in the title of the post
§  Post about special deals, promotions, new articles, twitter, social networking, post only about the company or industry the company is in)
o    Build landing page blogs
§  Register keyword rich domains (ex www.godaddy.com or www.comptoncarcleaners.infoor www.compton-car-cleaners.m e)
§  This will rank at the top of google for the keyword phrase  “Compton car cleaners”
§  Try to get .coms but if not try –‘s if not go for .info .org .net
§  Keywords in the url will rank in google
§  Post to articles with keywords related to the url
§  Make sure the title tags have the keywords of the url  and so should the post
§  Link to company website with keywords in the anchor text (which is keywords in a link not just the direct link)
§  Link to other websites like Wikipedia so it does not look like spam or self promotion
§  What this is
§  Purpose of this  is to get links through url , title tag, all to  a specific keyword. Al l to rank your website higher in the search engines.
·         Articles and Press Releases
o    Write and submit articles and press releases (submission sites excel)
o    Try to submit to relevant sites to your industry
o    Add keywords in the title and the body of content
·         Forums
o    Create profiles
o    Go to user control panel and add website url.
o    Check to see if there is a signature line, and if there is add one or two sentences about yourself if you want, and add keywords in it and then link it back to your website.
o    Related high ranked forums are better
o    Interact with other members, start threads, and answer questions
·         Directory submission
o    Submit website to directories example; dmoz, look at submission site file.
·         Social networking
o    Facebook, LinkedIn, Twitter, Google+ and YouTube are the most popular right now
§  Create pages on all these for the company and try to gain followers etc.
o    Make sure you fill out the company profile till its complete, add picture, interact with the people, and try to update as much as possible, daily or weekly.
o    Social networking is really good right now so make sure you take lots of care to this.
o    Put special deals or promotions or add a link from yahoo news saying check out this article
·         Sign up for these accounts:
o    Google:
§  Top right of google.com Settings>google acc ount settings>
§  Create accounts for google analytics, google places (for local search), feedburner for rss feed, blogger, googlecheckout and google base (if they sell products), webmaster tools (submit xml sitemap here) and youtube for the company, and maybe gmail.
o    Bing:
§  Webmaster central and submit xml sitemap here.
·         Keyword research
o    Anchor text is keywords in a link not just the direct link
o    Use www.wordtracker.com or search google for keyword tools or check in forums.
o    Do not repeat keywords or use variations.
·         How to edit websites
o    Get ftp access
o    Then get filezilla or equivalent
§  Host: www.yoursite.com§  Username and password are given to you from website owner.
§  Port does not matter, (leave blank) USE 21 IF DOES NOT WORK.
§  ftp gets you the files (website pages)
o    Dreamweaver
§  Use to edit the ftp files.
§  Create .htaccesss
§  Add robots.txt
§  Add sitremap.xml for search engines
2013, By: Seo Master
Seo Master present to you:






  • Create a picture in photoshop,paint etc, Upload to web and Copy the image url from web.

  • Copy the below code


//Configure below to change URL path to the snow image
var snowsrc="https://lh5.googleusercontent.com/-kw9VPOSL904/T79VqIcd8lI/AAAAAAAAF58/6flY6ouQq0g/s48/e.jpg"
// Configure below to change number of snow to render
var no = 10;
// Configure whether snow should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";
///////////Stop Config//////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;

if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}
function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}
function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}
if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}




  • Open Microsoft Notepad Relapce red color with your image url.


  •  Save it.with “yourname.js


Now it appear like below image.








  •  It upload through web click here. sign up or log in now. Click edit website option and upload a file like below.



  •  Copy the link address now.


  •  Copy below code
<script language="JavaScript" src="http://www.weebly.com/uploads/8/2/7/3/8273197/entertainer001.js">
</script>

  •  Repalce red color with copy link address.


  •  Login to your Bogger Dashboard and go to Templates.



  • Click on 'Add a Gadget' on the sidebar.




  • Select 'HTML/Javascript' and add paste the above code.






Save it .Feel the effect.............................................................










2013, By: Seo Master
Powered by Blogger.