Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Make iWeb sites more sophisticated Apps
Amongst WYSIWYG web site creators Rapidweaver, Sandvox and even Freeway 4 are regarded as more proficient than Apple's humble iWeb. This is mainly because of their ability to incorporate external code to add flexibility, and the fact that iWeb 1 made sites that responded very poorly to search engine spiders, etc. (and with no explicit provision for adding keywords and other meta-tags).

As is well known, with the release of iWeb 2.0, Apple added some scope for external HTML snippets and some Google AdSense integration. However, there have been some other useful changes. With an app like BBEdit, you can take the HTML output of an iWeb 2 site (published to a local folder) and run the Multi-File Search Find & Replace function on the whole folder to instantly add new HTML, such as your Google analytics code. Therefore with a simple Find on , you can replace it with...
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "**-*******-*";
urchinTracker();
</script>
</body>
...on all pages at once. I run three such Find & Replace routines to add a range of meta-tags, change a couple of page titles, and to add the code above. Then you upload these changed pages with your favorite FTP program.

I am no HTML expert (by any means at all), but I now have the graphical flexibility of iWeb's undoubted WYSIWYG excellence, but with a quick way to force it to be more grown-up about its search-engine compatibility. And I am sure someone with better skills than me could do lot more. Should you wish to examine the source code of a working example then check out this site and view the source -- there you can see the insertions I've made via global search-and-replace.
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[13,342 views]  

Make iWeb sites more sophisticated | 5 comments | Create New Account
Click here to return to the 'Make iWeb sites more sophisticated' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
iWeb Buddy
Authored by: jchawk on Fri, Dec 21 2007 at 8:54AM PST
There is also iWeb Buddy which is currently in beta. It performs this analytics insertion as well as Mint and quite a few others.

Worth a look at http://www.zarrastudios.com/ZDS/iWebBuddy.html.

JCH

[ Reply to This | # ]
iWeb Buddy
Authored by: willbank on Sat, Dec 22 2007 at 1:36AM PST
Now that takes even more pain away! Marvellous. Just what I was looking for.

Now, does anyone know how to speed up the rendering of the iWeb code as it isn't just a speed-of-the-host issue (although I am very happy with Siteground, hoho19).


---
Investigating all forms of household & home-business technology

[ Reply to This | # ]
Make iWeb sites more sophisticated
Authored by: hoho19 on Fri, Dec 21 2007 at 10:14AM PST
iWeb is pretty easy to modify if you have HTML/PHP/JavaScript skills. You can check out my wife's site for selling baby blankets http://test.daughtersofeveblankets.com. This was done by generating the pages in iWeb and then savings them as .php pages and adding my php. I also added 1 javascript page include to each page so that my js is accessible everywhere.

This is currently running off my home machine so it may load slow over my connection. iWeb is heavy on graphics. Does anybody have any good recommendations for web hosting?

[ Reply to This | # ]
The Search string is missing from the post!
Authored by: willbank on Tue, Jan 22 2008 at 11:09AM PST
I just noticed that in the edit my post seems to have lost the following:

search on <body> and replace with....

Just in case anyone is confused (like the man who emailed me!)

---
Investigating all forms of household & home-business technology

[ Reply to This | # ]
The Search string is missing from the post!
Authored by: kkingston on Thu, May 28 2009 at 11:08PM PDT
iWebSEO Tool and iTweak helped me with this site...

www.edcwellnessforlife.com

[ Reply to This | # ]