http://gogeoblast.com/

It's just a brochure site with not many functions but a Drupal foundation for the future. A spinoff of the Marinelli theme I made a few templates. There was significant input from the customer about how it was to look and using Drupal I could give them lots of options. Not a lot of contributed modules other than the basics; pathauto, token, wysiwyg, ckeditor, views, ga, xmlsitemap.

Any feedback what. so. ever will be valuable since I'm the only one who worked on this.

The product itself is amazing. Anyone still using traditional sandblasting is silly not to look at this machine. This is the ultimate in environmentally-friendly, safe, cost-effective surface removal. It uses a silica-free blast media to remove coatings and clean surfaces making it safe on the environment. It can be used in aviation, marine, construction, municipal and industrial industries.

Comments

madeinjapan’s picture

I am impressed with the performance of your website. First time I saw such great performance of a Drupal 7 based website hosted on a shared host.

Contents of the gogeoblast.com/home and gogeoblast.com are same. You can try Global Redirect module.

scottm316’s picture

Thanks a lot for your time and feedback madeinjapan. It's pretty limited on contrib modules, maybe that is why it's running at a decent speed. Thanks for the tip, to fix the Home link problem I just added a line to .htaccess to redirect /home to / instead of installing global redirect.
RewriteRule ^home(/)?$ / [L,R=301]
Would you (or anyone) say that global redirect is a necessary module? I've used it before on sites but opted not to this time since this is a fairly simple website. I've hardcoded the five or six 301 redirects from the old html pages to their upgraded Drupal counterparts and in most cases it uses the same path minus the .html.

Drupal webmaster/pro feedback is great. Thanks for looking!

Scott
http://morrisonmultimedia.ca/
Edmonton, AB

madeinjapan’s picture

Global redirect module is not necessary.
RewriteRule ^home(/)?$ / [L,R=301] is fine.