Converting Links to index

aeshi

Regular Member
Joined
May 1, 2011
Messages
394
Reaction score
166
Hey guys

Wondering if anyone knows any tool to Converting Links to index

From: exampledomain . com /page/hread.php?do=newthread&f=9

To: exampledomain . com

I have 5000+ URL's directed to posts/pages and want to receive only domain list
 
Theres a few ways to do it, I could build a tool that would do it. But you could also easily accomplish this with excel:
Put the full url in column A
In column B use this forumla: =LEFT(A1,SEARCH("/",A1)-1)
This will only work if you dont have the http : //, if you have the http : // then use something like: =LEFT(A1,SEARCH("/",A1,10)-1)
 
Theres a few ways to do it, I could build a tool that would do it. But you could also easily accomplish this with excel:
Put the full url in column A
In column B use this forumla: =LEFT(A1,SEARCH("/",A1)-1)
This will only work if you dont have the http : //, if you have the http : // then use something like: =LEFT(A1,SEARCH("/",A1,10)-1)

Thanks but not worked :(
 
Use scrapebox and trim to domain. Easily done in 5 seconds.
 
Just a link I found
http://www.seoweather.com/trim-urls-to-root-domain-standardise-urls-prefixes/
 
Thanks but not worked :(

Weird, its working fine for me. If you want send me a sample file or list and ill send you a spreadsheet that works :). Or you can use one of the proposed solutions above.
 
Back
Top