Customising Firefox for SEO

Further to my previous post about Search Engine Optimizer essentials, there are a couple of additional tweaks you can make to your Firefox installation to make it more useful for SEO purposes.

Custom Stylesheet

  1. Find your /Profiles/{xyz}.default/chrome/ directory
  2. Rename userContent-example.css to userContent.css and open it in your favourite text editor
  3. Add in the following rules:

CSS:
  1. a[rel~="nofollow"] {
  2. color: red!important;
  3. text-decoration: line-through!important;
  4. }
  5.  
  6. h1 {
  7. border: 1px dotted red ! important;
  8. }
  9.  
  10. h2 {
  11. border: 1px dotted orange ! important;
  12. }
  13.  
  14. h3 {
  15. border: 1px dotted green ! important;
  16. }

This will highlight all 'nofollow' links red with a strike through it, and surround the top 3 heading levels with a colour coded dotted border. This helps to view at a glance what's happening on-page.

Plugins

Not wanting to retread the previous post, here's just a simple dump of the firefox extensions I use - some SEO related, some not...

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Google
  • StumbleUpon
  • Technorati
  • E-mail this story to a friend!

Tags: , , ,

Leave a Reply