Oi!
Estou utlizando o .xhtml para o meu site, e não consigo fazer o reCAPTHA funcionar.
Eu a coloquei dentro da tag,  e . Veja o erro:
<script type="text/javascript"
    src="http://api.recaptcha.net/challenge?k=key">
</script>
<noscript>
    <iframe src="http://api.recaptcha.net/noscript?k=key"
        height="300" width="500" frameborder="0"></iframe><br>
<textarea name="recaptcha_challenge_field" rows="3" cols="40">
    </textarea>
    <input type="hidden" name="recaptcha_response_field"
           value="manual_challenge">
</noscript>Error:
 javax.faces.view.facelets.FaceletException: Error Parsing /contato/contato.xhtml: Error Traced[line: 268] The element type "input" must be terminated by the matching end-tag "</input>".