Make Money From Your Blog

PerformancingAds
  • Guest Posts are Invited at My Blog ...
    I have been busy in writing new blog post, and creating new Social networking profile for me.
    There are few tips which i just came to know, about some good techniques to promote your Blog.

    101 ways top promote your Blog

    These techniques are no doubt very good,but while reading this post, One new idea just got stuck in my mind.
    How about inviting Guests to write a post in your Blog?
    Although this concept is not new, but i thought it in deep now only, it think it will be a good idea, to invite Guest post on your blog.
    It can give benefit to both ways, as..

    1 The person who invites the Guest Post, can make his blog more popular, and also content rich.
    2. For Guest, it will give benefit, as Guest can promote his website or blog, through his content and by putting links in the blog post, to his website, about the more useful information.

    I am also inviting guests to Visit my blog, and if they find it a good one, and if they are interested in putting more information about there blogs/website in my blog, then just contact me or put an comment on my blog post. I will send you invitation to write blog post in my blog.


    I am busy these days in promoting my blog in different Social networking website, so it can my guest an edge to promote their blog/website through me.

    Guest Posts are Invited at My Blog ...Share your Knowledge with World.

    more
  • Power of Social Media Optimization and Social Networking
    I was busy from these two days, in SMO.I was reading some very good articles on Social Networking and on Social Media Optimization.When you enter in SEO, social networking become a part of your day to day work. There will be hardly any SEO who doesn't had made any profile.
    Basic aim when you enters in SMO or in social networking is to get traffic for your website.
    SEO is all about traffic, whether it is organic, (by search engine) or is inorganic (referral).

    You can't left any aspect of getting traffic for your website, whether it is organic or through networking.
    Even when it comes to Social Networking, there can be a more future scope from career point of view also.
    If you are capable of driving traffic for your website through your networking then you can be a great acid for your company, and people would like you to be in there team.

    That is the strength power of social networking ..
    I was recently going through some articles on Social Networking and it makes me to feel seriously about social networking when i read about the number of unique visitors these websites can generate for a website.

    The main traffic driving social networking are..
    facebook, twitter,LinkedIn,Fark Stumbleupon, Digg, Reddit, Sphinn etc.
    Here i am putting one article which gives you statistics about the number of unique visitors these websites can generate for you.
    Get Thousands of Unique Visitors for your website, through Your Social Networking

    more
  • Google announces a News user agent for Google News. We all know about Robots.txt and their uses.Robots.txt allows or disallow different crawlers to crawl and index you webpages in their respective indexes.
    Google has announced a new user agent for robots.txt called Googlebot-News.The concept behind announcing this user agent is that Google believes that it will give publishers even more control over their content.

    Also one another way for publishers is that they could easily contact google via a form if they didn't want to be included in Google News but did want to be in Google's web search index. Now, publishers can manage their content in Google News in an even more automated way. Site owners can just add Googlebot-News specific directives to their robots.txt file. Similar to the Googlebot and Googlebot-Image user agents, the new Googlebot-News user agent can be used to specify which pages of a website should be crawled and ultimately appear in Google News.

    Here are a few examples for publishers:


    Include pages in both Google web search and News:
    User-agent: Googlebot
    Disallow:

    This is the easiest case. In fact, a robots.txt file is not even required for this case.

    Include pages in Google web search, but not in News:
    User-agent: Googlebot
    Disallow:

    User-agent: Googlebot-News
    Disallow: /

    This robots.txt file says that no files are disallowed from Google's general web crawler, called Googlebot, but the user agent "Googlebot-News" is blocked from all files on the website.

    Include pages in Google News, but not Google web search:
    User-agent: Googlebot
    Disallow: /

    User-agent: Googlebot-News
    Disallow:

    When parsing a robots.txt file, Google obeys the most specific directive. The first two lines tell us that Googlebot (the user agent for Google's web index) is blocked from crawling any pages from the site. The next directive, which applies to the more specific user agent for Google News, overrides the blocking of Googlebot and gives permission for Google News to crawl pages from the website.

    Block different sets of pages from Google web search and Google News:

    User-agent: Googlebot
    Disallow: /latest_news

    User-agent: Googlebot-News
    Disallow: /archives

    The pages blocked from Google web search and Google News can be controlled independently. This robots.txt file blocks recent news articles (URLs in the /latest_news folder) from Google web search, but allows them to appear on Google News. Conversely, it blocks premium content (URLs in the /archives folder) from Google News, but allows them to appear in Google web search.

    Stop Google web search and Google News from crawling pages:
    User-agent: Googlebot
    Disallow: /

    This robots.txt file tells Google that Googlebot, the user agent for our web search crawler, should not crawl any pages from the site. Because no specific directive for Googlebot-News is given, our News search will abide by the general guidance for Googlebot and will not crawl pages for Google News.

    Read complete article here..

    official Google Webmaster Blog

    more
  • Salman Khan Blog On Veer
    My favorite time pass while i am not any work , is reading News, specially related to SEO and Cricket.
    Today i was just visiting some news websites about the cricket news, then suddenly i come to a website where a link has been place about Salman Khan's blog, on his newly coming file "VEER."

    Who doesn't know about him, He is a Superstar in bollywood, and now as his much awaited movie VEER is going to be released very soon, he is writing about VEER.

    Blogging is a major weapon for all the SEO's to get traffic for their blog's or website.And now as every available medium is being used in the marketing for, whether it is websites, or movie.Film stars are now using Blogging as a tool to get more attraction and promoting their movies, which is not bad at all.

    Well while reading this post on my blog you might think that what exactly is the relation of this blog post with my Blog.

    Let me tell you is that blogging is my passion, I write blog because, I always want to share some good information with visitors of my blog. And writing about Salman Khan's Blog in my blog you must have come to know about Salman's Blog.
    Read Salman's Blog Here.

    Salman's Blog On Veer


    look at the comment people had posted in his blog in just some hours, and i am sure these comments are going to be increased like anything at His BLog.
    So stay updated with Salman's Veer.

    Thanks
    Salman Rocks......

    more
  • Post Excerpts and Putting Thumbnail in your Excerpted Post : Wordpress Customization
    Today, I had started customization of a Wordpress theme.I am not good in customization of themes in Wordpress, but not best. So i started my customization today, and taught to share my customization with all my readers.

    After installation of wordpress and activating theme in my Localhost, i started customization.

    first while looking for customization look for index.php

    I today completed two main work in wordpress.
    1. How to Excerpt your Post in Wordpress?

    If you are looking to Excerpt your wordpress blog, open your index.php file, and the find the code

    and replace this code with the following code:










    This is the simple way to Excerpt your long posts in wordpress so that short description of your post appears in your home page.

    When i completed my first job, the i switched to my Second job.
    I want to put a thumbnail of the image i used in the post of my blog, in the excerpted area in index page.

    I did not know much about this, but i googled about this, and then i came up two solutions, i tried both the solutions, and i am sharing both these.

    1st you need to put some code in your index file, but that's not a good option when you have the second one.

    Well ..
    < href="http://downloads.wordpress.org/plugin/thumbnail-for-excerpts.1.3.zip">Thumbnail for Excerpts” .Download the plugin and

    Just install and activate.

    You can see it in action on your blog.

    This is the best and quick way.
    I am done with these two steps right now, and will share the next customization with you in next post.

    Emerging SEO

    more

Google Friend Connect