test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tobefg Friend
    #186969

    Hello, default methys template has a link to http://www.domain.com/index.php in the logo image. When i create a sitemap with http://www.xml-sitemaps.com/ it detects the url http://www.domain.com and http://www.domain.com/index.php which have the same content , so it will be duplicate content, so i have to replace:

    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    with:

    <h1 class=”logo”>
    <a href=”” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    Shouldn’t it be this way by default?. it is a change i have to make every time i update the template. Thanks

    Saguaros Moderator
    #490678

    Hi,

    Yes, by default, it will looks like:

    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    In this case, when you update template, if you use JA Extension manager component to update, you can ignore to update the header.php file in template folder. 🙂

    tobefg Friend
    #490733

    hehem good one, and how will i know if your update affects header.php?, JA extension manager will say so? 😉

    <em>@Saguaros 369994 wrote:</em><blockquote>Hi,

    Yes, by default, it will looks like:

    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>

    In this case, when you update template, if you use JA Extension manager component to update, you can ignore to update the header.php file in template folder. :)</blockquote>

    Saguaros Moderator
    #490809

    Hi,

    <blockquote>JA extension manager will say so?</blockquote>

    When you click to check update and if new version persists, there will be options for you to compare the new version and the current one, it will also show you which files is new, which file is modified 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum