Forum Moderators: open
Essentialy, they want to do something along the lines of <!--(--><a href="page.html"><!--)-->Important Text<!--(--></a><!--)--> This is so they can pull out "Important Text" if need be. Regardless of WHY they want to do it, my concern is this will confuse the SE's, or could detract from the "Important Text", which does include important keywords. My gut instinct is to say no, but I was wondering if anyone had any experience with something like this.
Thanks!
One thing to be very careful of is how those comments are formatted...
White space is not permitted between the markup declaration open delimiter ("<!") and the comment open delimiter ("--"), but is permitted between the comment close delimiter ("--") and the markup declaration close delimiter (">"). A common error is to include a string of hyphens ("---") within a comment. Authors should avoid putting two or more adjacent hyphens inside comments. Information that appears between HTML comments tags has no special meaning (e.g., character references are not interpreted as such).
Reference