Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • iapetus Friend
    #182255

    In JA Nex, if you click on the logo it takes you to index.php.If you click on the “home” link, it takes you to home.html. Both pages have the same content, so would you get penalised for duplicate content? And wouldn’t the two pages also dilute your page rank?

    Would really appreicate feedback here as I’m plummeting down the rankings in google and am trying to isolate all possible contributing factors.

    Saguaros Moderator
    #473100

    Hi iapetus,

    If you wanna change link of home menu item to index.php, please open plugins/system/jat3/core/menu/base.class.php file, at approx line 207, you can see this code:
    [PHP]if ($v->home == 1) {
    $v->url = JURI::base();[/PHP]
    change it to:
    [PHP]if ($v->home == 1) {
    $v->url = JURI::base(true).’/index.php’;[/PHP]
    Clean JAT3 cache and refresh the page.

    Hope this helps.

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

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

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