Keyword Phrase Count Script
A script to take a keyword phrase and an URL of a web page, and then return the number of occurrences of that keyword phrase broken down by these criteria:
in Title tag
in meta description
in H1 tag
in H2 tag
in H3 tag
bold
underline
italics
in Alt Text
in Anchor text of outbound links
in First 200 characters of text in page body
The script should be accurate and able to accept complex urls like:
http://www.some-domain-name.com/index.php?kw=xxxxx&search=1&product=redxie8832
In other words, the script will tell the user how many times a selected keyword phrase occurs in the Title tag, meta description, H1 tag, H2 tag, H2 tag, bold tag, italics tag, underline tag, in Alt Text of photos, in anchor text of outbound links, and in first 200 characters of the text of the page.




