Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts

Add a Customized Twitter Widget to your Blogger Blog

12:03 PM

Twitter has become one of the most useful social applications for bloggers. Many bloggers choose to feature their latest updates in a widget visible in their blogs. Here at Blogger Buster, for example, you can see a Twitter widget in the header section which features my latest "tweet".
Many readers have emailed me to ask how I customized this widget, so in this post I'll explain some methods you could use to create and customize your own Twitter updates widget, including a simple widget installer for you to add a widget similar to the one used here.
Twitter does offer a "Blogger" widget which can be installed using a one-click installer. This widget does not have any styling associated with it, ensuring your updates will appear in the same fonts and colors as other widgets in your blog.
If you have already added a Twitter widget to your blog, you can easily customize the appearance of this widget using some simple CSS techniques.
The widget code for your Twitter badge will most likely appear like this:
<div<--Add Style Here --> id="twitter_div">
    follow me on Twitter
    </div>

    As you can see from the comments I added in red, you can add inline CSS styling to your widget code, in order to add borders, background color or even an easily recognizable icon.
    Here are some examples of the code you can add in this section:
    style="border: 3px solid #cccccc; padding: 5px;" <--This will add a wide grey border around the widget with some padding to ensure the text doesn't get too close to the edges. style="background: #ffcc00;" <-- This will add a bright yellow background to the widget, ensuring this contrasts with other elements in the page. style="background: url(http://imagehost.com/youricon.jpg) top left no-repeat; padding-left: 50px;" <--This will add an icon as a background image to your widget. The padding declaration ensures the text does not overlap the icon (this is the solution I use to feature the blue bird in my Twitter icon in the header section). To add these style declarations into your Twitter widget, simply go to Layout>Page Elements in your Blogger dashboard and click on the "Edit" link for your Twitter widget. Then locate the section of code which begins like this:
    <div id="twitter_div"
    and add your styling code to this section.
    Here is an example of the Twitter widget code with style declarations added:

    Add a Twitter Widget using this Widget Installer
    For those of you who would prefer a simple method of adding a stylized Twitter widget to your Blogger powered blog, here is a widget installer which will add a widget with an easily recognizable "Twitterific" icon,
    The colors and fonts of this widget will blend with other elements of your blog, while the Twitterific icon will be easily recognized and help your readers associate this widget with Twitter.
    To add this widget to your blog, simply fill in the details in the form below. Your Twitter username is the one which you have chosen to represent you on Twitter. For example, my username us "amandafazani" and my Twitter URL is http://twitter.com/nemesis2081. Add this username into the appropriate box, then change the title and number of tweets to display as suited to your needs.
    I hope this post has been informative in explaining how you can add style to your Twitter badge/widget in your Blogger blog. Please let me know what you think by leaving your comments below.

    CONTINUE Read "Add a Customized Twitter Widget to your Blogger Blog"

    Windows XP maintenance tips

    11:41 AM

    Computers are like pets – they need care. We all want our computer to be fast, efficient, and responsive, but when it starts slowing down, most people just get mad at it. Well, don’t. Just give it some good care. The maintenance tips in this article will help you make your XP computer faster, safer, and more stable.Nemesis Media

    Reduce recycle bin size

    Nowadays hard disks are pretty large, so the default 10% for the Recycle Bin is way too much. Most users would be OK with 5–10Gb, which will usually be from 2 to 5% of the hard drive space.

    To reduce the size of your Recycle Bin do the following:

    1. Go to Desktop
    2. Right–click on the Recycle Bin icon
    3. Select Properties
    4. Use the slider to choose the required percentage
    5. Click Apply, then click OK

    Turn off Remote Desktop and Remote Assistance

    Windows XP has services that make it possible for other people to access your computer remotely. They are handy if a computer is part of a network, but there is always a danger that hackers may use them to access your computer. So, if your PC is not part of a network, it’s best to turn them off. Here’s how:

    1. Go to Start – Settings – Control Panel
    2. Double-click the System icon
    3. Select the Remote tab
    4. Uncheck Allow Remote Assistance invitations to be sent from this computer
    5. In the same tab click Advanced
    6. Uncheck Allow users to connect remotely to this computer
    7. Click Apply, then click OK

    Don’t worry – you will be able to access MSN, Skype and other similar programs. Turning off Remote Assistance and Remote Desktop doesn’t affect them in any way.

    Run Windows XP chkdsk (Check Disk) from time to time

    Windows XP chkdsk is a tool that should be run from time to time. It will scan the disk for errors, fix logical errors, detect and mark bad sectors, so that Windows will no longer try to use them. This way it can prevent your computer from becoming unstable.

    There is a slight disadvantage, though – Check Disk may require a lot of time to perform its task. It depends on many things, like overall PC speed, number of files and folders on the disk, amount of RAM, and disk size. So it’s best to run Check Disk only if you don’t need to use the computer for some time.

    Also Windows XP chkdsk wants exclusive access to the computer. In most cases it will ask for a reboot and will run right after the reboot, so you won’t have access to your PC. Of course, you can always interrupt the process, but it’s not a good idea.

    To run Check Disk do this:

    1. Find the My Computer icon on your desktop and double-click it
    2. Find the disk you want to check, right-click it and go to Properties
    3. In the Properties dialog box go to Tools
    4. Click Check now
    5. A new dialog box will appear, check both options and click Start
    6. Most likely you will get a message that Check Disk wants exclusive access to the disk and wants to start right
    7. after your reboot. Click OK
    8. Restart your computer

    Defrag regularly

    Badly fragmented disks can cause a lot of problems, like general system slowdowns, slower startup and shutdowns, and even computer crashes. Basically, your hard drive is the slowest part of your computer and file fragmentation makes it even slower.

    Windows has a built in Disk Defragmenter. To use it go to Start – Programs – Accessories – System Tools – Disk Defragmenter. Like any other defrag utility it gathers file fragments that are scattered all over your disk and writes them into adjacent clusters.

    But to be honest, I never use Windows Disk Defrag – it takes quite some time to do its job and skips too many files.

    The good news are that there are good free defrag utilities available for download. The ones I like are Auslogics DiskDefrag and Piriform Defraggler. Both are from trusted developers and do their job great. Personally, I like the Auslogics one better, because it doesn’t need time to analyze the disk, so it’s very fast.



    CONTINUE Read "Windows XP maintenance tips"

    How To get access blocked web sites

    11:16 AM

    How To get access blocked web sites

    Sometime we cann't access some website contents who blocked our IP (internet adress),i have found a way how to resolve this,maybe this old tricks but its still work well,Proxy websites allows us to bypass our current ISP’s IP and connect to targeted website with a different IP; thus hiding our actual origin from detectable. Internet users use proxy websites for various reasons, some to access websites potentially blocked by their colleges or workplace, some use it to test their scripts. I frequently used them to test geo-location ads or to check if DNS are properly propagated when I adjust their settings.
    I’ve decided to bring this entry back from archive to front page after receiving tones of emails asking for alternative proxies. Instead of the previous 2 proxy websites, here’s my personal collection on proxy websites. Full list after jump.

    90+ Proxy Websites To Access Blocked Websites

    1. http://www.hidemyass.com -Click Here To Acess Directly-
    2. http://www.anonymizer.com -Click Here To Acess Directly-
    3. http://www.wujie.net -Click Here To Acess Directly-
    4. http://www.ultrareach.net -Click Here To Acess Directly-
    5. http://surfshield.net -Click Here To Acess Directly-
    6. http://www.guardster.com/subscription/proxy_free.php -Click Here To Acess Directly-
    7. http://anonymouse.ws/anonwww.html -Click Here To Acess Directly-
    8. http://www.browser-x.com -Click Here To Acess Directly-
    9. http://www.spysurfing.com -Click Here To Acess Directly-
    10. http://www.xerohour.org/hideme -Click Here To Acess Directly-
    11. http://www.proxyz.be -Click Here To Acess Directly-
    12. http://www.sc0rian.com/prox -Click Here To Acess Directly-
    13. https://www.proxify.us -Click Here To Acess Directly-
    14. http://kproxy.com/index.jsp -Click Here To Acess Directly-
    15. http://www.brawl-hall.com/pages/proxy.php -Click Here To Acess Directly-
    16. http://www.proxify.net -Click Here To Acess Directly-
    17. http://proxy.computersteroids.com/index0.php -Click Here To Acess Directly-
    18. http://www.unipeak.com -Click Here To Acess Directly-
    19. http://flyproxy.com -Click Here To Acess Directly-
    20. http://alienproxy.com -Click Here To Acess Directly-
    21. http://proxify.com/ -Click Here To Acess Directly-
    22. http://www.unfilter.net -Click Here To Acess Directly-
    23. http://www.proxymouse.com -Click Here To Acess Directly-
    24. http://www.surfonym.com/cgi-bin/nph-proxy -Click Here To Acess Directly-
    25. http://www.superproxy.be/browse.pl -Click Here To Acess Directly-
    26. http://www.websiteguru.com/mrnewguy -Click Here To Acess Directly-
    27. http://www.letsproxy.com -Click Here To Acess Directly-
    28. http://www.fsurf.com -Click Here To Acess Directly-
    29. http://indianproxy.com -Click Here To Acess Directly-
    30. http://www.letmeby.com -Click Here To Acess Directly-
    31. http://Boredatschool.net -Click Here To Acess Directly-
    32. http://www.ibypass.org -Click Here To Acess Directly-
    33. http://www.ipzap.com/ -Click Here To Acess Directly-
    34. https://proxify.biz -Click Here To Acess Directly-
    35. http://kproxy.com/index.jsp -Click Here To Acess Directly-
    36. http://www.attackcensorship.com/attack-censorship.html -Click Here To Acess Directly-
    37. http://mrnewguy.com -Click Here To Acess Directly-
    38. http://www.evilsprouts.co.uk/defilter -Click Here To Acess Directly-
    39. http://www.proxify.info -Click Here To Acess Directly
    40. http://www.torify.com -Click Here To Acess Directly-
    41. http://www.switchproxy.com -Click Here To Acess Directly-
    42. http://www.proxifree.com -Click Here To Acess Directly-
    43. http://www.secure-tunnel.com/ -Click Here To Acess Directly-
    44. http://www.proxify.cn -Click Here To Acess Directly-
    45. http://www.arnit.net/utilities/webproxy/new -Click Here To Acess Directly-
    46. http://www.proxify.co.uk -Click Here To Acess Directly-
    47. http://www.betaproxy.com -Click Here To Acess Directly-
    48. http://www.proxify.org -Click Here To Acess Directly-
    49. http://www.proxychoice.com -Click Here To Acess Directly-
    50. http://www.proxysnail.com -Click Here To Acess Directly-
    51. http://www.anonypost.com -Click Here To Acess Directly-
    52. http://www.thestrongestlinks.com -Click Here To Acess Directly-
    53. http://www.hujiko.com -Click Here To Acess Directly-
    54. http://www.anonproxy.info -Click Here To Acess Directly-
    55. http://www.peoplesproxy.com -Click Here To Acess Directly-
    56. http://www.freeproxy.us -Click Here To Acess Directly-
    57. http://www.proxyweb.net -Click Here To Acess Directly-
    58. http://www.nopath.com -Click Here To Acess Directly-
    59. http://urlencoded.com -Click Here To Acess Directly-
    60. http://www.pole.ws -Click Here To Acess Directly-
    61. http://www.browseany.com -Click Here To Acess Directly-
    62. http://www.spiderproxy.com -Click Here To Acess Directly-
    63. http://www.clickcop.com -Click Here To Acess Directly-
    64. http://www.sneakysurf.com -Click Here To Acess Directly-
    65. http://www.mywebtunnel.com -Click Here To Acess Directly-
    66. http://www.thewebtunnel.com -Click Here To Acess Directly-
    67. http://www.3proxy.com -Click Here To Acess Directly-
    68. http://www.yourfreeproxy.com -Click Here To Acess Directly-
    69. http://www.proxy7.com -Click Here To Acess Directly
    70. http://www.fireprox.com -Click Here To Acess Directly-
    71. http://www.stupidcensorship.com -Click Here To Acess Directly-
    72. http://www.letsproxy.com -Click Here To Acess Directly-
    73. http://www.sneak2.com -Click Here To Acess Directly-
    74. http://www.cecid.com -Click Here To Acess Directly-
    75. http://www.freeproxy.ca -Click Here To Acess Directly-
    76. http://www.ibypass.org -Click Here To Acess Directly-
    77. http://www.goproxing.com -Click Here To Acess Directly-
    78. http://www.projectbypass.com/ -Click Here To Acess Directly-
    79. http://www.ipsecret.com -Click Here To Acess Directly-
    80. http://www.nomorelimits.net -Click Here To Acess Directly-
    81. http://www.proxify.de -Click Here To Acess Directly-
    82. http://www.bywhat.com -Click Here To Acess Directly-
    83. http://www.snoopblocker.com -Click Here To Acess Directly-
    84. http://www.anonymizer.ru -Click Here To Acess Directly-
    85. http://www.proxyking.net/ -Click Here To Acess Directly-
    86. http://www.perlproxy.com -Click Here To Acess Directly-
    87. http://www.proxylord.com -Click Here To Acess Directly-
    88. http://tntproxy.com -Click Here To Acess Directly-
    89. http://satanproxy.com -Click Here To Acess Directly-
    90. http://zombieinvasion.info -Click Here To Acess Directly-
    91. http://demonproxy.com -Click Here To Acess Directly-
    92. http://www.myfreeproxy.com -Click Here To Acess Directly-
    93. http://www.gezcem.com/nph-proxy.pl.old -Click Here To Acess Directly-
    94. http://mpleger.de -Click Here To Acess Directly-
    95. http://www.the-cloak.com/login.html -Click Here To Acess Directly-

    Disclaimer

    Note that not all of them are working perfectly; some of these websites could be offline too. I’m not encouraging you to use this to bypass sites that you are banned from surfing in colleges, work place, etc. Use them with cautions make sure you know what you are doing. I shall not be responsible for any damages or rules and regulation you violate from using these proxies.


    CONTINUE Read "How To get access blocked web sites"

    Blogging tips in 2009

    10:37 AM

    With all the new internet marketing methods available, blogging has become a little bit “old hat” in the eyes of many. I mean, it’s not sexy like Facebook; it’s not as easy as Twitter and it certainly is not as glamorous as having a MySpace page.

    In spite of all of this, blogging remains one of the most effective ways to brand your business online. So for this last day of 2008, I’m going to get back to basics, so to speak. Following are 10 reminders about blogging to keep in mind as you head into 2009.

    Blogging in 2009: Going Back to Basics

    Blogging Tip #1: Post Regularly. Readers will be more likely to follow your blog if you have a regular posting schedule. Post weekly, post bi-monthly, post monthly — it doesn’t matter what it is (although it should be at least once a week in my opinion) — but stick to a schedule.

    Blogging Tip #2: Use Plugins. Plugins like “relevant posts”, “most popular posts” and “recent posts” make your blog more sticky because they encourage readers to hang around longer. The longer a visitor is on your blog, the better chance you have of converting them into a customer. And that, remember, is the goal when you’re in business.

    Blogging Tip #3: Post from Experience. I like first-hand information. In fact, many web surfers are looking for this type of info. It’s no coincidence that “how to” information is the number one selling product on the web. Most of it comes from first-hand information.

    So use case studies, write in the first person (eg, use “I”), tell your readers how you solved a particular problem, etc. I sell a lot of ebooks by doing just this. It lets readers know that you know what you’re talking about; hence, you become an authority voice in your niche.

    Blogging Tip #4: Niche It. Speaking of niche – clearly define who your audience is and speak to them – and only them – directly. You will get ancillary customers/clients/readers as a matter of course. BUT, you should always blog with your core audience in mind.

    Blogging Tip #5: Comment on Other Popular Blogs in Your Niche. Make relevant posts on other authority blogs in your niche. The key word here is r-e-l-e-v-a-n-t.

    Blogging Tip #6: Write Well. Make your post long, make it short, make it mid-length, but by all means, write well. This cannot be taken for granted. I don’t care how salient your post is, if it’s poorly written, you will not be taken seriously. In fact, you can even damage your online reputation.

    It’s probably no coincidence that the alphabet and sentence construction are among the first things we learn in school. It’s the foundation of communication — so don’t waste it; use it.

    Blogging Tip #7: Market Your Blog. Don’t post it and forget it. This is your chance to use sexy marketing like social networking. Market your posts on Twitter, Facebook, MySpace, etc.

    Remember, once you start with social networking though, you have to engage with those communities. So when you start to incorporate social networking into your blog marketing, do it with this in mind.

    Blogging Tip #8: Use a Clean Design. A blog doesn’t have to have all the latest gadgets to be effective. A simple, clean design – with good content – will compete with the flashiest design every time. Simplicity rocks!

    Blogging Tip #9: Personalize Your Blog. Inject some personality. Let YOU come through!

    Blogging Tip #10: Don’t Give Up. Blogging is tedious, boring, monotonous and downright draining at times. Once you’ve blogged for a while, there will be days when you just want to chuck it in favor of something more exciting.

    But keep this in mind: in many cases success is not gained by the most talented, the most brilliant, or the most beautiful. All of these things help. But, success comes to those who simply “stick with it!”

    Keep these blogging tips in mind as you head into the New Year and happy blogging in 2009. from share resources online.


    CONTINUE Read "Blogging tips in 2009"

    Best of the free keywords tools

    11:04 PM


    We all know that selecting the right keywords is an important prerequisite for a good search engine visibility of a blog/website. There are many keyword tools available online, some of them being completely free and some are paid but offer a free edition with a few features.

    We decided to list the best of the free tools which can help you research different keywords specific to your site and optimize the site.

    Google Adwords Research Tool
    Although this tool is primarily meant for Adwords bidders, this is also widely used by webmasters and publishers to measure the popularity of different keywords based on their Google search volume.

    Wordtracker’s Free Tool
    When it comes to finding the right keywords, Wordtracker is definitely a name you can count on. They primarily provide paid keyword research tools but they have a free tool too, which, for a particular query, can generate up to 100 related keywords and an estimate of their daily search volume.

    Google Suggest
    Google Suggest also offers a nice way to research keywords. When you start typing a word in the Google suggest box, it starts showing the related most popular search queries in a drop down menu. Therefore you can immediately come to know about the related keywords / sentences for a particular search query. Even Google Toolbar has this feature but it doesn’t show the number of search results for the keywords.

    SEO Book Keyword Suggestion Tool
    Although different SEO related sites have developed their own keyword research tools, the one by SEObook.com is worth mentioning. It is powered by Wordtracker and provides results which are much more comprehensive than the free tool provided by Wordtracker. It’s worth a try.

    Good Keywords
    Good Keywords is another handy tool for researching keywords. It is a tiny 500kb program which offers several features when you start it. Mark has already described it in detail here.

    Keyword Discovery
    This free search term suggestion tool by Trellian is a nice one too. Although it only shows the first hundred related keywords in its free edition but it still could be useful.

    another suggest tools added soon...
    CONTINUE Read "Best of the free keywords tools"

    What Is Link Building Wiki

    5:35 AM

    Do you know how to build links to the sites that you own? Link building is something that is a very important part of internet marketing, especially for site owners like us who want to get more exposure for their site. It helps with SEO, getting traffic, and increasing the readership of your site. Check out LinkBuildingWiki.com and you’ll find all the great resources on link building.
    What Is Link Building Wiki?

    Link Building Wiki is a, well, wiki full of resources about link building from the people who brought you TextLinkBrokers. The whole site is divided into different sections like how you would see in any wiki from Wikipedia. From compilations of blog and forum posts to sites and tools all about link building, this wiki helps users like us to find what we want.

    Looking at the Tools section of the site, for example, a user will be able to see the top tools used for different kinds of uses like backlink analyzers or link popularity checkers. There’s even a list of Firefox extensions for use with SEO.

    As a user scrolls through the rest of the site, they will see that at there is a compilation of great guides and books (which all link to Amazon) about link building. I checked out a the descriptions of a few books and they truly are great reads. If you’re one of those people who love reading, especially about this topic of link building, the books they recommend are a must to check out.
    Conclusion

    All in all, LinkBuildingWiki is a great site to check out. If you own a site or even just a blogger, you’ll find great resources at the site. Other than helping you learn more on how to build links, it is the #1 resource on learning how to build higher rankings in terms of SEO. Also, check out their link building services that they offer to help you rank high for the most competitive keywords. Their link building experts will be happy to assist you over phone or email, so make sure to check it out and how do you feel its?
    CONTINUE Read "What Is Link Building Wiki"

    add Favicon icon to Blogger URL

    4:17 AM

    Have you wondered how these little icons appear next to the web addresses, like the one you see above? When you visit the sites or bookmark them, these icons will make these URLs stand out. These are “Favicons” or “Favorite Icons”.

    You would first need to have an icon which you would like to use, bearing the extension .ico format. If you search your hard disk, you might find some icons which are generic. I would suggest that you create one to represent your own unique identity. There are quite a number of free icon editor software which you can download from the net.

    As for myself, I went to Download.com site and downloaded a very small program called Imagicon which can transform images into .ico format. I created an image using Photoshop. You can use any image or pictures if you do not wish to create one. Next, run the program. It is rather simple to use. While you can create icons in 2 sizes – 16x16 and 32x32 – I would think a 16x16 icon is preferable since it is readable in most older browsers.

    If you do not wish to download any software, you may also try creating an icon online. Just enter the keywords “online icon generator” into your Google search bar, and you should be able to find several programs that you can try.

    Once you have created an icon, save it into your hard disk. The next step of attaching the icon is a little tricky. Ideally, all you need to do is to save it in the root directory of your blog site. Nevertheless, there is no way this can be done. For one, if you try to upload an icon image, Blogger will reject it. Two, any file that is uploaded will not go into the Blogger root directory.

    The only method to use will be to upload the icon into some web folder, and create a link. You can read about using free hosts like Google Page Creator and Google Groups. We have also a rather comprehensive list of free Image Hosts and File Hosting Services in our article on Manage Blogger Image Storage Space. Check out those sites and choose one that is fast, reliable and allows uploading of .ico files.

    Once you have done that, take note of the URL of your icon. If you are using Google Page Creator, hovering your mouse over the link, you will see that the file is stored under a directory which looks like this http://yourname.googlepages.com/iconname.ico
    where “yourname” is your Gmail account name, and “iconname” is the file name. Copy this URL.

    Go back to your Blogger dashboard and under the Template tab, go to “Edit HTML”. Near the top you will see a line like this:-

    <title><data:blog.pageTitle/></title>


    Update:

    Copy and insert the following code below the line:-

    <link href='URL of your icon file' rel='shortcut icon' type='image/vnd.microsoft.icon'/>


    Inserting this will also work but the former is preferred:-

    <link href='URL of your icon file' rel='shortcut icon' type='image/x-icon'/>


    Remember to type in the “URL of your icon file”.

    Save the template. When you refresh your blog site, you should see your nice little Favicon next to the blog address.

    Other image types

    The .ico image format has been used by many but you can also create an image under the .png or .gif format. Ensure that the size of the image is either 16x16 pixels or 32x32 pixels.

    If you have a PNG format image, the link to insert is:-

    <link href='URL of your icon file' rel='shortcut icon' type='image/png'/>

    If it is a GIF format image, the link is:-

    <link href='URL of your icon file' rel='shortcut icon' type='image/gif'/>


    External Domain

    For those who have hosted sites in external domains, insert the link in the root directory as well. Otherwise, you can upload the file into the root directory and name it favicon.ico

    As an example, if your domain name is www.domain.com, the URL of the favicon will be www.domain.com/favicon.ico

    This method is not preferred but a number of browser versions are able to process the icon. Since we do not have external domains to try out this alternative, you may want to see if it works for you.

    Compatibility

    While you can see the Favicon in Mozilla Firefox, many have problems seeing the Favicon in Internet Explorer. This is a known problem and has been a sore point with many IE users. In some versions of IE, bookmarking the site will display the Favicon. This is not necessarily so in IE7 that we are using. In fact, when we bookmarked the highly popular search engine sites, their Favicons don't show in our IE bookmarks too although they show well in Firefox. Perhaps this is one more reason to download Mozilla Firefox if you have not already done so. any other ideas update?share with me...

    CONTINUE Read "add Favicon icon to Blogger URL"

    How to improve Adsense Section Targetting

    12:30 AM


    did your ads down in your blog or current site?
    I have noticed that my Google Adsense Targeted Ads were sometimes not as well targeted as they could be. So I set out in search of a way of making them more relevant to the content on my blog pages it will catch your page contents.

    My searching turned up the following article in the Google Adsense Help Center. The article describes the process of section targeting to obtain more relevant ads for your web page. The idea is that you include special HTML comments to guide Adsense in what content on your web page is important. The tags are as follows:

    <!� google_ad_section_start �>

    <!� google_ad_section_end �>

    You should place the <!� google_ad_section_start �> tag at the start of the main content of your web page (ie. after any menu or sidebar HTML code). Then, at the end of the main content you place the <!� google_ad_section_end �> tag. These tags can be used multiple times in the one page.

    In addition, if there is a section of a page you would like ignored by adsense (a sidebar for example), you can add the qualifier (weight=ignore) to the start tag to mark the section. The tag would be as follows:

    <!� google_ad_section_start(weight=ignore) �>

    Mark the end of the section with the normal <!� google_ad_section_end �> tag.

    Apparently it can take 2 weeks for these changes to become apparent in the ads displayed on your website, so some patience is required.

    I have implemented the Adsense Section Targeting code on my blog and I will monitor the result. Getting the tags to be generated using the blogger platform was quite a trial. Leave me a comment if you need info on how to do it. I will post the results (if any) when I see them. or did you have new result for its?
    CONTINUE Read "How to improve Adsense Section Targetting"

    New Blogspot Post Modifications

    4:15 AM

    This page lists a number of simple modifications of the post includable.
    It is strongly advised to read the documentation of this includable before you start to modify it. Also, backup your template before applying modifications or hacks.

    Moving the authorname to the top

    This modification moves the authorname to the top of the post, just below the post title.

    Edit the template in HTML-mode, and expand all widget templates. Search for the following line of code:

    <b:includable id='post' var='post'>

    Scroll down and find the DIV with class='post-header-line-1', and change the code from:

    <div class='post-header-line-1'/>

    To

    <div class='post-header-line-1'>
    </div>


    Scroll down some more and find the following piece of code:

    <span class='post-author'>
    <b:if cond='data:top.showAuthor'>
    <data:top.authorLabel/> <data:post.author/>
    </b:if>
    </span>

    Cut this code from the template.
    Scroll back to the post header line 1 and paste the code between the DIV-tags:

    <div class='post-header-line-1'>
    <span class='post-author'>
    <b:if cond='data:top.showAuthor'>
    <data:top.authorLabel/> <data:post.author/>
    </b:if>
    </span>
    </div>

    Save the template.

    Now is another tips under

    Moving author & timestamp to the top

    This modification moves the authorname and the timestamp to the top of the post, just below the post title.

    Edit the template in HTML-mode, and expand all widget templates. Search for the following line of code:

    <b:includable id='post' var='post'>

    Scroll down and find the DIV with class='post-header-line-1', and change the code from:

    <div class='post-header-line-1'/>

    To :

    <div class='post-header-line-1'>
    </div>

    Scroll down some more and find the following piece of code:

    <span class='post-author'>
    <b:if cond='data:top.showAuthor'>
    <data:top.authorLabel/> <data:post.author/>
    </b:if>
    </span>
    <span class='post-timestamp'>
    <b:if cond='data:top.showTimestamp'>
    <data:top.timestampLabel/>
    <b:if cond='data:post.url'>
    <a class='timestamp-link' expr:href='data:post.url' title='permanent link'><data:post.timestamp/></a>
    </b:if>
    </b:if>
    </span>

    Cut this code from the template.
    Scroll back to the post header line 1 and paste the code between the DIV-tags:

    <div class='post-header-line-1'>
    <span class='post-author'>
    <b:if cond='data:top.showAuthor'>
    <data:top.authorLabel/> <data:post.author/>
    </b:if>
    </span>
    <span class='post-timestamp'>
    <b:if cond='data:top.showTimestamp'>
    <data:top.timestampLabel/>
    <b:if cond='data:post.url'>
    <a class='timestamp-link' expr:href='data:post.url' title='permanent link'><data:post.timestamp/></a>
    </b:if>
    </b:if>
    </span>
    </div>

    Note: check that there is a space between the closing
    -tag and the opening -tag, to separate the author name from the timstamp label.

    Save the template.

    Here is another modification code

    Moving post labels to the top

    This modification moves the post labels to the top of the post, to a second post header line. We assume that the author name and timestamp are in the first post header line, just below the post title.

    Edit the template in HTML-mode, and expand all widget templates. Search for the following line of code:

    <b:includable id='post' var='post'>

    Scroll down and find the DIV with class='post-header-line-1'. Below this DIV, add a new DIV with the following code:

    <div class='post-header-line-2'>
    </div>

    Scroll down some more and find the following piece of code:

    <span class='post-labels'>
    <b:if cond='data:post.labels'>
    <data:postLabelsLabel/>
    <b:loop values='data:post.labels' var='label'>
    <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
    </b:loop>
    </b:if>
    </span>

    Cut this code from the template.
    Scroll back to the post header line 2 and paste the code between the DIV-tags:

    <div class='post-header-line-2'>
    <span class='post-labels'>
    <b:if cond='data:post.labels'>
    <data:postLabelsLabel/>
    <b:loop values='data:post.labels' var='label'>
    <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
    </b:loop>
    </b:if>
    </span>
    </div>

    Go to the top of the template, to the -section, and add the CSS-styling for class post-header-line-2.

    Save the template.

    have a nice try of modifications your blogspot...
    Make sure BACK UP your template first
    CONTINUE Read "New Blogspot Post Modifications"

    Increase feedburner

    7:23 PM


    This is old news but I thought I will write a small post informing about this new feature in Blogger for the benefit of those who may not know about it. Even if you burn your Blogger feed to Feedburner, some percentage of your visitors may still be reading the Blogger feed. This could happen if they had provided your blog URL (instead of your feedburner feed) to their feed reader and their feed reader auto-discovered Blogger feed. The side effect of this is that your subscriber count will not be accurate. The first useful development of Google buying Feedburner happens to be the new "Feed redirection" feature. Using this, you can redirect your Blogger feed to Feedburner feed. You can do this by going to Settings->Site Feed and providing your feedburner feed URL for redirection (as shown below).



    I did this sometime back and my subscriber count increased. You could try this too!

    CONTINUE Read "Increase feedburner"

    Better Ways to Search Google

    2:11 PM



    Everyone uses Google these days and often multiple times each day. We use it for work, for fun and for general interest. It has made our researching so much easier. Google makes looking up the most mundane detail simple. Need a phone number for the pizza place down the street? Google it. The possibilities are endless. However, did you know you can get more from your Google searches? It’s true and here are six tips to achieving more productive Google search results:

    Don’t leave out synonyms.
    Suppose you want to perform a search but wish to broaden your search to include similar words to your initial keyword. To achieve optimum results, place the “~” symbol in front of the synonym. For example: “baseball” is your keyword and you want to include “pitchers” in your search. Type in: baseball ~ pitchers.

    Find out who called you.
    If an unfamiliar number calls you on your cell phone you can use Google to find out who called you. For example: this number (555-555-5555) called you and you don’t have the number in your list of contacts. All you have to do is search this number in Google by typing: phonebook 555-555-5555. This is the Google phonebook feature.

    Narrow down your search.
    Suppose you want to search movies but want to exclude horror movies from your search. When you type in “movies” in your search bar, add “-horror.” Your search will look like this: movies – horror. This will refine your search and eliminate searches yielding any reference to horror.

    Zero in your search on a specific site.
    Suppose you want to find out what a particular site has to offer about baseball. Use the “site:whateversite.com” modifier. For example: “baseball” site:whateversite.com. This will search your specific site for references to baseball. This works even if the specific site doesn’t have a search option.

    Search by file type.
    The file type modifier allows you to search for documents fitting a particular file type. Suppose you want to find files about baseball that are in PowerPoint. All you have to do is search: “baseball” filetype:ppt.

    Search by numeric ranges.
    This feature is rarely utilized but can be very useful. This is perfect if you’re searching a range of years or prices or whatever you want to narrow your search by. For example: Massachusetts governors 1900..1990. This will yield a search of governors in Massachusetts from 1900 up to 1990.


    This article is contributed by Heather Johnson, a freelance writer as well as a regular commentator on the topic of credit card reviews. You can read more from here on YourCreditAdvisor.com.

    CONTINUE Read "Better Ways to Search Google"

    Related Posts for Blogspot beta

    1:40 PM

    do you want your blog look more touchable?Related posts for Wordpress is what everyone knows about. it's changed and there is simple word
    Who Says Related Posts are Only For Wordpress...
    But its Related Posts for Blogger that everyone is looking for. Many people have Asked Me About how to Add this Related Post plugins for Blogger just like I have done. So I have decided to Post in details Here. This is a really Nice template Hack which Also improves your CTR in your blog. Plus it also provides better navigation options for your Visitors.

    lets start with these steps, and don't forget to backup your previous blog.
    Step 1 :
    First of all add the below code just before (above) </head> .

    <style>

    #related-posts {
    float : left;
    width : 540px;
    margin-top:20px;
    margin-left : 5px;
    margin-bottom:20px;
    font : 11px Verdana;
    margin-bottom:10px;
    }
    #related-posts .widget {
    list-style-type : none;
    margin : 5px 0 5px 0;
    padding : 0;
    }
    #related-posts .widget h2, #related-posts h2 {
    color : #940f04;
    font-size : 20px;
    font-weight : normal;
    margin : 5px 7px 0;
    padding : 0 0 5px;
    }
    #related-posts a {
    color : #054474;
    font-size : 11px;
    text-decoration : none;
    }
    #related-posts a:hover {
    color : #054474;
    text-decoration : none;
    }
    #related-posts ul {
    border : medium none;
    margin : 10px;
    padding : 0;
    }
    #related-posts ul li {
    display : block;
    background : url("http://i263.photobucket.com/albums/ii150/mohamedrias/newconcept_bullet.png") no-repeat 0 0;
    margin : 0;
    padding-top : 0;
    padding-right : 0;
    padding-bottom : 1px;
    padding-left : 16px;
    margin-bottom : 5px;
    line-height : 2em;
    border-bottom:1px dotted #cccccc;
    }

    </style>
    <script src='http://nemesis2081.googlepages.com/RelatedPosts.js' type='text/javascript'/>

    Now Save your template.

    Step 2 :
    Now look for
    <p><data:post.body/></p>
    in the template. Make sure to "Expand Widget Template" in the Edit HTML page.

    Now add the code given below after code in step 2

    <b:if cond='data:blog.pageType == "item"'>
    <div id="related-posts">
    <font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>

    <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
    <script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
    </script>
    </div></b:if>

    Save your Template . Now you are done.
    Now you will have related posts widget of my style.

    CONTINUE Read "Related Posts for Blogspot beta"

    Digg Button Customize

    1:18 PM

    If you want to add a Digg Button to your Post , then follow the simple Steps as Given Below.

    For Example .. on my blog its place bottom, and this code for left positioned, if yo want to change a positioned just change a code on 'float:xxxx'

    First log into your Blogger Dashboard.
    Go to layout.
    Then Click Edit HTML.
    Mark 'Expand Widget Temlates' .

    Now search for the following code...
    <p><data:post.body/></p>

    Now place the following Code just After (below)
    <p><data:post.body/></p>

    <div style='float:right; margin-left:10px;'>
    <script type='text/javascript'>
    digg_url = '<data:post.url/>';
    digg_window = 'new';
    </script>
    <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
    </div>


    Now Save your Template.

    Make sure to backup your template first

    Enjoy !!
    CONTINUE Read "Digg Button Customize"

    SEO HANDBOOK

    11:14 AM

    What are the best ways to boost your position in search engines?
    What keywords should you use on your web-pages?
    And which tools should you use to improve the quality of backlinks, link popularity and Google Page rank? Here is the list of the most useful SEO-tools you might be willing to use, developing and optimizing your next web-site.
    Most of them are tested and worked...
    and feel free to download here under is a link

    DOWNLOAD A SEO HANDBOOK



    Thank
    CONTINUE Read "SEO HANDBOOK"

    How to Hide Your Post Date, Time or Author

    1:17 AM

    There are some reason for bloger to hide Post date, time and author. May be they want to see their blog looks clear or everything. Now I will show you the trick to "hide your post date, time and or author". the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack and customize.

    1. Login to blogger the go to "Layout --> Edit HTML"
    2. Click on the "Download Full Template" to back up your template first.
    3. Check on the "Expand Widget Templates" check box.


    Hide Post Date
    find this code and delete it.

    <data:post.dateHeader/>


    Hide Post Time

    find this code and delete it.

    <span class='post-timestamp'>
    <b:if cond='data:top.showTimestamp'>
    <data:top.timestampLabel/>
    <b:if cond='data:post.url'>
    <a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
    title='permanent link'><abbr class='published'
    expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
    </b:if>
    </b:if>
    </span>

    Hide Post Author
    find this code and delete it.

    <span class='post-author vcard'>
    <b:if cond='data:top.showAuthor'>
    <data:top.authorLabel/>
    <span class='fn'><data:post.author/></span>
    </b:if>
    </span>

    5. Save your editting

    Good Luck ............
    CONTINUE Read "How to Hide Your Post Date, Time or Author"

    New Look Blogspot Post Date

    1:08 AM

    Some time we've bored with standard blog interface,...i mean for post date format look as simple digits, if you've got idea to change a look of its you can use this trick to make your blog more beautiful look of post date. This trick have put as you see in my blog. If you interest let's do it now.
    The first thing you have to do is change your "date header format" to become mm.dd.yyyy (1.24.2008).

    How to do this?
    go to your blogger account, then chose "Setting --> Formatting, change "date header format" to become what I said before (mm.dd.yyyy) then save your setting.

    Next step is go to tabs "Template --> Edit HTML".
    Don't forget to backup your template first.
    Click on a "Expand Widget Templates" check box. and go to the deep tricks under.

    1. Find this code
    <title><data:blog.pageTitle/></TITLE>
    in your HTML. If you found it, put the code below under it.

    <script type='text/javascript'>
    //<![CDATA[
    /*********************************/
    /* http://nemesismedia.blogspot.com */
    /*********************************/
    function date_replace(date) {
    var da = date.split('.');
    var day = da[1], mon = da[0], year = da[2];
    var month =
    ['0','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
    document.write("<div class='month'>
    "+month[mon]+"</div>
    <div class='day'>
    "+day+"</div>
    ");
    }
    //]]>
    </SCRIPT>

    2. Then Find this code:

    .date-header {
    margin: 1.5em 0 0;
    font-weight: normal;
    color: $dateHeaderColor;
    font-size: 100%;
    }

    if you can't found it try to find this:

    h2.date-header {
    margin:1.5em 0 .5em;
    }

    3. OK, you have found it? next step is put the below code under it.

    .dateblock {
    background: url("your hosting image")
    no-repeat;
    width: 50px;
    margin: 0;
    font-weight: bold;
    height: 50px;
    /*position: absolute;
    top: 0;
    left: 0;*/
    float: left;
    text-align: center;
    }

    .month {
    font-size: 11px;
    width: 37px;
    margin: 0 5px;
    text-transform: uppercase;
    color: #fff;
    }

    .day {
    color:#3366CC;
    font-size: 19px;
    width: 37px;
    margin: 0 5px;

    }
    Finnaly save your template and view your new look of date posting template.
    CONTINUE Read "New Look Blogspot Post Date"

    How to avoid Google ban

    1:17 AM

    I have just came across by another resources, and best SEO tricks just founded, thought it will more useful if i write down here, perhaps can be use by other blogger...finally Here are Some of the useful information to avoid your website or blog from google ban :

    Hidden or invisible Text - Check your website carefully for the hidden text. The text color must not same with the background color. The text are hidden to the visitors and this technique is used in black hat seo.

    Keyword Stuffing - Do not repeat same keyword again and again. It is known as keyword stuffing and spammers repeat the keywords in title, meta description and even in the pages to increase the ranking. Be careful.

    Meta Tag Stuffing - No more importance in google since 2005. Spammers used to add unrelated keywords in the meta keywords. This technique is also consider as spam and your website will be penalized.

    Scraper Website - These websites are created only to earn money through google adsense. Less or no content, full of ads and the links of the websites to send the visitors to other websites. You website should not look like scraper website.

    Spam blogs - If you are a blogger then write your own content. Donot use the content of other on your blog otherwise google will ban your blog.

    URL Redirection - It is also spamming because you are redirecting the visitors to other sites using meta refresh method or java script without permission.

    Comment Spam - People post comments on the blogs and try to add the anchor text with the url in the comments. It can also dangerous for your website or blog.

    Gateway Pages - Useless web pages that contains no or very less content in the form of keywords and link of the other websites. Please check carefully, if your website contains this type of pages, remove it permanently to avoid google ban.

    Cloaking - It is the black hat seo method in which the content presented to the search engine spider is different to that presented to the visitors. Search engines hate these type of pages and ban permanently.

    Buying Expired Domains - Some people purchase the expired domains for creating google bomb. Your website can also ban.

    Sybil Attack - If you are the owner of 4-5 websites or the owner of the blogs then carefully link the websites or blogs. Spammers make websites and interlinked with each other to get good ranking.

    Mirror Websites - If you have 2-3 websites and you are using the same content but different url names then google consider these websites as spam websites and ban permanently. So your websites must be unique content.

    Page Hijacking - The hijackers hack the pages and redirect it to their own website. The search engine show the result from the same page but when visitors clicks on these pages it redirects the visitors to the hijackers pages. It is very serious spamming.
    CONTINUE Read "How to avoid Google ban"

    Search Engine rankings

    11:22 PM

    Link Popularity is one of the most important factors affecting your Search Engine rankings. When your site is popular with other web-sites, the Search Engines love you, but if you are the new kid on the block, they ignore you; totally. Its great to be popular; and improving your Link Popularity will also get you higher rankings on the search engines.

    Why is Link Popularity important for higher rankings?

    Search Engines are just software programs that try to analyze the utility and validity of your content with regard to certain keywords. It also tries to understand the importance or ranking of your site against all competing sites in its index.

    Just how do Search Engines learn about the utility and the validity of your content?

    Search Engines just love sites that users love to visit. They love it even more if users spend more time at the site before they browse away. Now how do they know which sites humans love? Obviously with the billions of web pages on the world wide web, the Search Engines cannot manually go to each site and check their content. They let other humans do that work for them. Then they watch as others link to your site. They watch your LINK POPULARITY.

    Link popularity simply means how popular are you on the World Wide Web. And your popularity is determined by the number of people linking to your web-site. The greater the number of external links pointing to your web-site, the greater is your ranking. Simple, isn’t it?

    Here is how to find YOUR link popularity: Go to Google.com and type in link: followed by your URL. This returns all the sites that link to you in the Google index. eg. link:http://www.yourdomain.com.

    How do you get a lot of people to link to you?

    Getting people to link to you is easy if you establish your presence. Show that you are a master of your domain. Even if you deal in manure, and there are people out there wanting to know more about it, you have an audience. And if you establish your presence well enough, the links will automatically follow.

    Here are a few ways you can increase your inbound links.

    1) Articles : Almost anybody can write articles. This is the easiest way to get started on your way to Search Engine manna. Its just the question of putting down your thoughts in a coherent manner. As long as the information you are providing is useful and valid, your articles are sought after by publishers out there. There are also hundreds of article directories on the net.

    To find article directories, Google ‘Article Directories’. You get nearly 2 million hits. There are also some awesome free tools available for this.

    For those with a morbid fear of writing, you can find ‘Ghostwriters’ as well as ‘Virtual Assistants’ on the Internet. Search on Google for those terms and you will find many a link to sites that provide you suitable services. You may also use sites like Elance.com and RentACoder.com for people who will write articles for you.
    2) Blogs: Blogs are not as easy to do as Articles are. But they are a very useful tool, nevertheless. When you have a blog, you have an audience. It like a fan base. They have certain expectations of you. They want you to churn out hit singles or albums. But they want you to give them more. Even though they started out as mere diaries or daily jottings of a few people, currently they are excellent link building, content management and search engine optimization tools.

    In fact almost industry may have its blog portal. As always run a search and you will find something in your industry. Or you may go to blogger.com or wordpress.com to start your own blog free of charge.

    3) Free Products: The easiest way to do this is to write a tool and offer it for downloads. Or may be even provide a service for free. The greatest example of building a business with free service that comes to mind is hotmail.com. Once your service becomes a must-have, its only a matter of time before you can start making money from it. Also you can have people point to your site to give their customers access to your tool.

    4) Trackbacks: This is the easiest way to get your links out there. What you do is go to other blogs(Authority Sites) in your industry and become a regular contributor. Or comment on the blogs. Along with your signature, most people offer a link to your web-site. And the more links you have pointing back to you, the more popular you get. Also, when you become a major contributor/commentor, people start valuing your opinion more.

    5) Syndications : You can offer your articles to other sites for publishing for free or for payment. Your article links back to your site.

    6) Reciprocal links: You offer a link to another peer site, in return for them linking back to you. This is a good way to get your target industry users to come to your site. Also you introduce your users to other sites that they may be interested in visiting. They will be thankful to you for pointing them in the right direction. And they come to trust you more.

    7) Partner links : Your local Chamber of commerce, Suppliers, Resellers, Affiliates, Sites selling complementary products etc.

    8) Study your competition: Google your product and study the linking strategy of top ranking sites. There are tools that help you do this. Webposition.com has a good tool but I prefer EliteSEOTool.com as it has some additional features that I love. These tools help you conduct an ongoing study of your competition and their rankings thereby helping you beat them consistently.

    Of course, no amount of link popularity will help you if don’t have the content to keep visitors at your site. So start with good content.

    A note of caution! Make sure that you are being linked to by Authority sites with a Good PageRank. Also the linking sites should somehow be relevant to your industry. If not, it only serves to confuse the Search Engines and your rankings will suffer.

    This post was guest blogged by Dave Janardhanan of nobleriver.com,Copyright (c) 2008
    CONTINUE Read "Search Engine rankings"

    Secret To Targeted Google That's CHEAP!

    10:15 AM

    Most blogger are always searching for effective advertising tactics that attract targeted traffic to their websites.

    While most have heard and used Google AdWords to attempt to generate traffic, this method is often effective with fine tuned skills or deep pockets, or both.

    The following Seven Step Method will summarize a little known, but powerful technique which results in lower cost, massive amounts of targeted traffic to ANY website. Up until now, only a handful of top internet blogger were known to use this specific technique in various forms.

    Google Site Specific

    Step 1.
    Perform Keyword Research on tight keywords or keyword phrases that will utilize attraction marketing to identify your target market on Google's search engine. Google will now bring up the top sites with those keywords. These are the highest traffic sites in your keyword niche.

    Step 2.
    Analyze those top 10 - 20 sites and confirm the presence of Google AdSense advertising on them. Save the URLs of those sites that have AdSense advertising on them and save those url's to a notepad file.

    Step 3.
    In your Google AdWords account, create your Google ad using effective direct response marketing copywriting skills (you may want to analyze current Google AdWords ads in your niche to identify effective copy ideas).

    Step 4.
    Do NOT choose to set up a CPC (cost per click) campaign and instead choose a CPM (cost per thousand impressions) payment plan instead. This allows you to bid and control your ad costs at lower rates. Google will let you know how high the effectiveness of your ad will be as you test and input different CPM limits ($3 - $4 CPM). Choose the lowest CPM allowable that will still rate an effective rating from Google.

    Step 5.
    Review Your Ad and edit so that you input the EXACT page on each site that you would want your ad to be shown. Instead of just being anywhere on the New York Times site, you can actually enter the exact page url in the site that you want your ad to be shown in.

    Step 6.
    Test your ad and analyze traffic and cost results. Split test your ad varying your headline and body.

    Step 7.
    Choose different keywords and repeat the process.

    This very simple, low tech and low cost tactic can generate massive traffic that is targeted and site specific thus, lowering your overall advertising cost while at the same time increasing the level of effectiveness and quality of your traffic.
    CONTINUE Read "Secret To Targeted Google That's CHEAP!"

    Promosi Website

    2:04 AM

    Promosi Website Anda pada search engine melalui Natural Listing

    Natural Listing adalah Anda mendaftarkan website Anda pada search engine untuk diindex dalam database search engine tersebut agar bisa ditampilkan pada hasil pencarian melalui search engine tersebut. Dalam melakukan natural listing, ada beberapa search engine utama yang perlu Anda daftarkan antara lain:

    Google http://www.google.com/addurl
    Yahoo http://search.yahoo.com/info/submit.html
    MSN http://beta.search.msn.com/docs/submit.aspx
    Dmoz http://www.dmoz.org/add.html

    Anda perlu mendaftarkan website bisnis internet Anda pada keempat search engine utama diatas, selain itu Anda bisa mendaftarkan website Anda pada search engine lainnya

    Atau menggunakan jasa pendaftaran website / “URL Submission” seperti:
    http://www.submitexpress.com/submit.html
    http://www.addme.com
    http://www.addpro.com
    http://www.freewebsubmission .com

    Tujuannya adalah agar website bisnis Anda dimunculkan pada search engine setiap orang mengetikan kata kunci pencarian yang sesuai dengan jenis bisnis Anda.

    Tips Singkat untuk mendapatkan posisi tinggi pada search engine adalah
    - Membuat Title, Metatags, dan Description yang sesuai dengan jenis bisnis Anda dan memuat kata kunci.
    - Membuat isi website yang kaya akan kata kunci sesuai dengan jenis bisnis Anda
    - Membuat Back Link sebanyak-banyaknya dari website bisnis lainnya yang sama jenisnya atau website bisnis yang menyediakan produk pelengkap untuk bisnis Anda.

    Semoga bermanfaat,
    CONTINUE Read "Promosi Website"