In a couple of my replace rules, the content I am looking for appears the the Meta tags content attribute. The content attribute gets replaced as one would normally want BUT in my case this causes the attribute to contain tags that mess up the display of my page. A simple example in my scenario is where I want to bold a specific phrase, lets say "BOLD ME". The rule searches for the text and places the bold html tags around it. Now if your page description or keywords contain the term "BOLD ME", it will also replace in the meta tags resulting in the top of your website showing the keywords after the text. I have tried to make another replace rule to remove the meta content, but it appears that either the rule is ignored or it is run before anything else and it gets repopulated as it normally would. Finally I have tried to create a rule that would only replace text found within the body tags, but then it yeilds only a single replace instead of all occurances within the tags. Is there a way to set the order in which the replaces get processed? Any other hists as to how I can accomplish the replace without affecting the meta tag content? |