Piwik exclude specific pages

Is there a way to exclude specific pages from the piwik javascript code? It’s showing up in my RSS feed and is causing a validation issue, so I want it to not track mysite.com/feed

You have to exlcude it manually from your RSS feed using your CMS template system of choice standards.

if( current page is NOT rss feed)
{
Output Piwik JS Code
}