Pages

Monday, June 25, 2012

Redirect A Blogger Blog To Another URL Automatically!!!!

With the help of these steps you can redirect any blogger to another url automatically.

Step 1. In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Template > Then Edit Html > Now Proceed > Tick The Expand Widget Templates .


Step 2. Find the following piece of code in your blogs Html : 
<head>

Step 3. Copy And Paste The Following Code Directly Below / Under <head>

<meta content='5;url=http://www.YOUR-URL.com/' http-equiv='refresh'/>

Important - 

1. Replace http://www.YOUR-URL.com/ In Blue With The URL You Want To Forward To.


2. The Number 5 In Red Sets The Amount Of Seconds Before The User Is Redirected Change This To Suit.

Step 4. Save your template and your blog will now redirect after the time you set.Once again remember don't use this to send people to sites unrelated or with spam as your entire Blogger Account may be effected.

How To prevent Country Specific URL Redirect For Blogger


Early last month in February Google started redirecting all blogs to local country code Top-Level Domain (ccTLD), the blogs which are hosted on Blogger.com and using free BlogSpot sub-domain. For instance if you visit example.BlogSpot.com from India (or using any Indian IP address) then it will get redirected to example.BlogSpot.In or if you visit from UK (or by using any UK IP address) then it will get redirected to example.BlogSpot.Co.UK.
Till now it live in around 15 countries mention below:
Argentina (blogspot.com.ar), Australia (blogspot.com.au), Brazil (blogspot.com.br), Canada (blogspot.ca), France (blogspot.fr), Germany (blogspot.de), India (blogspot.in), Italy (blogspot.it), Japan (blogspot.jp), Mexico (blogspot.mx), New Zealand (blogspot.co.nz), Portugal (blogspot.pt), Spain (blogspot.com.es), Sweden (blogspot.se), UK (blogspot.co.uk)


It is happening so that Google can easily block the content which is not appropriate for a specify country according to the law of that country and can easily server that same content in other country without any issues.
To get out of this problem follow these steps. It will help you a lot...
Just go to Blogger Dashboard –> Design/Template –> Edit HTML and then add this below code just after starting <head’> tag
<script type='text/javascript'>
if (document.location != '<data:blog.canonicalUrl/>'){
var dom = document.location.hostname;
var path = document.location.pathname;
var dot = dom.split(".");
var ex = dot[2];
var ex2 = dot[3];
if (ex != "com" || ex2 != null){
var name = dot[0] + ".blogspot.com/ncr";
window.location.replace("http://" + name + path);}}
</script>
And Google has also remove their default 404 error page form all Blogger blog and started showing current template of that blog with this error message “Sorry, the page you were looking for in this blog does not exist.” so that people can easily redirect their blog to blogspot.com domain using JavaScript.
With this code you can easily redirect your blog from any country domain to .com ....
Enjoy!!!!!!!!

Gain Access to HTML of Dynamic Templates!!!!

Blogger Dynamic templates/views released by Google were initially 5 in numbers. But now, there are 7 types. Though, Blogger is giving lots of updates for Dynamic views, still they have decided not to give access to the HTML section of the template. The intelligent section of the Blogger community has come up tricks to gain access to the HTML of dynamic templates. I see that the new Blogger interface don't have the option of editing. But, sometimes I see there we are able to edit it from the old interface. This trick will definitely work in any ways.

Today, we shall how to edit HTML for a dynamic template in simple steps.

Note: This is for New Blogger Interface!

When you try to edit the HTML, you see that the HTML edit button is disabled as shown below:

Edit Dynamic Template HTML


Trick to edit HTML of the dynamic template:

Step 1. Go to Dashboard > Click the Dynamic Blog which needs to be edited

Step 2. You should be in the "Overview" section with an URL as shown below:

http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXXXXXXXX#overview

The  is your unique dynamic Blogspot ID. Copy and keep in a notepad.

Step 3. Now paste the X ids from the previous URL to the new URL shown below:

http://www.blogger.com/html?blogID=XXXXXXXXXXXXXXXXXXX

(You will be directly taken to the old interface of edit HTML.)

Try it..............

Monday, June 18, 2012

PageRank sculpting


People think about PageRank in lots of different ways. People have compared PageRank to a “random surfer” model in which PageRank is the probability that a random surfer clicking on links lands on a page. Other people think of the web as an link matrix in which the value at position (i,j) indicates the presence of links from page i to page j. In that case, PageRank corresponds to the principal eigenvector of that normalized link matrix.
Disclaimer: Even when I joined the company in 2000, Google was doing more sophisticated link computation than you would observe from the classic PageRank papers. If you believe that Google stopped innovating in link analysis, that’s a flawed assumption. Although we still refer to it as PageRank, Google’s ability to compute reputation based on links has advanced considerably over the years. I’ll do the rest of my blog post in the framework of “classic PageRank” but bear in mind that it’s not a perfect analogy.
Probably the most popular way to envision PageRank is as a flow that happens between documents across outlinks. In a recent talk at WordCamp I showed an image from one of the original PageRank papers:

Flow of PageRank

In the image above, the lower-left document has “nine points of PageRank” and three outgoing links. The resulting PageRank flow along each outgoing link is consequently nine divided by three = three points of PageRank.
That simplistic model doesn’t work perfectly, however. Imagine if there were a loop:

A closed loop of PageRank flow

No PageRank would ever escape from the loop, and as incoming PageRank continued to flow into the loop, eventually the PageRank in that loop would reach infinity. Infinite PageRank isn’t that helpful :) so Larry and Sergey introduced a decay factor–you could think of it as 10-15% of the PageRank on any given page disappearing before the PageRank flows along the outlinks. In the random surfer model, that decay factor is as if the random surfer got bored and decided to head for a completely different page. You can do some neat things with that reset vector, such as personalization, but that’s outside the scope of our discussion.
Now let’s talk about the rel=nofollow attribute. Nofollow is method (introduced in 2005 and supported by multiple search engines) to annotate a link to tell search engines “I can’t or don’t want to vouch for this link.” In Google, nofollow links don’t pass PageRank and don’t pass anchortext [*].
So what happens when you have a page with “ten PageRank points” and ten outgoing links, and five of those links are nofollowed? Let’s leave aside the decay factor to focus on the core part of the question. Originally, the five links without nofollow would have flowed two points of PageRank each (in essence, the nofollowed links didn’t count toward the denominator when dividing PageRank by the outdegree of the page). More than a year ago, Google changed how the PageRank flows so that the five links without nofollow would flow one point of PageRank each.
Q: Why did Google change how it counts these links?
A: For one thing, some crawl/indexing/quality folks noticed some sites that attempted to change how PageRank flowed within their sites, but those sites ended up excluding sections of their site that had high-quality information (e.g. user forums).
Q: Does this mean “PageRank sculpting” (trying to change how PageRank flows within your site using e.g. nofollow) is a bad idea?
A: I wouldn’t recommend it, because it isn’t the most effective way to utilize your PageRank. In general, I would let PageRank flow freely within your site. The notion of “PageRank sculpting” has always been a second- or third-order recommendation for us. I would recommend the first-order things to pay attention to are 1) making great content that will attract links in the first place, and 2) choosing a site architecture that makes your site usable/crawlable for humans and search engines alike.
For example, it makes a much bigger difference to make sure that people (and bots) can reach the pages on your site by clicking links than it ever did to sculpt PageRank. If you run an e-commerce site, another example of good site architecture would be putting products front-and-center on your web site vs. burying them deep within your site so that visitors and search engines have to click on many links to get to your products.
There may be a miniscule number of pages (such as links to a shopping cart or to a login page) that I might add nofollow on, just because those pages are different for every user and they aren’t that helpful to show up in search engines. But in general, I wouldn’t recommend PageRank sculpting.
Q: Why tell us now?
A: For a couple reasons. At first, we figured that site owners or people running tests would notice, but they didn’t. In retrospect, we’ve changed other, larger aspects of how we look at links and people didn’t notice that either, so perhaps that shouldn’t have been such a surprise. So we started to provide other guidance that PageRank sculpting isn’t the best use of time. When we added a help page to our documentation about nofollow, we said “a solid information architecture — intuitive navigation, user- and search-engine-friendly URLs, and so on — is likely to be a far more productive use of resources than focusing on crawl prioritization via nofollowed links.” In a recent webmaster video, I said “a better, more effective form of PageRank sculpting is choosing (for example) which things to link to from your home page.” At Google I/O, during a site review session I said it even more explicitly: “My short answer is no. In general, whenever you’re linking around within your site: don’t use nofollow. Just go ahead and link to whatever stuff.” But at SMX Advanced 2009, someone asked the question directly and it seemed like a good opportunity to clarify this point. Again, it’s not something that most site owners need to know or worry about, but I wanted to let the power-SEOs know.
Q: If I run a blog and add the nofollow attribute to links left by my commenters, doesn’t that mean less PageRank flows within my site?
A: If you think about it, that’s the way that PageRank worked even before the nofollow attribute.
Q: Okay, but doesn’t this encourage me to link out less? Should I turn off comments on my blog?
A: I wouldn’t recommend closing comments in an attempt to “hoard” your PageRank. In the same way that Google trusts sites less when they link to spammy sites or bad neighborhoods, parts of our system encourage links to good sites.
Q: If Google changed its algorithms for counting outlinks from a page once, could it change again? I really like the idea of sculpting my internal PageRank.
A: While we can’t ever say that things will never change in our algorithms, we do not expect this to change again. If it does, I’ll try to let you know.
Q: How do you use nofollow on your own internal links on your personal website?
A: I pretty much let PageRank flow freely throughout my site, and I’d recommend that you do the same. I don’t add nofollow on my category or my archive pages. The only place I deliberately add a nofollow is on the link to my feed, because it’s not super-helpful to have RSS/Atom feeds in web search results. Even that’s not strictly necessary, because Google and other search engines do a good job of distinguishing feeds from regular web pages.
[*] Nofollow links definitely don’t pass PageRank. Over the years, I’ve seen a few corner cases where a nofollow link did pass anchortext, normally due to bugs in indexing that we then fixed. The essential thing you need to know is that nofollow links don’t help sites rank higher in Google’s search results.

SEO FAQS A ULTIMATE GUIDE


A Visual Guide To SEO


Saturday, June 16, 2012

How To Get More Pins and Repins On Pinterest


The Power Of Pinterest


Wednesday, June 13, 2012

SPIDER

SEARCH ENGINE SPIDER is actually just a server based software application that is designed to compile and maintain search engine databases. They are also known as ROBOTS. These applications were nicknamed spiders because they crawl the "web" looking for information to add to the search engine's database.It crawls any website and returns the number of pages on the server, the number of pages indexed by Google, link popularity and a summary report with search engine ranking statistics.

Other SEO Spider features include:

* Spider goes to any website and build a list of URLs, along with the titles, for each page on that server
* Finds out how many pages are indexed and what the Google rank is for each of those listed pages
* Phrase matching search options
* Check individual pages or the entire list
* View, save or email the summary report with page rank statistics
* Google Dance Tool shows you when Google is updating their index

SOCIAL BOOKMARKING

SOCIAL BOOKMARKING is a technique to attract new visitors and increase organic web traffic (indirectly) to any website or an individual web page through bookmarking. It is mostly used in SEO. This is offpage technique. There are several social bookmarking sites and social networking websites available online. In Social bookmarking, online users can share, manage or can store any of their favorite web information, web page, etc. It is available to everyone on the web and can also be saved by any other user. This is the method of sharing the web pages which will create huge amount of quick traffic, backlinks (one way links) to the website.

BOUNCE RATE

Bounce rate is the percentage of single-page visits or visits in which the person left your site from the entrance (landing) page.It basically tells you what percentage of your visitors are “bouncing” away after landing on your site.

A bounce can occur for several reasons, including:

* The visitor hit the “Back” button on his browser.
* The visitor closed his browser.
* The visitor clicked on one of your ads.
* The visitor clicked on one of your external links.
* The visitor used the search box on his browser.
* The visitor typed a new URL on his browser.


Formula for finding the Bounce rate of our website:

Bounce rate = Visits that left after one page / Total number of visits

H TAG

* The h1 tag are used to tell the search engines that the text included within that tag is the MAIN TOPIC of that page.

* The h2 tag are used to tell the search engines that the text included within that tag is the SUBTOPIC of that page.

* The h3 tag are used to tell the search engines that the text included within that tag is the SUBTOPIC of the h2 tag.

* If there is a link in h1 tag, it gives the impression to the search engines that the linked web page is more important rather than the present page. we can use more than one h1 tag. But, we should have single h1 tag in each page.

Seo Tips to get high Traffic To Blog

Some of the SEO Tips are

* To improve your blog ranking, make sure that you post content at regular intervals.
* Make sure that you have targeted keywords, relating to the topic of your blog.
* Give your reader’s what you would want in their place.

Expertise

Make your blog a source of expertise for one topic. Don’t expect a successful blog while posting off topic. Anything irrelevant to your blog topic has no business entering your blog. Your reader’s come to your blog for one purpose, and that purpose must be fulfilled. Keep your focus and relevancy.

Content


Again, make sure that you post content at regular intervals. Search engines often crawl sites to see which have posted most recently. Search engines like Google are looking to provide viewers with the most up to date results. A blog with the most greatest content can fail to be reach it’s traffic generating potential if not posted often enough. It helps to have a schedule of when you will post everyday.

Target Keywords


Fill your content with targeted keywords. This means that you should use keywords in your content that will help viewers find it. Ask yourself, which keywords do you want your reader’s to search that will display in your content? These are the keywords you should use. Put yourself in the perspective of your viewers. Think about which keywords they would search for or which keywords you would search for yourself.

Quality

Make sure you have quality posts. After awhile, you will soon get the hang of adding keywords to your content, and everything will start to flow. Just be consistent in your posts, and your ranking are likely to increase up the search engines.

Different Ways To Increase Your Website Traffic

Article Commenting

Choose a famous article site and post a comment under articles. Popular articles will get many views and with your link at the bottom, you can drive some visitors to your own website.It is important that you should post the comment related to your website category..

Article Submission

Submit your articles to top sites with your site link at the bottom of the article. With the help of Article submission we can get listed on the search engines and can get a lot of traffic to our website.

Forums Posting

Participate in a forum site and add a signature link to your website, which comes under your posting. This helps us to get backlinks as well as we get lots of traffic to your website.

Blog Commenting

Comment on a popular blog or website related is also useful. Use keywords in your comment and make hyperlinks on them. you may drive some good traffic from this also.

Social Bookmarking

Use social bookmarking websites like digg, Stumbleupon, Delicious or twitter. When you post new content on your website, be sure to send the links to popular social bookmarking sites. It helps us to get backlinks as well as driving traffic to the website.

Exchange Links

Exchange links with a popular website that is related to your website. This is a great way to get traffic from other websites that are bringing in many viewers.

Advertisements (Adsense)

Use advertisements such as adsense or pay famous websites related to your niche to post ads on their sites for a set fee.

Submit Your Website To Search Engines

Submit your website url to famous search engines like Google and Yahoo. This will enter your website to result on search engine pages for the keywords you choose.

Post Content At Regular Intervals

Google loves to give people the latest updates for what they are searching for. Post at regular intervals and the web crawlers will see you post regularly. This will automatically get you better SEO and you will drive more traffic to your website.

Quality Content

Create quality content on your website. So much so that people will be sure to come back for more later. Ongoing followers are a great way to increase traffic to your website. The more followers you have, the more it will entice other people to become followers! Keep them coming back for more!

How to check Dofollow or Nofollow

To check a no follow link we have to look into the source code of the webpage. In the source code page we check the links that have the rel="nofollow" attribute before them. This shows that the website is following the nofollow rule or not.So if we submit a link onto this site then the link will not provide any benefit for our website.

We can use firefox plugin – The plugin name is NoDoFollow – for this purpose to check the link is dofollow or nofollow. It is a great plugin that saves so much time. All we need to do is go onto any webpage and right click anywhere on the page. Your menu box will appear and it will have an option to click NoDoFollow. Once it has been clicked then all of the links on the page will get color coded. If the links are colored red then that means the webpage is using the rel="nofollow" attribute but if the links appear gray then all links are dofollow.

Redirect one page to another in Blogger


Blogger has launched an Array of Search Engine related features and one of them is the ability to create Custom Redirects. Technically Blogger allows you to create 302 Redirects which are used to specify that the Web Page has temporarily moved to a new location.

What is a redirect ?

A visitor coming to a particular web address is redirected to another web address. This process is called Redirect. Blogger allows you to create Internal Redirects which means that you will be able to redirect the user coming to a particular URL on your blog to another URL on your Blog.

When are Blogger Redirects Useful?

Consider a situation where a page on your Blog was really popular and later you decided to delete it for some reason. Since that page is popular, references to that URL might be there at multiple Blogs/Websites which linked to you. The users coming to that popular URL will now be greeted with a 404 Page not Found Error. You might be loosing some potential readers/subscribers here. One way of resolving this would be to redirect the guy to some other relevant page. This is exactly what Blogger’s Custom Redirects do.
You can also use the Blogger Redirection Tool to create short links. For example you might want to redirect yourblog.blogspot.com/yourname to  your contact page. You can do that easily using the Blogger’s Redirect Tool.

How to add Redirects?

I will describe this using an Example. I had a post about Meta Tags on my Blog. This entry was made some 4 years back  and when Blogger launched the new Search Options, it became irrelevant. So I just deleted that post and made a new entry in my Blog with the new details. Now the visitors coming to that 4 year old URL from various sources would be greeted with a 404 error. I don’t want that to happen but I need that user to be sent to my new Blog Post.
  1. To do a Redirect you should have 2 URLs. The first one is the URL which should be redirected to the target. The target is the second URL where the user should be redirected to.
  2. The second thing that you have to do is to get the relative paths of these URLs.e.g.: The relative path to http://www.bloggerplugins.org/2008/06/meta-tags-for-blogger-blogspot.html is  /2008/06/meta-tags-for-blogger-blogspot.html . You might have already figured out that you should remove your Blog’s home page URL from the URL to get the relative path. You should also make sure that the Relative path starts with a slash (/)
  3. Similarly you have to figure out the relative path to the Target URL. I opted for/2012/03/add-meta-description-tags-to-blogger.html
  4. Once you have got these 2 Relative paths, you can do the Redirect at Settings >Search Preferences > Errors & Redirects > Custom Redirects Add the From and To Fields there and click on the Save link and then on the Save SettingsButtonCustom Redirect Settings Blogger
  5. You can add more Redirects in a similar way.

Classified Site List 2012



Best Classified Site List
S. No.
Website
1
http://www.ezoneclassifieds.com
2
http://www.freeclassifiedstuff.com
3
http://www.northantsclassified.com
4
http://www.rafflesclassifieds.com
5
http://www.ecomputerclassifieds.com
6
http://www.helloclassified.com
7
http://www.classifieds-free.com
8
http://www.9bloomsclassifieds.com
9
http://www.classifiedkicks.com
10
http://www.classified-utah.com
11
http://www.kalraclassifieds.com
12
http://www.jamesclassifieds.com
13
http://www.classifieds-info.com
14
http://www.thesundayclassifieds.com
15
http://www.ourfreeclassifiedads.com
16
http://www.pattayacityclassifieds.com
17
http://www.carolina-classifieds.com
18
http://www.vehiclesclassifieds.com
19
http://www.corylakeclassifieds.com
20
http://www.classified888.com
21
http://www.timberframeclassifieds.com
22
http://www.bayanpages.com
23
http://www.survivalclassified.com
24
http://www.colomboclassifieds.com
25
http://www.easyfreeclassified.com
26
http://www.wellington-classifieds.com
27
http://www.alberta-classifieds.com
28
http://www.amsclassifieds.com
29
http://www.classifieds.microplexnews.com
30
http://www.portlandclassifiedads.net
31
http://www.toyotacamryclassified.com
32
http://www.adsht.com
33
http://www.indianadz.com
34
http://www.classiqa.com
35
http://www.quikr.com
36
http://www.sticknobills.com
37
http://www.indiaboard.com
38
http://www.freeads.in
39
http://www.bupio.com
40
http://www.freeclassifiedindia.com
41
http://www.orientalads.com
42
http://www.stanzoo.com
43
http://www.adsclassifiedads.com
44
http://www.adsdig.com
45
http://www.zikbay.com
46
http://www.homeworkads.com
47
http://www.jakhu.com
48
http://www.awaazkarobar.in
49
http://www.ehyderabad.in
50
http://www.allindia9.com
51
http://www.ad-guru.in
52
http://www.ads2india.com
53
http://www.bangaloreclassifieds.in
54
http://www.kool.in
55
http://www.andhrafreeclassifieds.com
56
http://www.jumbboree.com
57
http://www.keralads.com
58
http://www.adsinchennai.com
59
http://www.freshyellow.com
60
http://www.azindia.com
61
http://www.all4freeclassifieds.com
62
http://www.hyderabadproperties.info
63
http://www.chennai.aplacetofind.com
64
http://www.chennaiclassic.com
65
http://www.adsplaza.com
66
http://www.myadsclassified.com
67
http://www.hyderabadall.com
68
http://www.funkyfreaks.com
69
http://www.bangalore.88db.com
70
http://www.classifieds.reachinformation.com
71
http://www.saiclassifieds.com
72
http://www.secondhandmall.com
73
http://www.adtrackclassifieds.com
74
http://www.mukdaa.com
75
http://www.108108.co.in
76
http://www.ads2india.com
77
http://www.aitriclassifieds.in
78
http://www.adspune.com
79
http://www.karaikalinfo.com
80
http://www.agreatindian.com
81
http://www.ads.altaindia.com
82
http://www.khichdee.com
83
http://www.superfreeauction.com
84
http://www.in.anuncioo.com
85
http://www.annonz.co.in
86
http://www.asianclassified.com
87
http://www.findnearyou.com
88
http://www.postadsonnet.com
89
http://www.localjobsfinder.org
90
http://www.ahaindia.com
91
http://www.madrasi.info
92
http://www.newwayrv.com
93
http://www.doond.com
94
http://www.adsort.com
95
http://www.adsmantra.com
96
http://www.adforindia.com
97
http://www.admartindia.com
98
http://www.adpress.in
99
http://www.indnav.com/Classifieds
100
http://www.indiaboard.com/
101
http://www.localads.rediff.com/
102
http://www.localads.rediff.com/
103
http://www.localads.rediff.com/
104
http://www.sify.com/
105
http://www.khrido.com/
106
http://www.adsmantra.com/
107
http://www.classifieds.sulekha.com/
108
http://www.askht.com/
109
http://www.rajb2b.com/classified/
110
http://www.listings.mid-day.com/
111
http://www.adsmantra.com/
112
http://www.allindiaclassified.com/
113
http://www.adoos.in/
114
http://www.blockpad.in/
115
http://www.beatyourprice.com/
116
http://www.baajaa.com/
117
http://www.classifieds.byindia.com/
118
http://www.classifieds.webindia123.com/
119
http://www.indiadynamics.com/
120
http://www.indianflyer.com/cgi-sys/suspendedpage.cgi
121
http://www.indnav.com/Classifieds
122
http://www.oodle.in/local/delhi-dl/
123
http://www.ww1.prachaar.in/
124
http://www.quick2get.com/
125
http://www.travelji.com/
126
http://www.uproot.in/
127
http://www.webdunia.com/
128
http://www.ritzconsultant.net/freejobpost.php
129
http://www.dragg.in/classifieds/
130
http://www.muamat.com/
131
http://www.indiabook.com/classifieds/
132
http://www.loyalmart.com/
133
http://www.indyapulse.com/Classifieds/
134
http://www.indiaza.net/
135
http://www.bharatpatal.org/indian-classifieds.php
136
http://www.adeex.in/
137
http://www.goforads.com/
138
http://www.classifieds.ivarta.com/
139
http://www.whereincity.com/classifieds/
140
http://www.digitalbhoomi.in/
141
http://www.adoos.in/
142
http://www.khojle.in/classifieds/
143
http://www.localindya.com/
144
http://www.bechna.com/
145
http://www.thisismyindia.com/free_ads/
146
http://www.adpost.com/in/
147
http://www.classifieds.rediff.com/
148
http://www.boostime.in/
149
http://www.onlineindianclassifieds.com/
150
http://www.bizmartindia.com/index.php
151
http://www.classifieds4me.com/
152
http://www.fyndin.com/
153
http://www.bupio.com/
154
http://www.allwebcontent.com/
155
http://www.freeadposting.com/
156
http://www.buysell.com/
157
http://www.classifiedads.com/
158
http://www.sell.com/
159
http://www.salespider.com/
160
http://www.traderonline.com/
161
http://www.backpage.com/
162
http://www.kedna.com/index.php
163
http://www.classifieds1000.com/