Just Going Fishing – Blog to find your perfect prospect

blog

                                                                                                                                                            Source: 25.media.tumblr.com via Larry on Pinterest

 

In many ways blogging is like fishing…

Knowing where the good fishing holes are and what bait you use is very important. Don’t be lured into writing what you think your reader wants to hear.. If you do that, you may end up catching the wrong fish.  I see lots of new bloggers out there talk about how much money a person can make. The problem is they themselves are not making money yet. So there words sound hollow.

It comes through your writing,« Continue »

Why Sometimes SEO Get’s In The Way Of Your True Self

What’s More Important Interesting Content Or Good SEO?

SEO

                                                                                                                                                                  Source: normadoiron.net via Larry on Pinterest

 

You can’t always do both. Sometimes to make sure you are writing for seo means taking away from the meat of your content. If you write a lot of content then you can sprinkle some blog post in just for the sake of seo, whilst you write other articles that are in your real voice.

I know seo is an important aspect of blogging, many new bloggers though focus on seo so much that they neglect to write stuff that will hold a persons attention longer.« Continue »

It’s All About Content: 5 Reasons to Have Strong Information

content

                                                                                                                                                         Source: fbcdn-sphotos-e-a.akamaihd.net via Larry on Pinterest

 

Whether you are selling information, services, or products having strong content is what makes the sale. Your information needs to inform, the services need to be explained, and the products need to be descriptive. While there are a few online shoppers that know exactly what they are looking for, the content is how they find you.

Your words need to have the power to inform any visitor to your website about what it is they seek. Your visitors need to leave your site knowing more than when they first arrived. Why is this so important?« Continue »

Management Tools Every Small Business Should Have

Image representing FreshBooks as depicted in C...

Image via CrunchBase

Although there are tried and true principles which are used to run businesses in every industry, there are also many different tools that you could use to get the job done. Thanks to some major advancements in technology over the years, businesses are using tools that were not even dreamed of 10 years ago. If you are managing a small business, here are a few tools that you should consider using.« Continue »

The Power Of Google Analytics In Your Marketing

(function() {var s = document.createElement(‘SCRIPT’), s1 = document.getElementsByTagName(‘SCRIPT’)[0];s.type = ‘text/javascript’;s.async = true;s.src = ‘http://widgets.digg.com/buttons.js’;s1.parentNode.insertBefore(s, s1);})();
(function() {var s = document.createElement(‘SCRIPT’), s1 = document.getElementsByTagName(‘SCRIPT’)[0];s.type = ‘text/javascript’;s.async = true;s.src = ‘http://widgets.digg.com/buttons.js’;s1.parentNode.insertBefore(s, s1);})();
(function() {var s = document.createElement(‘SCRIPT’), s1 = document.getElementsByTagName(‘SCRIPT’)[0];s.type = ‘text/javascript’;s.async = true;s.src = ‘http://widgets.digg.com/buttons.js’;s1.parentNode.insertBefore(s, s1);})();

Do You Use Google Analytics ?

Image representing Google Analytics as depicte...
Image via CrunchBase

There aren’t many free services online that you can use that is actually useful.  On my quest to become a better blogger, I have noticed many people using this service for all types of different reasons. Honestly I was just using the service to track how much traffic I was getting. I didn’t really pay much attention to the other statistics.  That was just ignorance on my part. I can swallow my pride and learn from my mistakes.

I would like to give a shout out to Ana Hoffman Of  Traffic Generation Cafe, it was because of a post she did entitled

How To Find Out Who Your Blog Friends Are“  that made me realize just how useful Google Analytics really can be. Thanks Ana!

Why You Should Be Using Google Analytics

Most new marketers shy away from things like this because they feel that it is to complicated to use. The reality is it is not that hard at all.  You just have to copy some code into the header or footer of your page. Google Analytics works in websites as well as blogs. It is a pretty universal script.

It is very important that you keep track of what is going on in your business. Personally I am a slacker when it comes to tracking stuff, I do it kinda, sorta but I like to spend most of my time coming up with new content and new ideas. But I have enough common sense to know that I should at least have an idea of what is going on with my traffic. So I use google analytics as a way to keep track of if my blog is growing or sliding backwards.

I Will Share Some Of My Research I have Found On Google Analytics With You

When I make up mind to learn how to use something I really do start digging in.  I want to mention that all things aside you can really find out a ton of information about anything for free if you are willing to look for the answers.

Beginning Analytics: Interpreting and Acting on Your Data

If you’ve just started to use Google Analytics and aren’t sure which reports to look at, this video provides a helpful 1st-time analysis walkthrough. You’ll learn how to interpret what you see in these key reports and what actions you should take as …

How to setup Google Analytics | SEO Consult Blogs

Google Analytics is a free service from Internet giant Google. It allows webmasters to track information such as page views, traffic sources, pay per – Search Engine Optimisation (Optimization) Advice from SEO Consult.

Publish Date: 02/04/2010 8:17

http://www.seoconsult.co.uk/SEOBlog/google-analytics/how-to-setup-google-analytics.html

What has been your results with Google Analytics?

Google Analytics
<!–
google_ad_client = “pub-2706956764571567″;
google_alternate_color = “FFFFFF”;
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = “250x250_as”;
google_ad_type = “text_image”;
google_ad_channel =””;
google_color_border = “#FFFFFF”;
google_color_link = “#FFFFBB”;
google_color_bg = “#FFFFFF”;
google_color_text = “#FF3333″;
google_color_url = “#9999FF”;
google_ui_features = “rc:6″;
//–>

#dd_ajax_float{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
float:left;
margin-left:-120px;
margin-right:10px;
margin-top:10px;
position:absolute;
z-index:9999;
}jQuery(document).ready(function($){

//put content div class, when scroll beyond this y, float it
var $postShare = $(‘#dd_ajax_float’);

if($(‘.dd_content_wrap’).length > 0){

var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20;
var pullX = $postShare.css(‘margin-left’);

$(window).scroll(function () {

var scrollY = $(window).scrollTop();
var fixedShare = $postShare.css(‘position’) == ‘fixed’;

//make sure .post_share exists
if($(‘#dd_ajax_float’).length > 0){

if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: ‘fixed’,
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}

}

});
}
}); jQuery(document).ready(function($) {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

$(window).resize(function() {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

});

}); ;

<!–
google_ad_client = “pub-2706956764571567″;
google_alternate_color = “FFFFFF”;
google_ad_width = 180;
google_ad_height = 150;
google_ad_format = “180x150_as”;
google_ad_type = “text_image”;
google_ad_channel =”";
google_color_border = “#FFFFFF”;
google_color_link = “#FFFFBB”;
google_color_bg = “#FFFFFF”;
google_color_text = “#FF3333″;
google_color_url = “#9999FF”;
google_ui_features = “rc:6″;
//–>

#dd_ajax_float{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
float:left;
margin-left:-120px;
margin-right:10px;
margin-top:10px;
position:absolute;
z-index:9999;
}jQuery(document).ready(function($){

//put content div class, when scroll beyond this y, float it
var $postShare = $(‘#dd_ajax_float’);

if($(‘.dd_content_wrap’).length > 0){

var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20;
var pullX = $postShare.css(‘margin-left’);

$(window).scroll(function () {

var scrollY = $(window).scrollTop();
var fixedShare = $postShare.css(‘position’) == ‘fixed’;

//make sure .post_share exists
if($(‘#dd_ajax_float’).length > 0){

if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: ‘fixed’,
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}

}

});
}
}); jQuery(document).ready(function($) {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

$(window).resize(function() {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

});

}); ;

#dd_ajax_float{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
float:left;
margin-left:-120px;
margin-right:10px;
margin-top:10px;
position:absolute;
z-index:9999;
}jQuery(document).ready(function($){

//put content div class, when scroll beyond this y, float it
var $postShare = $(‘#dd_ajax_float’);

if($(‘.dd_content_wrap’).length > 0){

var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20;
var pullX = $postShare.css(‘margin-left’);

$(window).scroll(function () {

var scrollY = $(window).scrollTop();
var fixedShare = $postShare.css(‘position’) == ‘fixed’;

//make sure .post_share exists
if($(‘#dd_ajax_float’).length > 0){

if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: ‘fixed’,
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}

}

});
}
}); jQuery(document).ready(function($) {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

$(window).resize(function() {

if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}

});

}); ;