Showing posts with label Blogspot. Show all posts
Showing posts with label Blogspot. Show all posts
Wednesday, 10 April 2013
Text VS Graphics in Your Website :SEO
Posted by
Akib Balkhi
| | Edit Post
Websites : Text VS Graphics
Do you think that putting too much graphics (images, multimedia,
sound) makes your website much more attractive but you must note that the text
the higher the site gets ranked by search engines.
The text and graphics ratio in a site must be 3:1 on then
the search engines can find out that the content can attract viewers.
More over search engine spiders like Google don’t look at
the site in a way we view our site as they are text based and not graphics
based .
You can search for many spider simulators in Google to check
your own content .
See the result
Moreover incorporating graphics in a website makes it much
more slower which can reduce search engine ranking significantly.
So even if your site is completely based on graphics you
must include some amount of text to make it reasonably understandable.
More over sometimes search engine’s tend to take some text
from you sites body to show in the descriptions and I think you might probably
know the significance of description in a search result as you may find
yourself in a situation where you read the descriptions before opening a site
in Google’s search result.
However you must remember that you are not making your
content for Google but it’s for the users who will use your content, therefore using
only text also plays a bad role as the viewers may feel bored while reading
your content. So incorporating at least one pic per heading may be required.
You still must not use animated objects or too much
javascripts in your site.
So you must omit using animated objects or javascripts wherever
unnecessary.
Summary
-Use significant amount of text in your site.
-Use images/pics within limits (maybe 1 to 2 pics per
heading).
-Try to avoid using animation and javascripts to the extent
you can.
Take for example Wikipedia it almost ranks 1 in many search
check out the amount of graphics and text it has and I think it will justify
all your questions.
Saturday, 30 March 2013
Add a billion dollar Search Engine to your blog
Posted by
Akib Balkhi
| | Edit Post
Remove all the old style search boxes from your blog
Since now you could add a google search engine to your blog which acts the same way as the original search engine and earn money with google adsense.
Remember this is no html trick rather it is a 100% google justified way of incorporating the google search engine to your blog.
So this is how we go forward:-
1. Firstly go to www.google.com/cse
2.Then click on Sign in to custom search engine.
3.Then sign in with your google account.
4. Now open the edit search engine tab and click on add.
5. In sites to search type url of your site or the site which you want to be searched with your custom search engine. You can have multiple entries.
6. Then select the language and click on create.
7. To get the coding click on get code box.
8. Now you could see the code in grey box copy it.
Adding the codes to your blogger blog:-
1. Firstly open your blogger dashboard.
2. Then Click on layout.
3. Then click on add widget.
you will be presented with a list of widget.
4. Then select html/javascript widgets.
5. Then paste to codes obtained from google there.
6. Then click on save.
7. Now move the widget to your desired location in layout of your blog.
8. Once done click on save arrangement.
9. You are done.
To edit the look of the Search Engine:-
Moreover you can edit the look of the search engine to do this
1. Open www.google.com/cse again.
2. Select the search engine you created and click on look and feel.
3. In the layout tab select the way in which you want the search engine to appear.
4. In the themes tab select the theme of the search engine i prefer minimalist.
5. Then in the customize tab select the font ,font size and background color and you are done.
Friday, 29 March 2013
How To Change blogspot Link List Color : Made Easy
Posted by
Akib Balkhi
| | Edit Post
What is link list?
Link list is the navigation tabs which appear at the top of
your blog below the blog header.
It allows Easier Navigation through your blog.
Bored of old Link list in blogspot .I am gonna give you a
way to change the color of link list to make it mush more attractive to the
visitors.
Features of link list :-
- Makes your blog attractive.
- Makes your Links prominent.
- Makes it easy to navigate through your site.
- Better navigation leads to more page views.
So here’s how you can change the color of link list in
blogspot :-
1. Firstly go to Blogger dashboard.
2. Then click on Template.
3. Then click on Customise.
4. A will page pops up.
5. Then go to advanced tab.
6. Now scroll down and click on add css.
7.Now paste these codes there (for black color) :-
.tabs a{padding:12px; margin:0px 1px 6px; border-color:red;
background:#cccfff}
.tabs{padding:1px; margin:0px 25px 4px; border-color:red;
background:#154457}
How change To other colors:-
- Now If your want another color change black in the above line.
- a. Click on background in the advanced tab.
- b. Now Click on any color to get the color code.
- c. Then replace “#000000” in the code above with the desired color code.
- d. And you are done. Enjoy.
Otherwise if you want to change the Background color of the
link list to a picture.
In step 7 replace the whole code with this one:
.tabs a { border:dashed; background:url(your url here)}
7.b And replace “your url here” with the image/picture url.
Ex- .tabs a { border:dashed; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNBLD6ILsDiAelJA9WfNpChVkv8roSVmwi974C3JUpeBPbnEfFc-FUoQpM0Rt5YNnqGv9YV76ootfMdtxVynaEZqqB05on36ET4CzZu5jRpQkUbi5xpIA8p8ZcvuEzRnow7SJb5397B_Tq/s1600/banner1.jpg)}
Get your Blog Optimized with Meta tags
Posted by
Akib Balkhi
| | Edit Post
Meta Tags
One major part that even experienced bloggers can miss is
the meta tags.
You may feel that the blog description and title will do for
Google but its not true.
Meta description and Keyword Tags are an integral part of
getting high rank in Google.
It not only makes Google index your site quickly but also
allows spiders to understand
the content of your site and show it in search result .
imagine your blog is about technology and your blog
description is something like this:
"Improving the world with improving technology. Get all
tips and tricks related to technology here"
whereas one of your post is about "top 10
gadgets" but Google shows the same
description as above in search results
"Improving the world with improving technology. Get all
tips and tricks related to technology here"
Does it match your post title no !!!!
Why to use meta tags:-
1.High traffic.
2.Google can crawl and understand your site better.
3.High page rank.
4.Make your blog SEO optimized.
So here is What you can do to add individual meta
description and keyword tags to individual posts on your blog :-
1. Go to your blogger dashboard .
2. Click on template.
3. Click on Edit
Html.
4.Your template will be shown in a box.
4. Search for these lines in the template.
<b:include data=’blog’ name=’all-head-content’/>
5.Now Just after this Code Paste the code given below.
<b:if cond=’data:blog.url == “URL OF BLOG”‘>
<meta content=’ABOUT YOUR BLOG’ name=’description’ />
<meta content=’KEYWORDS RELATED TO BLOG’ name=’keywords’ />
</b:if>
<b:if cond=’data:blog.url == “URL OF POST”‘>
<meta content=’ABOUT YOUR POST' name=’description’ />
<meta content=’KEYWORDS RELATED TO POST’ name=’keywords’ />
</b:if>
6.Replace
URL OF BLOG with url of your blog
ABOUT YOUR BLOG with description of your blog
KEYWORDS RELATED TO BLOG with keywords of your blog
URL OF POST with url of your post
ABOUT YOUR POST with description of your post
KEYWORDS RELATED TO POST with keywords of your post
7. remember
<b:if cond=’data:blog.url == “URL OF POST”‘>
<meta content=’ABOUT YOUR POST' name=’description’ />
<meta content=’KEYWORDS RELATED TO POST’ name=’keywords’ />
</b:if>
repeat this code in step 5 for all your Posts .
ex- if you have 100 post you can repeat it for all 100 posts
.
Wednesday, 27 March 2013
Show Post Title before Blog Name to improve visibility
Posted by
Akib Balkhi
| | Edit Post
Have you
ever wondered why your blog title appears before the post title .
think...
Now if
you can make the post title to appear before the Blog title won't that make
your blog as well as the google search results better optimized for spiders to
crawl and index your site.
As well
as when visitor search in google they could see the post title first which will
make it more appealing
for them
to visit your site.
this process
is extremely useful when you have a long blog title
google search results may show something like
this:
Blogging it
up to become rich - Top SEO.......
(where's your
post name how will visitors ever understand what your blog is all about)
But by
following this step you can get something like this:
Top SEO Tips
to Rank High In Google-Blogging it..........
Its easy
Just follow this procedure below:-
11. Go to your blogspot dashboard.
2. Then Click On Template as shown below.
![]() |
| Template |
3. Then Click On edit Html.
![]() |
| Edit Html |
4. A dialog
box with Html coding appears.
5.Now search
for the term below By pressing ctrl + F .
<title><data:blog.pageTitle/></title>
6.Then Replace the code above with the one below:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
7. Save the
template and you are done.
8. However
not that the separator used ( ~ ) Can be replaced by other separators
like ( - ) ( | ) , ( _ ) etc.
For Using
another separator Replace ~ in step 6 with separator of your choice.
9.Happy
Blogging.
Tuesday, 26 March 2013
How to add Breadcrumb to your Blogspot
Posted by
Akib Balkhi
| | Edit Post
What is Breadcrumb ?
Breadcrumbs sequence of navigation of a website
Or in other words
it is a way visitors can easily navigate through a website
or blog easily.
Uses:
Visitors of the breadcrumb enabled website, blog does not
need to press the back button rather he/she could click on one of the category’s
or sub category’s of the breadcrumb to navigate through the previous pages.
How to add Breadcrumbs to a blogspot or blogger:-
1 1 .First create a backup of your Template.
- Go to Your blogger Dashboard , then Click on Template as shown below.
- Then click on backup/restore button.
- You will be presented with a dialog box shown below.
- Click on Download Full template to download the template.
2. Now again go to template and click on Edit HTML to edit
your template.
3. Check “Expand
widget templates” on left corner.
4. Now
search for the term
<b:include
data='top' name='status-message'/>
Replace that code with
<b:include
data='top' name='status-message'/><b:include data='posts' name='breadcrumb'/>
5.Then Search for the term
<b:includable id='main' var='top'>
You may find two occurences in that case go for the second
one
Then just above/before that paste this code
BREAD
6.Now check your breadcrumb by visiting one of the posts
Remember in homepage like technounited.blogspot.com
breadcrumb will not be displayed.
It is visible on other posts and pages. Like –
technounited.blogspot.com/2013/03/ways-to-rank-high-in-google.html
7.However you may find that the middle portion of the
breadcrumb shows “unlabeled” in that case
Give each of your post a suitable label .
Remember two different posts may have the same label.
8.You are done.
Ways To Rank High in Google
Posted by
Akib Balkhi
| | Edit Post
Introduction:
You Have created a blog/site with great enthusiasm.
Gave it the very best content you could.
But when you see your page views < 100 per day .
you feel retarded you think what went wrong.
You try new techniques to improve your blog/site but still results are the same.
But don’t lose hope because all great sites or blogs which rank
high today had to face the
Same problem that you are facing now.
Never give up try these unique techniques and get the best out of your
site/blog.
===========================
Never try to put up content from other sites on your site as
google will penalize you.
This statements stand for all content text, images,
animation, sound etc.
This is the worst thing you can do.
Even having 5 unique content’s is better than having 100
copyrighted content’s
from other sites I bet
on it.
===========================
#2 Unique
Content:
Always Focus On pure
and unique content.
Check the ratio of Content demand and competition, try to
write content which gets less competition from other sites.
You can’t rank high with google if you read a site and try
to put a similar content on your site.
The more unique your content is the more traffic you get.
===========================
#3 Links
from High ranking sites :
Try to get links from High ranking sites which have a lot of
traffic.
This can tremendously increase your google rank.
For example if you are site is based on Search engine optimization
and you can get a link from one of the
great SEO sites it increases your rank
great SEO sites it increases your rank
But keep in mind don’t go mad about links and start putting your
site url here and there
Because links from good sites and links from poor sites are
two different cases all together.
===========================
#4 Say yes to guest posting :
Build good relation with experts, good authors of great
sites.
Ask them to allow you to write post for them in which you
can add
Your website url for getting backlinks. However it
completely depend on them to get your post accepted.
===========================
===========================
Configure your website so that it shows your page title first then the site title.
Take Example from my site
Top Tricks to
increase Google Page Rank – Techunited (the
right way)
Not
Techunited- Top Tricks to increase Google Page Rank (the
wrong way)
===========================
#6 Join the Web 2.0 Sites
Web 2.0 sites refers to
site that have an extra social networking ability.
Like - Squidoo, Delicious
Write articles on these
sites which include unique content and multimedia and have a backlink to your
site .
However don’t try to
copy/paste articles from your site to these sites as google can reduce your
page
rank as various copyright related issues.
rank as various copyright related issues.
===========================
#7 Optimize
your site with good Keywords:
Always use keywords
relevant to your site and look for good keywords with less competition.
Use the google adword tool
in this case.
Small sites must not go
for keywords of very high ranking sites as your site cannot compete with them
at the present moment.
Precautions “do not flood
your site with keywords or your site rank will be reduced” this is one of the
major mistakes.
===========================
#8 Faster the
page the higher the page rank:
Don’t flood your site with
widgets or other apps use an seo optimized template which can load very fast.
Think like a spider not an
author of the site
if you think the unnecessary
apps beautify your site then magage them using too many increase page
loading time and make it difficult for spiders to crawl and index your site.
loading time and make it difficult for spiders to crawl and index your site.
===========================
#9 Authors be
frequent :
Google loves sites which
are updated with unique content regularly.
Don’t be lazy and try to
post articles on a a regular basis.
#10 Never Underestimate
Sitemaps:
always submit a sitemap to
google through it’s webmaster tools as it helps google index your site.
#11 Video Sitemap:
Its Hard to rank high in
google search however if you have a high ranked video on youtube you can use
it with your video sitemap so that google can show the video along with your site search result.
it with your video sitemap so that google can show the video along with your site search result.
However if you don’t have
a high ranked video don’t wait create a unique video which resembles your
site and upload it to youtube and wait until it has ranked high enough.
site and upload it to youtube and wait until it has ranked high enough.
This can tremendously
increase your Google rank.
Only for
bloggers:-
#11 Get a
Custom Domain If possible:
Blogspots and wordpress
are ranked much lower than sites with .com .in .us.
Therefore setting up a
custom Domain is a good idea and can help tremendously with google page rank.
Subscribe to:
Comments
(Atom)
COPYRIGHT © AllBloggersWay. All Rights Reserved. Powered by Blogger.
Labels
Popular Posts
-
What is link list? Link list is the navigation tabs which appear at the top of your blog below the blog header. It allows Easier Na...
-
Have you ever wondered why your blog title appears before the post title . think... Now if you can make the post title to appear be...












