Hi,
I have to follow a SEO procedure and I need to find and replace a meta description with another text section of the same HTML. Requirements go like this:
<meta name="description" content="text to be replaced"/>
...
....
......
<p><strong>Respuesta:</strong></p>
<p>text I need to use</p>
I need 150 characters from the "text I need to use" in the "text to be replaced" section.
Any ideas? Thanks everyone in advance.