Title: Seo Optimization
Last modified: August 21, 2016

---

# Seo Optimization

 *  Resolved [GreenFuelsBio](https://wordpress.org/support/users/greenfuelsbio/)
 * (@greenfuelsbio)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/seo-optimization-1/)
 * Hello, im checking my website with some webpage seo optimizators, and i have 
   some problems to solve its.
    For example, the site seositecheckup tell me that:“
   Your page contains H1 headings but all of them have blank content.” I dont know
   how to fix it. “Your webpage is using 16 inline CSS properties!” I think it is
   because some text are in green (<span style=”color: #009900;”>TEXT</span>), but
   how can i change the color of the text without the css inline ? My website is:
   [http://goo.gl/94Dxbp](http://goo.gl/94Dxbp) And i dont know hoy to change the
   color of the text and links of the Social Widget in the above central widget 
   area. Thanks. Im using customizr 3.1.6

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 11 months ago](https://wordpress.org/support/topic/seo-optimization-1/#post-4882166)
 * > “Your page contains H1 headings but all of them have blank content.”
 * Perhaps that’s just a mistake in your post/ page when you edited it. Edit it 
   again and instead of the “Visual” editor go to the “Text” editor. See if you 
   can find any empty `<h1>` elements, e.g. an empty h1 heading may result in this
   code:
 *     ```
       <h1></h1>
       ```
   
 * > but how can i change the color of the text without the css inline ?
 * What about something like:
 *     ```
       p {
        color: #009900;
       }
       ```
   
 * The Customizr theme has its own “Custom CSS” (or similarly named) section to 
   hold your CSS modifications.

Viewing 1 replies (of 1 total)

The topic ‘Seo Optimization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/seo-optimization-1/#post-4882166)
 * Status: resolved