Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 08-23-2007, 07:57 AM   #1 (permalink)
Inactive
 
Join Date: 08-23-07
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

Barney is liked by many
New SEO tool

Hi all

I was going to post a link to a new tool that I've made for SEO, but I've read the Forum Read Me and it prohibits linking to your own sites. If the link is relevant to SEO, can I publish, can I just write the domain without linking it, or should I just fogettaboudit
Barney is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 08:09 AM   #2 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Forget about it Delete it from your hard drive. Never tell anybody that you had one.
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 08:13 AM   #3 (permalink)
Contributing Member
 
coolguy27's Avatar
 
Join Date: 03-23-07
Posts: 1,372
iTrader: 0 / 0%
coolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nicecoolguy27 is just really nice
Quote:
Originally Posted by Barney View Post
Hi all

I was going to post a link to a new tool that I've made for SEO, but I've read the Forum Read Me and it prohibits linking to your own sites. If the link is relevant to SEO, can I publish, can I just write the domain without linking it, or should I just fogettaboudit
You can write an article on blogs about it (you new SEO tool) and link it if you want.... and promote your blog....
__________________
Auto Bike Racks
Discount Auto Parts (Great Prices of Auto Parts Online)

Last edited by coolguy27 : 08-23-2007 at 08:17 AM.
coolguy27 is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 08:55 AM   #4 (permalink)
Contributing Member
 
dee_el07's Avatar
 
Join Date: 06-12-07
Location: @ Milky Way Galaxy
Posts: 1,125
iTrader: 0 / 0%
dee_el07 is a jewel in the roughdee_el07 is a jewel in the roughdee_el07 is a jewel in the roughdee_el07 is a jewel in the roughdee_el07 is a jewel in the roughdee_el07 is a jewel in the roughdee_el07 is a jewel in the rough
Send a message via Yahoo to dee_el07
Quote:
Originally Posted by Barney View Post
Hi all

I was going to post a link to a new tool that I've made for SEO, but I've read the Forum Read Me and it prohibits linking to your own sites. If the link is relevant to SEO, can I publish, can I just write the domain without linking it, or should I just fogettaboudit
what kind of tool is that? If it is a software.. Just don't publish and just forget about it!
__________________
Fashion Runway | Call Center Outsourcing Service @ IT Boss inc.

The people I love never asked to be loved. We just kind of fell into it. Together.
dee_el07 is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 09:07 AM   #5 (permalink)
Inactive
 
Join Date: 08-23-07
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

Barney is liked by many
It's an on-line script that checks wordpress blogs for the presence of the rel="external nofollow" attribute. It's useful to see that if you are posting on a blog, whether that blog is using nofollow or not. I use it all the time.
Barney is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 09:44 AM   #6 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Thumbs down nofollow check bookmarklet for FF

ah, you said "one line" script

So, if you use FireFox:

1. right click on your bookmarks toolbar
2. select new bookmark
3. name it whatever you want (e.g. "nofollow checker")
4. paste this code into location input field
Code:
javascript:(function(){for (i = 0; i < document.links.length; i++) { if (document.links[i].rel && document.links[i].rel.indexOf('nofollow') != -1) { alert('This page uses *nofollow* links.'); break; } }})();
5. click OK & feel free to use it anytime you want

Last edited by nasty.web : 08-23-2007 at 09:47 AM.
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 10:00 AM   #7 (permalink)
Inactive
 
Join Date: 08-23-07
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

Barney is liked by many
Nice little snippet.

*wishes his JS was better*
Barney is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 12:47 PM   #8 (permalink)
Contributing Member
 
x3mario's Avatar
 
Join Date: 07-24-07
Posts: 1,467
iTrader: 0 / 0%
x3mario is liked by somebodyx3mario is liked by somebodyx3mario is liked by somebodyx3mario is liked by somebody
Hope it works better.
__________________
Gems Collections | Fine Diamond Jewelry
x3mario is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-23-2007, 01:29 PM   #9 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Quote:
Originally Posted by x3mario View Post
Hope it works better.
Better than what?
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-24-2007, 12:20 PM   #10 (permalink)
Contributing Member
 
poksa's Avatar
 
Join Date: 07-12-07
Posts: 433
iTrader: 0 / 0%
Latest Blog:
None

poksa is on the right pathpoksa is on the right path
hmmmm.... maybe it's complicated.
poksa is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-24-2007, 09:46 PM   #11 (permalink)
Contributing Member
 
lordspace's Avatar
 
Join Date: 05-30-06
Location: Canada
Posts: 466
iTrader: 0 / 0%
Latest Blog:
None

lordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nice
Send a message via ICQ to lordspace Send a message via Skype™ to lordspace
good work but I think Web Developer Mozilla Firefox Addon marks somehow links that do have rel="nofollow" attribute.

By the way you can try to learn XUL and make some Mozilla Addons
lordspace is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-25-2007, 01:46 AM   #12 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Quote:
Originally Posted by lordspace View Post
good work but I think Web Developer Mozilla Firefox Addon marks somehow links that do have rel="nofollow" attribute.

By the way you can try to learn XUL and make some Mozilla Addons
No, Web Developer Addon doesn't mark rel="nofollow" links, but there are plenty of others who do this.

Yes, I do know XUL. But I use it for more serious tasks than this 2 minute one line JS bookmarklet
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-25-2007, 01:53 AM   #13 (permalink)
Contributing Member
 
lordspace's Avatar
 
Join Date: 05-30-06
Location: Canada
Posts: 466
iTrader: 0 / 0%
Latest Blog:
None

lordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nice
Send a message via ICQ to lordspace Send a message via Skype™ to lordspace
cool
lordspace is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-25-2007, 08:32 AM   #14 (permalink)
Contributing Member
 
Join Date: 04-28-07
Posts: 1,426
iTrader: 0 / 0%
Latest Blog:
The Messengers

potchie is liked by somebodypotchie is liked by somebodypotchie is liked by somebody
what kind of tool?
potchie is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-27-2007, 05:09 PM   #15 (permalink)
Contributing Member
 
Join Date: 08-17-07
Location: Adelaide, Australia
Posts: 72
iTrader: 0 / 0%
Latest Blog:
None

Aussie is liked by somebodyAussie is liked by somebodyAussie is liked by somebody
Send a message via ICQ to Aussie
I know I'm painfully new here, but surely linking to a script which is useful for the members wouldn't be against the spirit of the rules? As long as the link doesn't go to a bunch of banner-popup-popunder-flash-virus-ridden code then it's not an abuse?

I'd be interested to hear from a mod on this, as I would have thought each post and link should be compared on its merits as long as you're not a drive-by-linker (read SPAMMER)

~wanders off to read through the forum rules again~
Aussie is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO Tool D3n!ss3_gÜrL SEO Forum 12 11-05-2007 08:58 AM
SOS need an SEO tool mxracer170 SEO Forum 7 05-31-2007 05:43 AM
PHP Forms - Code by hand or use tool? Which tool? andheresjohnny Coding Forum 14 12-18-2006 01:39 PM
SEO Tool DOS SEO Forum 6 04-05-2005 01:36 AM
Tool you've all been waiting for - Florida update tool! Pimpen 2010 Google Forum 24 11-27-2003 08:01 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 06:23 AM.
© Copyright 2008 V7 Inc