Seo Forum and software support for Auto Backlink Bomb
May 18, 2013, 09:52:14 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
pr traffic booster
News: FREE Signup Social Media Syndication http://autobacklinkbomb.com/forum/index.php/topic,4820.0.html
 
   Home   Help Search Login Register  
Social Media Software
Pages: [1]
  Print  
Author Topic: Free Way to Sort and Get PageRank for a list of URLs  (Read 3222 times)
0 Members and 1 Guest are viewing this topic.
Joshua
Jr. Member
**

Karma: 1
Offline Offline

Posts: 10


« on: December 13, 2010, 07:56:12 AM »

If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula.  Just copy your links into excel and use this formula...

=MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2))

In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way.  I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0.  The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox....
Logged
quadjack
Member
*

Karma: 0
Offline Offline

Posts: 3



WWW
« Reply #1 on: December 14, 2010, 06:46:25 PM »

If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula.  Just copy your links into excel and use this formula...

=MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2))

In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way.  I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0.  The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox....
So where do i paster my urls and where do i paste the above formula? Sorry for the noob question, but you did drop a bomb with no other insight... Thanks in advance!
Logged

Seo Forum and software support for Auto Backlink Bomb
« Reply #1 on: December 14, 2010, 06:46:25 PM »

wordpress seo plugin
 Logged
Joshua
Jr. Member
**

Karma: 1
Offline Offline

Posts: 10


« Reply #2 on: December 14, 2010, 11:02:42 PM »

All of the info you needed was in my previous post.  Though I could have been a bit more specific I guess.

Just paste all the URL's you want to process into an excel spreadsheet in column A.  Then use the mentioned formula in column B.  In this example I had a header so the first cell with a URL in it was A2.  I put the formula in B2 and then used the auto fill to paste the formula down the rest of the column and process all of the URL's in my list.  The formula just takes the URL and extracts the domain.

Then you can plug your list of domains into the PaRameter software mentioned if you want to get the domain PR of each one.  You should be able to export the data from that program in the same order you entered it and then just paste the PR of the pages into column C of your original Excel sheet.  Then you can sort the URLs as needed.
Logged
social joe
Member
*

Karma: 0
Offline Offline

Posts: 1


« Reply #3 on: January 03, 2011, 07:03:43 AM »

Hey Joshua,

tried implementing your code but getting repeated error messages.

Could you upload a copy of your spreadsheet?

Thanks
Logged
derhul
Jr. Member
**

Karma: 0
Offline Offline

Posts: 25


« Reply #4 on: January 20, 2011, 09:14:24 PM »

hi guys...

This is just my opinion...Bust Scrapebox is a MUST HAVE!!! it's worth the $57..trust me..(No I'm not an affiliate)

let me just put it this way...

I just got through scraping a list of 207 expression-engine blogs (3-10 PR) that I will use with ABB. It took me a little over 1 min.

Worth the money!!
Logged
qwerty
Member
*

Karma: 0
Offline Offline

Posts: 1


« Reply #5 on: February 14, 2011, 04:17:46 PM »

If you don't have scrapebox to grab the domain for you then you can always use a simple excel formula.  Just copy your links into excel and use this formula...

=MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2))

In this example the full URL that I was extracting the domain from was in cell A2. It is very easy to get a list with just the domain names this way.  I sometimes use this so I can go back and use my PR checker program to get the page ranks for the domains rather than the actual pages since obviously most of the actual signup pages will be n/a or 0.  The PR checker program I use is free and you can get it at http://www.cleverstat.com/en/page-rank-software.htm .... Just another alternative to Scrapebox....

Hi Joshua

Nice bit of coding you have there, thanks for that. Please can you post the code again but also leaving in the 'http://' part at the front. I have tried to play around with the code with no success.

Thanks
Logged
junkyour925
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #6 on: May 02, 2011, 10:16:18 AM »

simple, just add it back  Cheesy

="http://" & MID(A2,FIND("//",A2,1)+2,FIND("/",A2,FIND("//",A2,1)+8)-(FIND("//",A2,1)+2))
Logged
junkyour925
Jr. Member
**

Karma: 0
Offline Offline

Posts: 19


« Reply #7 on: May 09, 2011, 10:52:02 AM »

btw, here is another way to use Excel to "trim to root" (this version will preserve the http://)

=LEFT(C54,SEARCH("/",C54,8))

where cell C54 contains your url to trim to root.  For example

http://www.articlesbase.com/tools-and-equipment-articles/tip-and-tricks-for-traing-your-dog.html

will become

http://www.articlesbase.com/

only gotcha for it to work is that there must be at least one forward slash "/" after the http:// and http:// must be in the original url to trim


Logged
CSWA
Member
*

Karma: 0
Offline Offline

Posts: 2


« Reply #8 on: May 15, 2011, 08:12:08 PM »

Joshua, thank you for the page rank checker link. It always amazes me about the sites that someone knows, uses, and recommends, and yet I've never heard of them. That's the bonus with reading these posts. Again, thanks!

Candace
Logged
theshed
Jr. Member
**

Karma: 0
Offline Offline

Posts: 29


« Reply #9 on: September 14, 2011, 04:33:47 PM »

been using this code but it is deleting the end /
do i need to have the last / for things to work correctly?

thanks
Logged
SternRichard
Member
*

Karma: 0
Offline Offline

Posts: 1


« Reply #10 on: September 24, 2011, 02:38:52 AM »

If you want to know the page rank of your site then you may go for "Mikesearchengine" and it is free also.
Logged
Pages: [1]
  Print  
 
Jump to:  

wordpress seo plugin

Cookie Policy | Privicy Policy | Terms of Use

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
SMFAds for Free Forums
Valid XHTML 1.0! Valid CSS!