Welcome to the forum, Xavian. We're glad to have you here.
Looks like you've gone a long way already toward solving your problem. I'm not sure just how well this will fit into to what you're trying to do, but you can exclude certain text from being indexed (see
this thread).
If you don't want to see summaries or page descriptions in the search results, make sure you have the following values in config.php:
Code:
define('DISPLAY_SNIPPETS',false);
define('DISPLAY_SUMMARY',false);
Also, and again I don't know how your site is structured, if you have items that you don't want indexed that are restricted to a specific directory, have a look at
this thread.
Hope this helps.