Find your niche keyword ideas using Google External Keyword Tools
Check YOUR KEYWORD organic search competitions
Search your niche keywords with google to identify there are how many sites provided content with your exact keyword? how are their search engine optimization? can you beats them with your keyword ?
- Search "YOUR_KEYWORD" in google.com and check if the search results are <= 200K - 500K
- Search intitle:"YOUR_KEYWORD" in google.com and check if the search results are <= 50K - 100K
- Search inurl:"YOUR_KEYWORD" in google.com and check if the search results are <= 30K - 100K
- Search both intitle:"YOUR KEYWORD" inurl:"YOUR KEYWORD" in google.com and check if the search results are <= 10K - 40K
If all above conditions are satified then check top 10 search results of "YOUR_KEYWORD" in google.com with SEOQUAKE to see if they are all have PR < 4 and Backlink (L) <1000
Please use this Low competition keywords tool
Check Exact Match Domain Keyword ( EMD keyword ) with namecheap or similar registra to see if your keyword are available for EMD ?
Optimize your blogger template for search engine
By Default Blogspot have title format as : Title: Blog Title: Post Title for better SEO we need to change as following :
SEO Post Title: Post Title: Blog Title
SEO Homepage Title: Blog Title – Your Keywords
Click "Design" > "Edit HTML" - Continue Editing
Click "Expand Widget Template"
Using Ctrl + F of your browser to find and modifying some codes
+ To avoid SPAM site
Because of the spider also index your archive post , add the following code just after <head> tag
<b:if
cond='data:blog.pageType == "archive"'><meta
name="robots" content="noindex, follow" /></b:if>
+ Modifying default title of your blogger template and add the meta information for better SEO :
Open HTML template of your blogger and find the following code:
Find :
<title><data:blog.pageTitle/></title>
Replace with
<!-- Begin -->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Main description of your blog' name='description'/>
<meta content='Main keywords of your blog' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName + ".Main description of your blog"' name='description'/>
<meta expr:content='data:blog.pageName + ",Main keyword of your blog"' name='keywords'/>
</b:if>
<!-- Meta Tags ~ YOURBLOG.blogspot.com -->
<meta content='Put Your Author Name here!' name='Author'/>
<meta content='Put Your Author Email Address here!' name='Email'/>
<meta content='global' name='distribution'/>
<meta content='5 days' name='revisit'/>
<meta content='5 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en' name='language'/>
<meta content='USA, United States, United States Of America, America' name='country'/>
<meta content='blogger' name='generator'/>
<!-- /End -->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Main description of your blog' name='description'/>
<meta content='Main keywords of your blog' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName + ".Main description of your blog"' name='description'/>
<meta expr:content='data:blog.pageName + ",Main keyword of your blog"' name='keywords'/>
</b:if>
<!-- Meta Tags ~ YOURBLOG.blogspot.com -->
<meta content='Put Your Author Name here!' name='Author'/>
<meta content='Put Your Author Email Address here!' name='Email'/>
<meta content='global' name='distribution'/>
<meta content='5 days' name='revisit'/>
<meta content='5 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en' name='language'/>
<meta content='USA, United States, United States Of America, America' name='country'/>
<meta content='blogger' name='generator'/>
<!-- /End -->
OR
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Main description of your blog' name='description'/>
<meta content='Main keywords of your blog' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName + ".Main description of your blog"' name='description'/>
<meta expr:content='data:blog.pageName + ",Main keyword of your blog"' name='keywords'/>
</b:if>
+ Modyfying all title from the default H3 tag to H1 tag
Expand HTML template then find the code following
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'><b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
Replace all H3 or H2 tag by H1 tag as the code following
<b:if cond='data:post.title'>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/><b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
+ Change the font size of title :
Then find and insert a small code just before it to change the font size of the title a bit smaller than the title of your blogger- Find the code as following
]]></b:skin>
- insert the modifying code just before it
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
+ Optimizing the comment links
Find the following code :expr:href='data:post.createLinkUrl'
and replacing with
rel='external nofollow' expr:href='data:post.createLinkUrl'
then find the next code
<a expr:href='data:comment.authorUrl'
and replacing with
<a expr:href='data:comment.authorUrl' rel='external nofollow'
+ Optimizing Archive links
Find the following code
<a class='post-count-link' expr:href='data:i.url'>
Replacing with the code under
<a rel='archives' class='post-count-link' expr:href='data:i.url'>
+ Optimizing the Label links under each post
Finding the following codeReplacing with the following code
+ Remove your date, time stamps and author post (if needed) :
By default, your date time stamps and author name are located close to your post's title and will be indexed. Your keyword search results are displayed these date time information and it looks not so encourage to your searchers to click your link not so updated. Here are the one of the most simple solution i found from the internet. You don't have to hack the code to do it:Just click
+ Layout
+ at the Blog Posts field click Edit
+ untick Date, Time , post by checkbox
+ Choose display one post per page . It is allway good to display one post per page for your ads display by search context
+ Optimise SEO for image, external links on your site
Install a jscript to optimise your SEO for all images, open external links in a new tab, no follow all external links+ Find </body> tag
+ Paste the following scripts Paste the code present in it just above the tag
-------------------
<!-- Begin SEO code script -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[ jQuery('a').each(function() { // Let's make external links open in a new window. var href = jQuery(this).attr('href'); if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) { jQuery(this).attr("target", "_blank"); } }); //]]> </script> <script type='text/javascript'> //<![CDATA[ jQuery('a').each(function() { // Let's make external links open in a new window. var href = jQuery(this).attr('href'); if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) { jQuery(this).attr("rel", "nofollow"); } }); //]]> </script> <script type='text/javascript'> //<![CDATA[ $(document).ready(function() { $('img').each(function(){ var $img = $(this); var filename = $img.attr('src') $img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.'))); }); }); //]]> </script> <script type='text/javascript'> //<![CDATA[ $(document).ready(function() { $('img').each(function(){ var $img = $(this); var filename = $img.attr('src') $img.attr('title', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.'))); }); }); //]]> </script>
<!-- End SEO code script -->
-----------------------
Then chek it with your blog
SEO customizing it to adapt with Xfactor template as following below :
Delete this code segment from these above javascript :
This code make rel='nofollow' with all links on your page so it not good for your SEO onpage, please remove it and add some customize to Archive and Label widget to be SEO optimize
+ Search for </body> find and delete the code
<script type='text/javascript'> //<![CDATA[ jQuery('a').each(function() { // Let's make external links open in a new window. var href = jQuery(this).attr('href'); if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) { jQuery(this).attr("rel", "nofollow"); } }); //]]> </script>
+ Then we'll have to add the code to the textbox. Search for "BlogArchive" (use ctrl-f) to find this section:
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
Now we have to add rel='nofollow' to ALL of the lines below. Theres a total of 83 lines you have to look through - if you find the </b:widget> - tag you've gone too far.
<a class='toggle' href='javascript:void(0)' rel='nofollow'>
<a class='toggle' href='javascript:void(0)' rel='nofollow'>
<a class='post-count-link' expr:href='data:i.url' rel='nofollow'><data:i.name/></a>
<a expr:href='data:i.url' rel='nofollow'><data:i.name/></a> (<data:i.post-count/>)
<li><a expr:href='data:i.url' rel='nofollow' ><data:i.title/></a></li>
+ Do the same with "Label1" , search for
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
add rel='nofollow' to ALL of the lines below
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' rel='nofollow' ><data:label.name/></a>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' rel='nofollow'><data:label.name/></a>
+ Seach for Themes by add rel='nofollow' to external link in footer
+ Fix the suitable links to the footer link as wel as make the Privacy Policy page
Then check with SEOquake plugin to make sure all customize are done correctly
---------
</body>
Themes by
rel='nofollow'
5 times
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
2 times
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
------------
+ Remove archive indexed by google search engine :
by default, your older posts were indexed by search engines and they may be flags it as spam. It is better to remove it from the search engine results.Click Add a site then type the adress of your site then cope Meta tag and paste it in your HTML design code of your site
Go back to Google Webmaster Tool, click Site Configurations –> Sitemaps. Add the code “feeds/posts/default” or “feeds/posts/default?redirect=false”
then Site Configuration –> Crawler Access –> Remove URL.
Click “New removal Request” then choose “Individual URLs: web pages, images, or other files” and click Next.
+ Submit your site links to majors search engine :
This steps should be perform when your blog has more or less around 20 pots (but in my point of view 5 - 7 posts are also OK ). You should always submit your blogs to google, alexa, bing and yahoo as well as others open directory with high PR such as dmoz- Submit your sites to the majors search engine :
+ Submit your site maps to major search engineFirst find your blogspot site map
http://YOURBLOGNAME.blogspot.com/feeds/posts/default?orderby=updated
you can also find it at the end of your robot file http://YOURBLOGNAME.blogspot.com/robots.txt
Submit your blog site map to google webmaster
Choose one up to 3 line below depend on how many posts do you have on your site
atom.xml?redirect=false&start-index=1&max-results=500
atom.xml?redirect=false&start-index=501&max-results=500
atom.xml?redirect=false&start-index=1001&max-results=500
then add these to Google Webmaster ToolSubmit your blog site map to Bing webmaster on Bing submit your site map to Click on "Crawl" , click "Sitemaps (XML, Atom, RSS)" Click "Add Feed" button
Submit your site map or feed to Yahoo and Ask, AOL,... with properly procedures
+ Submit your site to major search engine
Submit your site to google using Google webmaster tool
Submit your site to Bing using Bing webmaster tool you need to verify with a Bing code find <b:skin> , paste the code you copied from Bing Webmaster Tools above/before <b:skin>
Submit your site to Alexa using Alexa webmaster tool
Submit your site to Dmoz.org using Dmoz addurl tool (find or search to your right category then submit your site ). You need to veryfy your site with a code of alexa to your meta description on the head of your site. To add it, go to Dashboard then Add a site, get the alexa code and put it to the meta description of your site then choose verify it. You can also certify your site with a small widget of alexa. An certify site has more precise daily counted by alexa and higher alexa ranking in my point of view.
http://dir.yahoo.com/
+ Check weathers your site are indexed with custom search query as bellow :
site:http://YOURSITENAME.blogspot.com...
+ Ping your sites to others crawlers (socials site, media sites ,...all of web 2 sites links)
Below are automated tools to ping your blog url.
http://pingoat.com/
http://pingomatic.com/
http://freewebsubmission.com/
http://submitexpress.com/
digg.com
content build trafic, offpage links build credibility (build links when you have ~20 pages+ )
http://www.strongestlinks.com/directories.php
http://info.vilesilencer.com/
http://answers.yahoo.com/
http://www.stumbleupon.com/
http://friendfeed.com/
http://delicious.com/
http://www.diigo.com/?source=redirect_from_furl
http://new-list.com/submit/
+ Creat backlinks with high page ranks (edu) forum or website
Create backlinks with auto submit tools http://www.imtalk.org/cmps_index.php?pageid=IMT-Website-Submitter
Create backlinks by manual posting :
First you should find the do follow forum
Try to find high PR forum
OR search by your self with custom URL search for forums, blogs with do follow and open comments fields
Searching query as bellow :
....
Save your Template and that all done!
==========De tranh bi duplicate description va keyword, bao chung trong dieu kien
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Mo ta chinh blog" />
<meta name="keywords" content="Keyword chinh cua blog, keyword chinh cua blog" />
</b:if>
OR
<b:if cond='data:blog.url == "http://YOURSITE.blogspot.com/YOUR URL"'>
<meta content='YOUR SITE DESCRIPTION' name='description' />
<meta content='YOUR KEYWORD 1, YOUR KEYWORD 2' name='keywords' />
</b:if>
Content is King : 3-5 pages (500 words, not too pefect conttent), about page, contact page, privacy policy page
on page seo
3-5 keywords per page
Bold or Underline and Link inpage for your main keywords (~50% + combinations ways) on your page
Insert Images with name, title, alt, links are your mail keywords
http://www.dmoz.org/public/suggest?cat=Arts/Music/Weblogs
http://www.imtalk.org/cmps_index.php?pageid=IMT-Website-Submitter
site:http://xxxx.com to check weather your site is indexed?
http://dir.yahoo.com/
wordpress.com typead.com posterous.com tumblr.com blogger.com livejournal.com weebly.com rediff.com webs.com blog.com my.opera.com tripod.com salon.com squidoo.com edublogs.com
digg.com stubleu.com reddit.com delicious.com
http://www.toprankblog.com/rss-blog-directories/
inurl:blog "post a comment" "YOUR KEYWORD"
http://easyseotracking.com/google-serp-checker/
1 post (500 words) /week or month at leastbuild extra keyword (100-500)
List building for free
http://www.listwire.com/features.php
http://drmicroniche.com/mns-journey-day-108-new-site/
SEO onpage
1)Title (attractive must click, 70-80 chars + specific general keywords one time not more + symnonym )
2)META keyword tag
3)META description tag
4)H1 & other header tag atleast one in your page (40-80) specifics + general keywords, different from the keywords in title (split 1/2 meta descriptions for this) + H2 + H3 in body
5)Body copy (1-4% keywords) one page one single theme on page one specific keyword, image + video + sounds = conttent is king
6)Link tags = inlinks in your body content
7)File name/domain name
8) Image ALT tag and name of image
------
http://www.seobook.com/blog
http://www.hieutrung.com/seo-sem-online-advertising/how-to-choose-keywords-that-really-drive-conversions/
http://www.coolestguyplanettech.com/seo-strategy-tips-and-solutions/
http://www.coolestguyplanettech.com/seo-strategy-tips-and-solutions/
http://www.freelancer.com.au/job-search/seo-competitor-analysis-excel-template/
http://news.submitinme.com/newsdetails-161.aspx
http://www.e-marketingbasics.com/blog/seo-keyword-analysis
http://vabulous.com/how-to-target-and-rank-high-for-low-competion-keywords/
http://searchengineland.com/how-to-prioritize-keywords-for-optimization-based-on-organic-competition-102564
http://goarticles.com/article/3-Simple-Steps-to-Source-For-Low-Competition-Keywords-When-Doing-Internet-Affiliate-Marketing/6619828/
http://www.wordstream.com/articles/ultimate-guide-to-keyword-competition
http://searchengineland.com/how-to-prioritize-keywords-for-optimization-based-on-organic-competition-102564
http://www.slideshare.net/seoexpertbd/basis-orkshop-seo-fundamental-keyword-research-and-analytis
http://www.toprankblog.com/2011/06/ses-toronto-competitive-seo-analysis/
https://seogadget.co.uk/extract-your-competitor-keyword-strategy-excel-skills/
http://www.talkaboutcreative.com.au/blog/keyword-research-tools-using-adwords-for-your-website-keywords.aspx
http://www.instantshift.com/2012/03/09/how-to-do-keyword-research-what-you-need-to-know/
http://www.searchenginejournal.com/5-valuable-seo-spreadsheets-resources/38013/
http://www.seerinteractive.com/blog/competitor-backlink-analysis-in-excel
http://www.seotakeaways.com/enterprise-level-competitive-keyword-research/
http://www.seomoz.org/ugc/advanced-seo-keyword-research-tips-and-ideas-14216
http://tools.seobook.com/competitive-research-tools/
http://www.webseoanalytics.com/free/seo-tools/serp-analysis.php
http://tools.seobook.com/general/keyword-density/
http://www.apogee-web-consulting.com/tools/keyword_tool.php
http://www.nichewatch.com/
-----------
SEO for blogger
Modify template :
- find :
<title><data:blog.pageTitle/></title>
- replace with
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
OR
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/> - Keyword1 - Keyword2</title>
</b:if>
--------
Modify meta and description keywords
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="this is the blog description" />
<meta name="keywords" content="keyword1, keyword2, keyword3" />
</b:if>
==================
Find
<title><data:blog.pageTitle/></title>
Replace with
<!--start seo title by tinhoc24h.info-->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<meta content='META DESCRIPTIONs...' name='Description'/>
<meta content='KEYWORDS 1, KEYWORDS 2,... ' name='Keywords'/>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='index, follow' name='robots'/>
<meta content='BLOG AUTHOR NAME' name='author'/>
<meta content='English, French' name='language'/>
<meta content='United State' name='country'/>
<meta content='Keyword 1' name='generator'/>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.title/> - KEYWORD 1, KEYWORD 2</title>
<meta content='META DESCRIPTIONs...' name='Description'/>
<meta content='KEYWORDS 1, KEYWORDS 2,... ' name='Keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> - KEYWORD 1, KEYWORD 2</title>
<meta expr:content='data:blog.pageName + " KEYWORD 1, KEYWORD 2 "' name='Description'/>
<meta expr:content='"KEYWORD 1 " + data:blog.pageName + ", KEYWORD 2 " + data:blog.pageName + ", KEYWORD 1, KEYWORD 2 " + data:blog.pageTitle' name='Keywords'/>
<b:else/><title><data:blog.pageTitle/></title></b:if>
</b:if>
</b:if>
<!-- /end seo title by tinhoc24h.info-->
OR
<!-- Blogger AllinOne(AIO) SEO Tags ~ www.sakandownload.blogspot.com -->
<b:if cond='data:blog.pageType != "item"'>
<meta expr:content='data:blog.pageTitle + " - description"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", keywords"' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + " - description"' name='description'/>
<meta expr:content='data:blog.pageName + ", keywords"' name='keywords'/> </b:if>
<!-- Meta Tags ~ www.sakandownload.blogspot.com -->
<meta content='Put Your Author Name here!' name='Author'/>
<meta content='Put Your Author Email Address here!' name='Email'/>
<meta content='global' name='distribution'/>
<meta content='5 days' name='revisit'/>
<meta content='5 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='en' name='language'/>
<meta content='IN' name='country'/>
<meta content='blogger' name='generator'/>
<!-- /Blogger AllinOne(AIO) SEO Tags ~ www.sakandowload.blogspot.com -->
Tim
<title><data:blog.pageTitle/></title>
Thay
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Mo ta chinh cua blog' name='description'/>
<meta content='Tu khoa chinh cua blog' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
<meta expr:content='data:blog.pageName + ".Mo ta chinh cua blog"' name='description'/>
<meta expr:content='data:blog.pageName + ",Tu khoa chinh cua blog"' name='keywords'/>
</b:if>
==========
De tranh bi duplicate description va keyword, bao chung trong dieu kien
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Mo ta chinh blog" />
<meta name="keywords" content="Keyword chinh cua blog, keyword chinh cua blog" />
</b:if>
OR
<b:if cond='data:blog.url == "http://YOURSITE.blogspot.com/YOUR URL"'>
<meta content='YOUR SITE DESCRIPTION' name='description' />
<meta content='YOUR KEYWORD 1, YOUR KEYWORD 2' name='keywords' />
</b:if>
Tranh SPAM site de nofollow cho Archive nhu sau :
Add this just after <head> tag.
<b:if cond='data:blog.pageType == "archive"'><meta name="robots" content="noindex, follow" /></b:if>
http://suhastech.com/blogspot-blogger-seo-avoid-duplicate-content-by-blocking-archive-page/
-------------Sua tieu de bai viet la H1
Tim doan
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
Thay H3 hoac H2 bang H1
<b:if cond='data:post.title'>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/><b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
don thoi font size cho tieu de bang cach chen doan code duoi day truoc the dong
]]></b:skin>
doan code de chen ( hoac sua H3 thanh H1 )
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
=========================================
= ==== xoa Duplicate content cho blogger
http://www.vn-zoom.com/f59/huong-dan-seo-toi-uu-hoa-cho-bo-may-tim-kiem-cho-blogspot-827036.html
=========
http://www.tinhoc24h.info/2011/11/toi-uu-hoa-seo-tot-nhat-cho-blogger.html#ixzz2245xbv50
http://seotopvn.com/thu-thuat-seo-blogspot-blogger-toan-dien/
http://www.itechplus.info/2011/01/huong-dan-seo-cho-blogger-template.html
http://www.itechplus.info/2011/01/seo-voi-heading-tab-trong-blogger.html
http://www.itechplus.info/2011/01/thanh-trang-thai-cho-blogspot.html
http://www.itechplus.info/2011/01/related-posts-bai-viet-lien-quan-cho.html
http://www.vn-zoom.com/f59/huong-dan-seo-toi-uu-hoa-cho-bo-may-tim-kiem-cho-blogspot-827036.html
http://suhastech.com/all-in-one-seo-pack-for-blogger-blogspot-platform/
http://suhastech.com/blogger-making-widgets-appear-only-on-post-pages-or-homepage-or-archive-pages/
http://www.mybloggertricks.com/2012/02/complete-list-of-seo-tactics-for.html
http://blogging-roots.blogspot.com.au/2012/04/13-blogging-tips-2012-and-all-in-one.html
http://sakandownload.blogspot.com.au/2012/02/all-in-one-seo-pack-for-blogspot.html
http://devilsworkshop.org/how-to-optimize-your-blogger-blog-for-seo/
http://www.exeideas.com/2012/02/all-in-one-seo-pack-plugin-for-blogger.html
http://blogknowhow.blogspot.com.au/2009/05/blogger-blogspot-seo-tips-and-tricks.html
http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/
http://www.blogspot-seo.com/2012/06/blogspot-search-techniques-build-links.html
http://www.squidoo.com/seo-for-blogspot-blogger-blogs
http://andbreak.com/2009/05/blogspot-seo-guide/
http://www.makeuseof.com/tag/how-to-start-a-blog-that-gets-instant-traffic/
http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/
------------
http://www.makeuseof.com/tag/how-to-seo-optimize-your-blogger-blog-titles-for-higher-search-results/
http://websearch.about.com/od/keywordsandphrases/a/blogseo.htm
http://www.wordtracker.com/seo-blogger/
-------------------------
SE submitions
https://www.google.com/webmasters/tools/submit-url?continue=/addurl&pli=1
http://search.yahoo.com/info/submit.html
https://ssl.bing.com/webmaster/legacy/submitsitepage.aspx
http://www.ask.com/about/help/webmasters#18
content build trafic, offpage links build credibility (build links when you have ~20 pages+ )
http://www.strongestlinks.com/directories.php
http://info.vilesilencer.com/
http://answers.yahoo.com/
http://www.stumbleupon.com/
http://friendfeed.com/
http://delicious.com/
http://www.diigo.com/?source=redirect_from_furl
https://seesmic.com/profile/migrate
http://www.seocentro.com/tools/search-engines/keyword-position.html
http://www.webconfs.com/keyword-density-checker.php/
http://www.tools4google.com/search-google-position/keyword_tracking.php
http://www.ranks.nl/tools/spider.html
http://www.seoworkers.com/tools/analyzer.html
http://new-list.com/submit/
http://www.newsletteraccess.com/
http://www.rewriterocket.com/
top list 3 5 10 of .....
research to 20 best seller of amazon (number or reviews, rated start, price,....)
do the same with others mechant have the same product
then makes an informational post title as Top 5 XXX under $YYY or Top 5 upright XXX (looks for some common things between them)
Search with google ...
Problem sloved (niche)
Did the trick (niche)
All better (niche)
rebate
Use online free sites that show keywords
http://www.alexa.com/
http://www.wordstream.com/website-keywords
http://www.urltrends.com/
http://www.keywordspy.com/
http://www.wordstream.com/seo-free-trial
https://freekeywords.wordtracker.com/
http://tools.digitalpoint.com/?s=c55b96d441803f9d59db677318e9fa4c
http://tools.digitalpoint.com/tracker
http://tools.digitalpoint.com/pagerank
https://adwords.google.com/select/KeywordToolExternal
http://freekeywords.wordtracker.com/
http://www.google.com/webhp?complete=1&hl=en
http://tools.seobook.com/keyword-tools/seobook/
http://www.goodkeywords.com/
http://www.keyworddiscovery.com/search.html
http://www.spyfu.com/
http://www.compete.com/us/pro/
===========
Page 41
http://www.slideshare.net/zin10/affiliate-masters-course-3650910
Page 126
http://case-studies.sitesell.com/#WAHM
http://www.stevepavlina.com/blog/category/passive-income/
http://www.techpinas.com/2010/03/my-infolinks-earnings-and-how-to.html
http://www.freedomideas.com/infolinks-review/
http://bloggerspassion.com/infolinks-review-how-to-make-money-online-with-in-text-advertising/
http://bloggerspassion.com/link-worth-review-how-to-make-money-selling-text-links-with-linkworth/
http://rumblinglankan.com/1172/infolinks-review-and-how-to-increase-your-infolinks-earnings/
http://www.squidoo.com/InfolinksInc
https://www.google.com.au/search?q=toi%20uu%20hoa%20seo%20title%20cho%20blogspot&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np
13/7
http://www.docstoc.com/docs/124317099/Amazon-Niche-Nuke
http://www.scribd.com/doc/94540994/Amazon-Niche-Master
http://www.scribd.com/doc/58252556/Super-Targeting-Amazon-Affiliate-Marketing-How-to-Find-an-Affiliate-Niche-Market
CpmMedia
http://www.ddth.com/showthread.php/1167005-epicgameads-qu%E1%BA%A3ng-c%C3%A1o-CPM-v%C3%A0-popup-gi%C3%A1-c%E1%BB%B1c-cao-cho-site-games/page2
http://www.ddth.com/showthread.php/1167222-Pageview-c%C3%B3-t%E1%BB%95ng-c%E1%BB%99ng-kho%E1%BA%A3ng-3-tri%E1%BB%87u-th%C3%AC-GA-s%E1%BA%BD-thu-v%E1%BB%81-bao-nhi%C3%AAu/page2
http://www.ddth.com/showthread.php/1167166-A-e-v%C3%A0o-d%E1%BB%8Bch-h%E1%BB%99-e-c%C3%A1i-n%C3%A0y-ph%C3%A1t-T-a-ngh%C3%A8o-n%C3%A0n-qu%C3%A1
http://www.ddth.com/showthread.php/1143446-bidvertiser-Li%E1%BB%87u-c%C3%B3-th%E1%BB%91ng-k%C3%AA-%C4%83n-ch%E1%BA%B7n-click-%28Impressions-20-068-%C4%91c-1-click-ng%C3%A0y%29/page2
http://www.ddth.com/showthread.php/1167114-888Media-net-minpayout-bao-nhi%C3%AAu
http://www.nhaccuatui.com/nghe?L=lWnxOZl4BstF
http://www.nhaccuatui.com/nghe?L=hZF5dLdJQCMs
http://www.anguilla-beaches.com/index.html
Passive income continues to flow even when you aren’t actively working.
Cách build traffic ch?t lu?ng.
Tìm các site whois, lookup, search, archive, about, analytics, info..v.v
Nói chung là các th? lo?i site dùng d? check tên mi?n và nó record tên mi?n c?a b?n l?i trong database c?a nó ý.
L?a nh?ng site mà trong trang k?t qu? c?a nó có d?t link d?n tên mi?n du?c check, view source xem nó có d? rel="noflow" ko, n?u ko, thì check tên mi?n c?a b?n vào, v?y là dã có 1 backlink ok r?i dó.
VD: whoisdm . com, whois . webrankstats . com
không nên "SPAM" link b?n ?. Backlink ti?ng anh thì có nhi?u ngu?n nhu web 2.0, article directory, directory, blog, forum ti?ng anh, profile, summit m?ng xã h?i...
b?n có th? tham kh?o thêm t?i dây http://emarketingviet.com/cac-phuong-huong-tao-backlinks-co-ban/
http://taigamechodienthoai.com/category/game-ola-crack/
http://ddth.com/showthread.php?t=402530
http://www.ddth.com/showthread.php/416397-B%C3%A1c-n%C3%A0o-ch%C6%A1i-PopAds-com-cho-e-h%E1%BB%8Fi-ph%C3%A1t
http://www.ddth.com/showthread.php/1167590-R%C3%BAt-ti%E1%BB%81n-cpalead-th%C3%A0nh-c%C3%B4ng!!
Eventually Vs Ultimate ???
See more with Seo Blogs Blogger Blogspot Tips 2012
28 comments:
This article helped me to understand better about SEO
Yes, you are absolutely correct. Search engine optimization needs basic knowledge of HTML and internet surfing that makes you informed about the basic principles.Also See My Academy Website SEO Certified Courses in Chennai
glad to read this, great works..!!
PC Softwares Free Download | vipre serial
Interested in mastering digital marketing training in 2016?
Join Digital Marketing training Certification Course. Join FREE Demo
your post is awesome because so many people find this kind of query or trick as you share with us and it work in. Thankyou For shearing Website Designing Company in Delhi
Your blog has always been a good source for me to get quality tips on blogging. Thankyou for Shearing. click perfect
Great blog! It help me to understand about SEO and its very informative for new begginers... Thanks for sharing it. click perfect
Thanks so very much for taking your time to create this very useful and informative blog. I have learned a lot from your blog. Thanks!! clickperfect
I read all your post which is useful and informative.nice blog.shared informations are very useful.visit us:
digital marketing course in coimbatore
Very usefull and informative blog . I have learned new ideas . If you are
searching for best web design company in coimbatore visit us
best web development company in coimbatore,
website designer in coimbatore,
responsive web design company in coimbatore
trig identities pdf very good and interesting website thanks for sharing this with us
Amazing post! Thanks for sharing with us. You can also have a look at Digital Marketing Services. Here you can get one of the best Digital Marketing Services in Vijayawada. Which offers
Digital Marketing Services in Vijayawada, Web Designing Services in Vijayawada and more...
Hey, It was amazing to go through your post, that was really so useful and informative!
https://digivyas.com/digital-marketing/
eliquide francais
Casinos en ligne
Vernet les bains
Study abroad tips
YOU SHOULD JOIN WHATSAPP GROUP AND SHARE YOUR LINK WITH US
I am searching for this information on the internet for a long time. For the seo, you are greatly described in your post. This is very helpful to me. Thanks a lot for your nice post.
I am searching for this information on the internet for a long time. For the seo, you are greatly described in your post. This is very helpful to me. Thanks a lot for your nice post.
http://www.brandxcp.com/
Nice blog post and very informational content for all users, thanks for sharing such a valuable content. if you are looking for a best digital marketing agency in Vijayawada, we proudly says we are the best and result oriented agency.
Python range function
HS code 0102 is Harmonized System Code of Live Bovine Animals. HS code makes your goods documentation easy. It passes the commodities faster through the customs with making the trade a lot smoother and time-saving affair.
Kenya HS Code 0204 is harmonized system code of Meat of sheep or goats, fresh, chilled or frozen. HS Code 0204 is is simple sticker paper which holds over where all impost of the traders and goods data. Without it, the shipping goods is nothing in the import and export trading. "
HS code is short for Harmonized Commodity Description and Coding System. It's a list of numbers used by customs to classify a product. interested can check the given hs codes.
hs code 0210|
hs code 0303|
hs code 0304|
hs code 0305
Thank you for sharing this excellent article. I use a lot of these strategies and tactics myself. I really like concentrating on backlinks from reliable websites.This content is superb in every manner; it raises the reader's status and is generally amusing. Good information is really good and intriguing.Buygenmeds.com
Thank you for the really good and useful information. I'm delighted you provided us with this insightful information. Please continue to tell us in this way. Thank you for sharing.
What a wonderful blog! I really value your article because it is loaded with useful facts. It's nice to have gained knowledge about this topic. I value the thoroughness of your article. I learned a lot about this topic.
Autorent Car Rental Car Rental Mussafah
Thank you for sharing this excellent article.
Post a Comment