homeHome contactContact portfolioPortfolio musicMusic videoVideo historyHistory calendarCalendar rssRSS
karlpox | with GOD all things are possible

High Page Rank Directories

I just found this post from eches blog. Adding your blog to online directories would be a great idea to increase your blogs exposure to the web. By this people would see that your blog is existing with this type of topic and can visit your blog. This would help add back links to your blog.

SEO friendly directory does not:

• Use Redirects
• Use no index, no follow tags
• Have too many links on one page
• Prevent directory pages with robots.txt
• Put listings too deep for a single category

SEO friendly directory does:

• Make the links look readable as static links
• Use plain HTML < a href > links
• Put links with meaningful anchor text
• Use Mod rewrite
• Use sitemap
Read more »

Google Page Rank

Ever wondered how or where to check your google page rank or the commonly use word which is PR?

According to wikipedia.

“PageRank is a link analysis algorithm that assigns a numerical weighting to each element of a hyperlinked set of documents, such as the World Wide Web, with the purpose of “measuring” its relative importance within the set. The algorithm may be applied to any collection of entities with reciprocal quotations and references. The numerical weight that it assigns to any given element E is also called the PageRank of E and denoted by PR(E).”

To simply check your page rank you can visit this page.

1. prchecker
2. pr.blogflux

Sometimes this two page rank checker display different results. But I trust prchecker better since its the first link that comes out of google when you search page rank.

Submit Links to Multiple Social Bookmark Website with a Few Clicks

As I was reading eches blog I came across his post about social bookmarking. Since this blog is a customized blog I decided to copy the code so readers can submit my link to their personal bookmarks.

You can put codes on different social bookmark websites on your site but that would take too much time. And those social bookmark website might not be the same bookmark webpage your reader is using. So by using this free social bookmarking website your viewers can add your post/link to their bookmark page with only a few clicks.

1. Social Marker
2. Socializer
3. Add This

Feel free to use this free social bookmarking services. I use them on my blog their right below every post that I have and even on the main page. Have fun!

RSS on Address Bar

Did you notice the RSS logo on my address bar? Well that logo symbolized that I`m using an RSS Feed in my site. Whether its valid or not the logo appears on the address bar. But I`m using a valid RSS Feed you can check it out here. See? Well you might be wondering on how to put the RSS logo on your address bar. You simply put this code between your head tags.

<LINK REL="alternate" TITLE="VIEW MY RSS" HREF="http://karlpox.com/rss.xml" TYPE="application/rss+xml" />

Just analyze the code above and change it to something that would satisfy your needs. Have fun coding!