Hi,
We have the same problem, we cannot change the SEO information for the frontpage of our site Bigseo. Could it be maybe because we have a custom WordPress theme developed?
This theme has modified directly the index.php archive to set up the frontpage, it is not a page set as frontpage. this is what it have:
<br />
<?php<br />
/*<br />
*<br />
* Plantilla la página principal<br />
*<br />
*/<br />
?><br />
<?php get_header(); ?></p>
<p><?php //suscripcion(); ?><br />
<div id="bigseo-home"><br />
<?php index_section_one(); ?><br />
<?php index_section_two(); ?><br />
<?php index_section_three(); ?><br />
<?php index_section_four(); ?><br />
<?php index_section_five(); ?><br />
<?php index_section_six(); ?><br />
</div></p>
<p><?php get_footer(); ?><br />
And the sections are inside an archive called sections.php, ?could be any of this the origin of the problem? Should we create a page, add the sections there and then set it as the homepage in the WordPress>Settings ?
Thanks for your help.