Posts Tagged ‘Google’

25 Free Text Links To Your Website

October 27th, 2010

Hello,

In my last post “Big list of best back links for your site” I showed you a few different methods you can use to get back links from various websites. Today I’d like to expand on that and show you another method I use that is much faster to implement and saves having to go to each site one by one and manually creating a back link.

Recently I  discovered a website called textlinks and they provide a back linking service that’s real easy to use and provides great results. But the best part is that they offer a free trial!

Wait! This free trial is unlike others because you don’t need to enter any payment information, or agree to any ongoing services. In fact you can signup and get the all the free text links and you never have go back to their site and you’ll never have to pay anything!

It’s great, right?

Here’s how you claim your free back links

1) Visit the textlinks website, this link will take you there.

2) Enter your information into the form on the right hand side.

» Read more: 25 Free Text Links To Your Website

5 Simple Seo Tips For Great Search Engine Results

September 14th, 2010

Hello,

Just a quick email to help improve your websites ranking in the search engines,
below I’ve jotted down 5 basic seo tips that are often overlooked by many websites
owners.

Check your website and make sure you doing these few simple steps for best results
within the serps.

1) Ensure your website page titles state what you do or what you provide, it should
contain the first few words a customer would type into a search engine (keywords)
when looking for your product or service. Create a unique title for every page in your
website.

Good Page Title “Healthy Treats For Kids”
Bad Page Title “The Sweet Shop” » Read more: 5 Simple Seo Tips For Great Search Engine Results

Video: Website Design Tips For Better Search Engine Results

June 8th, 2010

Hi,

Today I finally got around to creating a video showing some of things I use to help increase my results within the search engines.

By increasing your sites visibility within the search engines  means more visitors will be coming to your website.

Please note this is my first video and it’s a little rough around the edges, I also have a bit of a cold.

Topics covered in this video are

Page Titles

Page Descriptions

Keywords

Anchor Text

Heading Tags

Page File names

Image File names & Alt Tags

These are all basic areas you should be paying attention to, I describe why each area is important and how to best use it  for top results.

View the 3 separate videos below or watch the better quality single video version here (running time 20 mins)

You can download a basic html file here, which includes the html & meta tags for page title, description & keywords

Part 1

.

Part 2

.

Part 3

.

.

Please leave your comments below.

I’ll try to create some more and better videos when I get some feedback from you guys.

Thanks

Lee

Tell Me What To Write About?

April 13th, 2010

Hi,

I was just about to write an article about some kind of website design, traffic building, or other subject and I thought why not ask YOU.

What you would like me to write about?

I’ve put a poll below with a few options, if what you need is not in the list please leave a comment with what you want to know and I’ll write about it.

If you choose something I don’t know much about via the commenting system, I’ll do some research on it and write an article as best I can.












How to track & measure your traffic using google analytics

April 3rd, 2010

Hi,

In this article I’ll explain how to track your website visitors in detail and then analyze this information and put it to good use.

Many websites are NOT using any kind of traffic tracking software, this tracking software which normally runs in the background of websites is often referred to as analytics.

You may be using the logs in your website hosting control panel to get an insight into your website traffic, but this doesn’t give you the in depth details that a proper analytics program can give.

What details can I get?

You can get a really good information about where your traffic is coming from, I personally use it to check these types of details:

They are separated into three main areas (Visitors, Traffic sources, Content) that can also be crossed referenced.

Google Analytics

Visitors-

Monthly,weekly, daily, hourly + compare to last month, set time scale to anything

Pages per visit, Time on site, Bounce rate, % New visits

Internet browser type and version, Geographic location

+++ Many more details

google analytics visitors

Traffic Sources

Pie chart of where traffic is coming from, and also list view.

What keywords people used when they arrived at your site

These details can be used with other data from the analytics, for example if you crossed it with geographical data it could show that 80% of visitors from India found you using Google, but only 40% of your UK visitors came from Google and this shows that your website is more visible on the Google India than Google UK or it could show more people in India are looking for you than they are in the UK. You would need to dig a little further to find out why.

+++ Many more details

google analytics sources

Content

Most popular pages, landing pages, exit pages, pages with high bounce rates.

What traffic sources go to what pages, is all your Google traffic just for one page?

Page navigation, if they land on index.html where do they go next?

+++ Many more details

The tracking software that provides all these details and the one that I highly recommend you use is called Google Analytics and as the name suggests it’s made by Google and it’s entirely free and also very simple to use.

I’ll show you how to install the software and get up and running with it.

Goto Google Analytics and create an account if you don’t already have a google account.

Once logged into the Google analytics page, you need to click  “Add WebSite Profile”

Then select “Add a Profile for a new domain” enter your websites domain name in the box “www.mywebsite.co.uk”

Tick apply Google adwords cost if it applies to you (tick it if you pay for ads using adwords with this website).

Click Next

What are you tracking? Most people will need “A single domain”

Copy the code in the box on the right side.

You need to add this code to every page in your website that you want to track.

Before you make any changes to your html its always a good idea to backup the site just in case something goes wrong.

The code goes into the html just above the </body> tag

It should look like this when added to your page

<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src='” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
try {
var pageTracker = _gat._getTracker(“UA-10101010-19″);
pageTracker._trackPageview();
} catch(err) {}</script>

</body>

</head>

If you have a good html editor like dreamweaver you can use the find and replace feature to edit all your pages very quickly.

Open find and replace from the edit menu, enter in the find box

</body>

</head>

Enter in the replace box your analytics code + the closing body & closing head tag like this

<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src='” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
try {
var pageTracker = _gat._getTracker(“UA-10101010-19”);
pageTracker._trackPageview();
} catch(err) {}</script>

</body>

</head>

Then select all pages in site and then click replace all.

Your pages have now been updated, you can now upload them to your website using your preferred ftp program.

Hope you like this introduction to analytics, I will add a video here soon that wil go into more detail and show the best features and how to use them properly.

Comments always welcome,

Lee