Marketing to Success on a ZERO Budget
Thursday, October 16th, 2008TOP 10 TIPS TO GET YOU MARKETING TO SUCCESS ON ZERO DOLLARS!
Marketing Daily TipsTOP 10 TIPS TO GET YOU MARKETING TO SUCCESS ON ZERO DOLLARS!
Here’s another great tip you can use to improve your search engine rankings. This is an extension of previous tip.
Invisible pixels: Very few people realize how images are treated by the major search engines. Very few people make use of this technique. The first thing you need to do is create an image so small that it is unable to be seen by anyone. I’m talking about 1 pixel by 1 pixel. Make this single pixel image white or whatever the background color of your page.
Now, remember, the search engines don’t see images, but they do see the ‘alt’ tags in the images. This is a chance to get a lot of your important keyword info into the page through the ‘alt’ tags. The benefit is that no one will see the images, and the only thing the search engines will see is the text in your ‘alt’ tags. I wouldn’t recommending using too many of these 1 pixel images but placing a few on your page is a perfectly acceptable way to get more keywords onto your page…
Everyone is trying to get higher rankings in the search engines. Here’s a way you can easily increase your keyword density. It is a tactic often overlooked by many.
Turn your images into keywords: The search engines do not index images. They are useless in helping you get a higher ranking. But there is a way to make them work for you and actually turn them into keywords. You can do this by use of the ‘alt’ tag. every image on your page should have an ‘alt’ tag. You have probably seen the results of alt tags on many websites when you move your mouse over an image and you see some text pop
up describing the image, it may just be the name of the image. Using your keywords in the ‘alt’ tag is another accepted way to get your keywords into the body of the page. At the time of this writing only Altavista and Lycos index every word on your page including the ‘alt’ tags. The others simply ignore the tag.
Here is how an alt tag should look:
<IMG SRC="my image.gif" Alt="make money, business opportunity, cashflow, online marketing, make more money" height=100 width=500>
In many cases this can help improve your search engine ranking, so by all means, take advantage of this technique.
Here is a tip that can greatly increase your e-zine subscriber base. When you create your subscription form, just add this code into your document. Make certain you name the form ‘mailer’ without the quotes. Also make certain the forms edit field that the visitor types their email address into is named ‘email’ without the quotes. Now whenever the page loads, the cursor will be in the box asking for the visitors email address.
HERE IS THE CODE:
ONLOAD="document.mailer.email.focus();
Add this code to your BODY tag.
This is a tip that can greatly increase your sales conversion ratio by getting your visitors to buy now. Simply, it adds a date to any text on your page that you can use to place a deadline for purchase. A deadline has been proven in some cases to double the response rate. Most purchases are made on impulse, this just helps things along. Here is an example.
This special offer expires:
You see? I think that is really easy method to boost sales. The date changes automatically to current date.
How to add this script?
Well… this is JavaScript and it doesn’t need any special server with php, mysql etc. Just put this code somewhere in your site (before buy in button).
<SCRIPT>
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new
Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July",
"August","September","October","November","December")
document.write(""+montharray[month]+" "+daym+"")
</SCRIPT>
Good luck with your sales! ![]()
Hi!
My name is Lucas and today I opened this marketing tips blog. This site is now under construction, but in next few days I will finish my work and I will start adding marketing and making money online tips. So please be patient and wait for new unique posts and tools from me.
PS. Sorry but my english isn’t good enough.
I am still learning how to write and I believe that blogging will increase my language skill.