I Need to put static text every page (600 words) need advice
-
i need to put static text (about our company brief 600 words) to all content section of pages of our website.
I know it's bad for SEO Duplicate Content. But i need to tell google this is my static content and do NOT crawl it. Or something like that.
canonical is for whole page but i need to set it up for certain positions of every page.
is that possible?
-
One "not so pretty" but quick fix way would be to either :
- Embed it using an iframe
- Use an image (except on front page)
- Dynamically generate it with JavaScript after user action on the page...

-
Thank for advices
1. Embed isn't bad for SEO?
2. That's good advice

3. I need to know JavaScript but i don't know how to do that.
Thanks

-
You're welcome

IMO, embed is not bad for SEO, because the iframe doesn't pass any linkjuice (talked here). Moreover, you can freely embed Youtube and others plugins (Facebook, AddThis, etc.) with no worries

If you're really concerned about backfire, you could always link to an iframe hosted on a different domain

-
Google has said that some duplicate content will not negatively impact your site. For example, if a site has an older Terms and Conditions page, forgets to remove it, then updates a new T&C page. this would be considered duplicate content, but won't harm your rankings.
If you're trying to put a company about me text on every page, I think that won't be an issue as well. However, in many cases that type of text on every page is not needed and you should really ask yourself if it adds value to the reader.
If so, many websites have a simple About the Company link that opens a modal window with that type of description.
-
That's what i expected to hear. Thank you very much
