Title: error structured data
Last modified: August 24, 2016

---

# error structured data

 *  [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/)
 * Hi, I have problems with my site: [http://www.ecolibero.it](http://www.ecolibero.it)
   
   In google webmaster struments, there are several errors: missing update, missing
   author, missing name. 344 errors! I need to know how I can to fix this problems.
   I hope that there are solutions for my question. I’m not expert about wordpress
   and php and html or css but if you tell me the instructions for resolve all, 
   I will be happy. Thanks.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/error-structured-data/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-structured-data/page/2/?output_format=md)

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060487)
 * the theme only passed the google snippet test for single post/page, not homepage.
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060489)
 * and so?? I will have this errors forever?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060493)
 * are you sure about the 300+ error, cause doing test on google snippet, it only
   show less than 30. the webmaster tools might haven’t updated yet.
 * fix the 30 ‘wphentry’ error, open lib/functions/theme-functions.php edit line
   1061
 * `<a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a>`
 * remove the ‘n’. this should be added in v1.6.5 for release in future.
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060518)
 * I have done this:
    [%3$s](https://wordpress.org/support/topic/error-structured-data/%1$s?output_format=md)
   to [%3$s](https://wordpress.org/support/topic/error-structured-data/%1$s?output_format=md)
 * but when I open my site there is an error:
 * Parse error: syntax error, unexptecetd T_CONSTANT_ENCAPSED_STRING, exptecting’)’
   in/ /web/htdocs/www.ecolibero.it/home/wordpress/wp-content/themes/mesocolumn/
   lib/functions/theme-functions.php.
 * I have restored all
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060519)
 * all you have to do is remove the ‘n’ from ‘url fn n’ and it will become ‘url 
   fn’..don’t think that one edit could cause error. did you accidentally remove
   the quote also, don’t.
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060520)
 * I have done this:
    ‘[%3$s](https://wordpress.org/support/topic/error-structured-data/%1$s?output_format=md)‘
   to ‘[%3$s](https://wordpress.org/support/topic/error-structured-data/%1$s?output_format=md)‘
 * but when I open my site there is an error:
 * Parse error: syntax error, unexptecetd T_CONSTANT_ENCAPSED_STRING, exptecting’)’
   in/ /web/htdocs/www.ecolibero.it/home/wordpress/wp-content/themes/mesocolumn/
   lib/functions/theme-functions.php.
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060521)
 * I don’t know why this post doesn’t show the code but I have done this:
 * a class=”url fn” href=”%1$s” title=”%2$s” rel=”author”>%3$s</a
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060535)
 * from
 * a class=”url fn n” href=”%1$s” title=”%2$s” rel=”author”>%3$s</a
    to
 * a class=”url fn” href=”%1$s” title=”%2$s” rel=”author”>%3$s</a
 * and when save and open the home page, show this error: Parse error: syntax error,
   unexptecetd T_CONSTANT_ENCAPSED_STRING, exptecting’)’ in/ /web/htdocs/www.ecolibero.
   it/home/wordpress/wp-content/themes/mesocolumn/lib/functions/theme-functions.
   php.
 * Luckly I have saved a copy of original file because when I have restored that
   string, the error wasn’t fixed.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060568)
 * that’s odd, removing one simple ‘n’ shouldn’t cause this. is it the save format
   error? try use other php file editor. *backup first
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data/#post-6060641)
 * Hi…I have edited the file with notepad++ and it works..I will wait the results.
   Thank you
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years ago](https://wordpress.org/support/topic/error-structured-data/#post-6060648)
 * Nothing…the errors persist [http://s3.postimg.org/fomp79sgj/Immagine.png](http://s3.postimg.org/fomp79sgj/Immagine.png)
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years ago](https://wordpress.org/support/topic/error-structured-data/#post-6060651)
 * the testing tools [https://developers.google.com/structured-data/testing-tool/](https://developers.google.com/structured-data/testing-tool/)
   
   still see the ‘n’ markup. did you clear the cache after edits?
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years ago](https://wordpress.org/support/topic/error-structured-data/#post-6060652)
 * How I can clear the site caches? And when will do the theme udaptes?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years ago](https://wordpress.org/support/topic/error-structured-data/#post-6060654)
 * do you have wp super cache or wtc3 cache wp plugin install?
    clear the cache 
   in the plugin settings.
 * [@update](https://wordpress.org/support/users/update/)
    will be a while, since
   repo new rule on adding ‘customizer’ is not something easy to apply.
 *  Thread Starter [raffux3](https://wordpress.org/support/users/raffux3/)
 * (@raffux3)
 * [11 years ago](https://wordpress.org/support/topic/error-structured-data/#post-6060655)
 * yes, I have installed w3tc yesterday..I will try..thank you

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/error-structured-data/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-structured-data/page/2/?output_format=md)

The topic ‘error structured data’ is closed to new replies.

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

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [name](https://wordpress.org/support/topic-tag/name/)
 * [webmaster](https://wordpress.org/support/topic-tag/webmaster/)

 * 16 replies
 * 2 participants
 * Last reply from: [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/error-structured-data/page/2/#post-6060662)
 * Status: not resolved