How to Add Code and Make Twists in Blogger

.

qadabra banner

Wednesday, December 19, 2012

HOW TO INCREASE VISITORS TO YOUR BLOG

1. High Quality Content:

In order to increase Page Rank you must have unique quality content which your readers want to share with their friends.

Most of the time friends send photos to each other in mails,social media,comments and forums.
They also send links for sites and blogs for interesting articles , the same way
Videos are one of the top visual medias that  are circulating between groups

To make your blog interesting you must have interesting content, photos and videos that people can send to each other as original findings.

1- post your videos on You-tube, Vimeo etc... and  put a link on your blog
2- put a video gadget on your blog to view these videos without leaving the page
3- put a video on Facebook or twitter or Slideshare related to your blog
4- Post an interesting photo and put the link for this image
5- Send emails about very interesting photos, videos and articles with the link to your blog   to friends that in turn will forward them to other friends.

Back links to your Blog

Backlinks are the best way to insure permanent visitors from around the world.

To have these visitors you simply put a  link tag  on your site .
This tag is connected to another blog or site.
Every time the badge is clicked from your blog it will mark a new commer on the other site
The visitors of the other site will click your adress back.

Example of this backlink tags : CLICK THE TAG ON THE TOP OF THE RIGHT PANE OF THIS BLOG:

Wich will go to http://backurls.blogspot.com/
And mark my blog there to be clicked back.

When the html code of this tag is put in your blog this will insure a  backlink adress that people will click

Sunday, December 16, 2012

Google Adword Tool for Keywords

THE GOOGLE ADWORDS ANALYTIC ON LINE TOOL

https://adwords.google.com

BLOGSPOT WIGETS KEYWORDS




blogger codes
blogspot codes
blogger html
how to use wordpress
how to use blogspot
blogspot html
blogspot tricks
blogspot blogs
html for blogs
gadgets blogger 110 000
website widgetwidget blogspot 110
website widgets

SEO KEYWORDS SUGGESTIONS

Google Keywords Suggestions  for this blog
 
 1       blogspot codes html
 2       blogspot codes formatting
 3       codes for blogspot
 4       mobile codes blogspot
 5       codes for us blogspot
 6       codesforus blogspot merge pdf
 7       tesco voucher codes blogspot
 8       free points codes blogspot
 9       blogspot color codes
10     hash of codes blogspot


Yahoo! Keywords Suggestions

 1       html blogspot codes
 2       free blogspot codes
 3       blogspot codes blogger
 4       blogspot codes and keys
 5       blogspot codes css
 6       blogspot codes labels
 7       layout blogspot codes
 8       tesco blogspot codes
 9       background blogspot codes
10     tips for blogspot codes

META TAGS ANALYSER


 The fastest Meta Tags Analyzer

http://www.seocentro.com/tools/search-engines/metatag-analyzer.html

Changing Template settings in Blogger

 

How to change template look and feel in Blogger to suite your taste and blog subject

 

Go to Design 

 

 

 

 

 

 

 

 than open Template

 

 

 

 

 

 

 

 In the window choose Customize

 

 

 

 

At the left you have 5 setting titles

 

 

 

 

 

 

 

Click on the one you like to change

You can see the transformations under the settings pan in the same window

Than when you finish with your settings click Apply to Blog

SEO OPTIMIZATION OF YOUR BLOG : Adding Header Text To Your Blog In Blogger


Adding a Header to your Blog 


For your Blog to be well formatted and rapidly indexed  in search engines you must add a header text to it.

To do that you open Add a Gadget in Layout:













And you choose Text from the List of Gadgets
















You choose Edit HTML



And you put this code


 

 

 

 

 

 

 

 





<h1 class="title">PUT YOUR TEXT HERE</h1>

or simply:

<h1 >PUT YOUR TEXT HERE</h1>

You will have a formatted text as in the "h1" Header of my blog














There are 6 types of formatted texts for headings:

Formatted
text Headings


Heading 1

<H1>

Heading 4

<H4>

Heading 2

<H2>
Heading 5
<H5>

Heading 3

<H3>
Heading 6
<H6>


CHANGE YOUR HEADER TEXT STYLE:
You can even choose between bold and normal by adding the style in the line

<h1 style="font-weight: normal;">How to Add Code in Blogger</h1>

How to Add Code in Blogger

<h1 style="font-weight: bold;">How to Add Code in Blogger</h1>

How to Add Code in Blogger

That's All folks!

Adding Meta Tags to Blogger Templates


Adding Meta Tags to Blogger Templates


Adding meta tags you can get get more traffic from search engines like google,yahoo.
Meta tags are the tags which describes your site and tells the search engines what your site is all about.Meta tags allows search engines to index your web pages more accurately. In other words,Meta tags communicate with the search engines.

In old blogger platform:

Here is how to add meta tags to your blogger(blogspot) blog:
In  dashboard-->click the 'Layout' button[see the screenshot below]

2.Click on the 'Edit html' tab

3.Find this code:
<b:include data='blog' name='all-head-content'/>
4.Now add below code just after the above code.Look at below:

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>


Replace

DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)


In new Blogger platform, it is the same editing:



Go to Design 
open Template
Choose Edit HTML

 













Choose Proceed



Find  On top of page:


<b:include data='blog' name='all-head-content'/>


And add just below :


<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)

 That's all!