Saturday, November 12, 2011

Protect your Website/blog's content from getting copied


Now a days,one of the biggest problem that the website holders face is their content getting copied,which actually is a really serious matter.

In this article i am gonna show tell you some coding,which surely gonna help you,in protecting your Articles from those copy cats.

Their are two ways,your website/blog content can be stolen,either by Copy or by Cut,so to protect these two from happenning,just add the below coding inside the <body> tag of your website/blog.

-To stop from getting copied:

<body oncopy="return false"> 

-To stop from getting cut:

<body oncut="return false">

Thursday, November 10, 2011

How to make an SEO blog post

How to make an Search Engine Optimised Blog post?

This a pretty commom question,which almost every blogger searches on web for and want to know.

We all know,that SEO is what makes a blog get organic traffic,i.e from the search engines like Google or Yahoo,and there is a real misconception in the bloggers,that link building will help you in it.

Well,if you would ask me,then i would give only 20% credit to link building for better SEO,and the rest to the SEO of the blog content or blog Post.

So its really important for you to also give importance to the SEO of the blog post,Below are some of the key points which surely will help you in acheiving better rankings on the search engines.

1-The first line of your blog post should contains the meaning as same as the Title of the post,but should contain different words,and you better use <h3> tags within it.


2-With the google keyword tool,use different keywords in the different lines of the post.


3-Interlink your blog posts.


4-Use Itallic font in the Last line of your Blog Post,I really dont know the reason for this,but i have used it on my several post,and boy,i was really surprised by the results.


5-And ofcourse,your blog should contain some unique content,as google's most important policy is "CONTENT IS KING".


If you properly follow all the above steps,you will surely starting to get some good traffic.

Add date to your Blog/Website






Above is the example of that widget.

In this Article,i am gonna tell you,how to add an Date plugin on your Blog/Website.

Well adding an Date wigdet on your template seems to be pretty cool,below is the coding and the steps which are needed to be followed to add the wigdet.This coding is been developed by DB,and it comprises of javascript.

This widget not only tells you the date,but also the day,the correct time and the time zone you belong to.

Coding:


<head>
<script>
var now
now=Date()
</script>
</head>
<body>
<script>
document.write(now);
</script>
</body>


For Blogger:

1-Sign in to Blogger interface.

2-In the Layout option,choose "Add a Widget" wherever you want the time to be shown,and just add the above coding in the "HTML/Javascript" option.

For Wordpress:

1-Sign in to your Wordpress dashboard.

2-Choose widgets options then add a text widget,and in that Text widget,just paste the above coding.

For Normal Website:

1-Just paste the above coding after the tag start and before it gets closes.

Submit Blogger Blog's sitemap to Google

I receive many questions related to how to get better indexing on Google,even if you are using an Blogger Blog,or how to create an sitemap for the blogger blog.

Well,now you might have figure it out what i am gonna tell you in this article.

In this article,i am gonna tell you how to create an Sitemap for your Blogger blog,as Sitemap really helps any website to get better indexing's on the Search Engines.

Follow the below steps to generate your blog's sitemap:

1-Sign in to your google webmasters account,and add your blog in it.

2-Once you have added your blog,now its the right time to create the sitemap for your blog.for that use the Sitemap Generator.



3-You'll get a Sitemap file that contains a list of all your blog pages,now all you need to do is just ping them,and your'e done.

Article Source

Hope You Like The Post!!!

Wednesday, November 9, 2011

Feedjit:Live Traffic Feed

If you want to keep your eye on your Blogs vistiors,where are they coming from,and what are the pages,they are viewing on your Blog,then Feedjit is the widget for you.

Feedjit lets you track all the visitors of your website,and can also help you to be alerted when your most inportant clients are viewing your Latest Product Offering.