Mobile app version of vmapp.org
Login or Join
Hamm4606531

: Search engine optimization for text with different colors We're trying to do SEO on our company website. Our company logo is just text (in image form), but has two colors in it. Our company

@Hamm4606531

Posted in: #Optimization #SearchEngines #Seo

We're trying to do SEO on our company website. Our company logo is just text (in image form), but has two colors in it. Our company name appears a lot in our website's text/copy. For example, the sentence,

This is our company name: COMPANY.


is coded as,

This is our company name:

<span class="logo_black">COMP</span>
<span class="logo_red">A</span>
<span class="logo_black">N</span>
<span class="logo_red">Y</span>


Is it search engine friendly? If not, any suggestions?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamm4606531

2 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

Google SEO Guide here . But the span with image what you asked in your question won't get more changes in your SEO, You website content with meta will give you the real effect in SEO.

10% popularity Vote Up Vote Down


 

@Martha676

This isn't very friendly. Search Engines can understand the content but might not be able to consider COMPANY as one single word.

My suggestion is to use JavaScript.
You can write something like

This is our company name: <span class="company">COMPANY</span>.


Then use JavaScript to


load the content of the .company class
split/stylize the content of the element according to your custom rules


If you already use a JavaScript framework like jQuery, it shouldn't be much work.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme