This is a general 'best use case' question. I have a customer, who puts repeating text on the end of many pages. Something like "We are experts for this, that and that. If you have questions about this, and the or that, you can contact our experts..."
From seo sight this is not optimal, because it is duplicate content and steals text weight over the complete site. There are two possible solutions to hide these content:
1. I create a content element, which print out the content including HTML via javascript (i.e. this.innerHTML = html). The javascript has to be blocked by robots.txt.
2. I create a content element, which puts the content including HTML and CSS into an iframe, which will be blocked also by robots.txt.
Do you see a third alternative? Which solution is your favorite?
From seo sight this is not optimal, because it is duplicate content and steals text weight over the complete site. There are two possible solutions to hide these content:
1. I create a content element, which print out the content including HTML via javascript (i.e. this.innerHTML = html). The javascript has to be blocked by robots.txt.
2. I create a content element, which puts the content including HTML and CSS into an iframe, which will be blocked also by robots.txt.
Do you see a third alternative? Which solution is your favorite?