INDEX ADBRITE
How to identify scam site
Posted by anonymous in Earn Money Online, Web tips and tricks on Wednesday, July 14, 2010
Before earning money online you have to perform some steps.
It is necessary because most of the money earning site is fake
andthey do not pay money to the user.
So it is mandatory to
know about that site before registering.
Now what will you do to identify them if they are scam or not.
To do so the best way is google search.
But you have to search on a different way to get the best result
Follow this
Type
You can search anything by this way to get the best result.Be careful and save your time.......
Read more ...
It is necessary because most of the money earning site is fake
andthey do not pay money to the user.
So it is mandatory to
know about that site before registering.
Now what will you do to identify them if they are scam or not.
To do so the best way is google search.
But you have to search on a different way to get the best result
Follow this
Type
scam:site address
(ex->scam:onbux.com)You can search anything by this way to get the best result.Be careful and save your time.......
How To Add The Blogger “Read More” Expandable Posts Link
Posted by anonymous in Blogspot tricks, Web Developer tricks
Every blogger knows the necessity of "Read more" expandable link But some templates does not include it
If your template do not include "Read More" Expandable posts link you can add it by following the steps....
Before doing any changes create a backup of your template
1.Login your blogger.com account
2.Go to Design>Edit html
3.now click "download full template" to backup it if necessary
4.Check mark "Expand Widget Templates"
5.Press "CTRL+F" to search "<div class='post-footer'>"
6.If you get it paste the blow code just before it
Now click "SAVE TEMPLATE"
Check out your page to see the changes
Read more ...
If your template do not include "Read More" Expandable posts link you can add it by following the steps....
Before doing any changes create a backup of your template
1.Login your blogger.com account
2.Go to Design>Edit html
3.now click "download full template" to backup it if necessary
4.Check mark "Expand Widget Templates"
5.Press "CTRL+F" to search "<div class='post-footer'>"
6.If you get it paste the blow code just before it
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title' target='_blank'>Read more...</a>
</div>
</b:if>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title' target='_blank'>Read more...</a>
</div>
</b:if>
Now click "SAVE TEMPLATE"
Check out your page to see the changes
Each Post Meta Description for Blogger Blogspot
Posted by anonymous in Blogspot tricks, Web Developer tricks
How to create different meta description and meta keywords in every single posts/articles/pages automatically in blogger blogspot using blog post titles.
To achieve better SERP and SEO, each and every articles we write in our blog has to have its own meta description which should be different with that of mainpage’s. This can be easily done in a self-hosted wordpress blog: All in One SEO Pack or Platinum SEO Pack plugins will do the task. Not for a blogger blogspot hosted blog.
There are some few hacks to do this in blogger blogspot. The following hack is the one I like the most and I used for my blog.
Here is how to do it:
1. Login to your blogger.com -> Layout -> Edit HTML
2. Copy and Paste the following code, and put it immediately after <head>
<b:if cond='data:blog.pageType == "index"'>
<META CONTENT='Just another tech blog.Full with tips and tricks to
make your life easier.Download,Know and share with your friends' NAME='Description'/>
<meta content='computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,sis,wallpaper,picture,
games,animations,sis,jar,jad,nth,thm,jpg,gif,
exe,deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + " – Just another tech blog.Full with tips and tricks to make your life easier download,Know and share with your friends "' name='description'/>
<meta expr:content='data:blog.pageName + " computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,
sis,wallpaper,picture,games,animations,sis,jar,jad,nth,thm,jpg,gif,exe,
deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download "' name='keywords'/>
</b:if>
3. Change the meta content description and keywords as you like.
4. Click Save Template
Functionality:
1. When search engine visits the main page, it will show the main page meta description and keywords
2. When search engine visits a particular page / post / article, it will show the title as its meta description and meta keywords. Thus different from the main page.
You can view my site for demo...
To view the source click the right button click "view page source" for firefox user
Read more ...
To achieve better SERP and SEO, each and every articles we write in our blog has to have its own meta description which should be different with that of mainpage’s. This can be easily done in a self-hosted wordpress blog: All in One SEO Pack or Platinum SEO Pack plugins will do the task. Not for a blogger blogspot hosted blog.
There are some few hacks to do this in blogger blogspot. The following hack is the one I like the most and I used for my blog.
Here is how to do it:
1. Login to your blogger.com -> Layout -> Edit HTML
2. Copy and Paste the following code, and put it immediately after <head>
<b:if cond='data:blog.pageType == "index"'>
<META CONTENT='Just another tech blog.Full with tips and tricks to
make your life easier.Download,Know and share with your friends' NAME='Description'/>
<meta content='computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,sis,wallpaper,picture,
games,animations,sis,jar,jad,nth,thm,jpg,gif,
exe,deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + " – Just another tech blog.Full with tips and tricks to make your life easier download,Know and share with your friends "' name='description'/>
<meta expr:content='data:blog.pageName + " computer,software,review,developer,Mobile,Code,
snippet,Full,hollywood,english,bangla,hindi,movie,jave,
sis,wallpaper,picture,games,animations,sis,jar,jad,nth,thm,jpg,gif,exe,
deb,png,ico,nokia,iphone,samsung,python,php,script,
bash,ubuntu,xp,vista,sms,mms,picture,message,rpm,free,download "' name='keywords'/>
</b:if>
3. Change the meta content description and keywords as you like.
4. Click Save Template
Functionality:
1. When search engine visits the main page, it will show the main page meta description and keywords
2. When search engine visits a particular page / post / article, it will show the title as its meta description and meta keywords. Thus different from the main page.
You can view my site for demo...
To view the source click the right button click "view page source" for firefox user
How to add meta tags into your blog
Posted by anonymous in Blogspot tricks, Web Developer tricks
Do you want to improve your blog value, get more hits, and rank high on search engines? Then you must optimize how your blog is indexed in a search engine.
While there are lots of factors involved in building quality blogs that can draw huge traffic in, having simple things right in the beginning is as important. One of this simple thing is getting your blog indexed properly with the right description & keywords to optimize search engine rankings (known as Search Engine Optimization or SEO).
To get information, search engines use automated software agents called spiders, crawlers, robots, or bots to collect the a few words from a site or blog (typically the URLs, blog name, and blog description, and maybe some words in the early part of sentences or paragraphs) that will later be used as keywords to index the blog.
Because you cannot be certain which words are taken as keywords pertaining to your blog, it's most likely that your blog won't be indexed properly in search engines - in the worst case, your highly relevant keywords might not even be used to index your blog. When this happen, searches on keywords relevant to your blog may have your blog buried at the far end of the list of thousands and millions of pages. What a waste!
To have a control of what is read by crawlers on your blog to be indexed, you have to build what is called a META tag - basically a bunch of words that makes up the most relevant description and keywords of your blog. If the META tag exist, this is what the crawlers will read and index and get displayed on any searches related to your keywords.
Here's what a search on my blog looks like on Google. The description is exactly the one I have written in the META tag. The 1st search on the list shows the new META tag description that was made a few seconds before the snap. The old META tag is shown beneath it (22 hours ago).
There are basically 2 parts to a META tag: first is the META description and second is the META keywords. The description are what appears on a search. As you can see, if the description is too long, it'll be cropped as search engines only use a few lines to describe the blog. An optimum number of characters to use for META description is 150 (including spaces and dots).
For META keywords, you can use as many words as you want, but don't repeat the same word too many times (more than 5) to avoid keyword spam. Crawlers can identify keyword spamming easily - which won't make it good either for SEO.
To create a META tag, simply copy the code below and rewrite your META description and keywords (the red text):
Then, place it in between the
For more details:Go to this Free META Tag Builder tool. It directs you easily to build a META tag, create the HTML or XHTML code, and guides to paste it into your blog template XML code.
Just for the fun of it, you can analyze your blog's original description and keywords by submitting your blog URL at the Free META TAG Analyzer before placing the new META tags in your blog - so that you can compare how it is indexed before and after the change.
Read more ...
While there are lots of factors involved in building quality blogs that can draw huge traffic in, having simple things right in the beginning is as important. One of this simple thing is getting your blog indexed properly with the right description & keywords to optimize search engine rankings (known as Search Engine Optimization or SEO).
To get information, search engines use automated software agents called spiders, crawlers, robots, or bots to collect the a few words from a site or blog (typically the URLs, blog name, and blog description, and maybe some words in the early part of sentences or paragraphs) that will later be used as keywords to index the blog.
Because you cannot be certain which words are taken as keywords pertaining to your blog, it's most likely that your blog won't be indexed properly in search engines - in the worst case, your highly relevant keywords might not even be used to index your blog. When this happen, searches on keywords relevant to your blog may have your blog buried at the far end of the list of thousands and millions of pages. What a waste!
To have a control of what is read by crawlers on your blog to be indexed, you have to build what is called a META tag - basically a bunch of words that makes up the most relevant description and keywords of your blog. If the META tag exist, this is what the crawlers will read and index and get displayed on any searches related to your keywords.
Here's what a search on my blog looks like on Google. The description is exactly the one I have written in the META tag. The 1st search on the list shows the new META tag description that was made a few seconds before the snap. The old META tag is shown beneath it (22 hours ago).
There are basically 2 parts to a META tag: first is the META description and second is the META keywords. The description are what appears on a search. As you can see, if the description is too long, it'll be cropped as search engines only use a few lines to describe the blog. An optimum number of characters to use for META description is 150 (including spaces and dots).
For META keywords, you can use as many words as you want, but don't repeat the same word too many times (more than 5) to avoid keyword spam. Crawlers can identify keyword spamming easily - which won't make it good either for SEO.
To create a META tag, simply copy the code below and rewrite your META description and keywords (the red text):
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='Write your META description here. Keep it less than 150 characters.' name='description'/>
<meta content='Write your META keywords here as many as you want separated with commas. Keep word repetition less than 5 to avoid keyword spamming.' name='keywords'/>
Then, place it in between the
<head> ..... </head>
section near the top part of your template XML code. It's best to put it just below the <title><data:blog.pageTitle/></title>
code.For more details:Go to this Free META Tag Builder tool. It directs you easily to build a META tag, create the HTML or XHTML code, and guides to paste it into your blog template XML code.
Just for the fun of it, you can analyze your blog's original description and keywords by submitting your blog URL at the Free META TAG Analyzer before placing the new META tags in your blog - so that you can compare how it is indexed before and after the change.