• Hello everyone! I have a problem and I hope you can help me.
    I have a website with a child theme based on twentythirteen, but I can’t seem to manage to indicize the homepage in google.
    I use a xmlsitemap, but the problem seems to be that I use as homepage not a single page but the last articles. To achieve that, I filter them by cathegory, and I use a category called “home”, which is linked to only one article, which I use as homepage.

    Now, if I use firebug or chrome inspect, I can see that in my homepage there is this excerpt:

    <h1 class="entry-title">
       <a href="https://www.fondazionegiuseppesiotto.org/homepage/173/" rel="bookmark">Homepage (non modificare)</a>
      </h1>

    But it should be: https://www.fondazionegiuseppesiotto.org/

    How can I change that value? I think it’s created dinamically, so it can’t be found in one of the php files of the child theme.

    Thank you!

Viewing 1 replies (of 1 total)
  • Why did you set up the home page as a blog page instead of a static page? The problem is that on a blog/index page, the entry title for each blog entry gets output. In your case, you only have one, since you are only displaying one blog entry. But the link is going to point to the post address.

    You could probably modify a copy of content.php to remove the entry title for all blog/archive pages, but that means anyone who does a search on your site will not see the entry titles on the results page.

    I would consider converting your home page to a static page instead of using a blog page.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't indicize homepage’ is closed to new replies.