How would I go about removing and replacing "node, node-type" or anything that has to do with the word node from my html, and replacing it with something more semantic like article, article-type and so on?

Comments

bwv’s picture

Perhaps the string override module will help.

http://drupal.org/project/stringoverrides

MJD’s picture

just amend the relevant template e.g. page.tpl.php block.tpl.php etc etc