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

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
Seo Master present to you:
As we all know Google uses a search algorithm for displaying results on the web.Google panda is the change in this algorithm.This algorithm displays results according to the ranking of the website or blog.Google panda undergoes various updates within a single year.This new panda update can affect your website positively or negatively.Google panda is different from older algorithms because it considers the entire website instead of ranking websites on basis of several pages.If you see that your website's traffic is going down day by day then it might be affected by the latest panda update.However you can recover from it and restore your website to its previous state.Here are some tips.

1.Never ever publish copied content:

If you are regularly posting copied content to your website then your website will be a simple bait for google panda to affect it negatively.It will slap your website if you are regularly doing this.In most cases your website will be removed from google search listings.Google panda is not interested in copied content.So better be careful.Do make an internet research about what you are posting and what you are thinking about it.Match your thinking with the research if both matches then find different ways to post it.


2.Use internal links:

You can use internal links within your website post.Internal linking means that you are connecting your website's different posts through hyperlinks.These links make any post more detailed and informative.Most webmasters say tha panda affect these links positively.

3.Regularly update your website:

Google and every search engine loves fresh content.You should update your website on a regular basis.Regularly updating your blog or website will improve your google ranking provided that the content is unique and fresh.Share on various social networks like google plus,facebook.Put a +1 button on your website.A +1 by anybody lets panda to see that content positively.It is good for your posts.Social networks can help increase your google ranking because likes,comments,follows and +1's are seen in a positive way after analysing these variables google panda will think that something is special about what you wrote.

4.Write unique and quality content:

Think and think about what you write.Keep in mind the uniqueness and quality of your website's content.Your content should be unique,it should not be copies.Also write correctly avoid spelling mistakes and use technical words.Mistakes in words can limit your website traffic because in this case panda will prefer more accurate words.For example if you wrote gogle instead of google.

5.Optimize your website:

Choose a simple design and avoid spammy templates.Sometimes templates contain spam codes which can let panda to negatively affect your ranking.Remove any inappropriate links and content.Remove specially that content that is not under your website's niche.A simple and sober website helps to increase your ranking because a simple website with quality content loads faster.The faster your website loads the more it will bw favoured by your readers.

6.Make your content SEO friendly:

If you are writing a post then it should be SEO friendly.Avoid too much of keyword stuffing.Too much of keywords will let panda to avoid your website thereby reducing ranking.You can use the H1 tags to highlight a heading also use of alt tag is preferrable in images because the algorithm panda can read the text within images written in alt="" tag.So it is better to place an alt tag in the html code of image.
2013, By: Seo Master
Powered by Blogger.