Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • infinart Friend
    #128090

    I have just run a site analsys and it says that Google will display my listing as:

    d’Italia, Designer Clothing Fabric: Italian Material, French Lace & Dressmaking, Couture
    skip to content skip to main navigation skip to 1st column skip to 2nd column designer clothing fabric dressmaking, couture italian material, french lace d italia fabric dressmaking dressmaking …
    http://ditalia.com.au/

    The: skip to content skip to main navigation skip to 1st column skip to 2nd column – is an unwanted addition to the listing. Google is still using the old cache version so it has not changed over (the url was used prior to this new site design) yet.

    Is there a remedy to this?

    Here is how I found that is was JA News causing the problem:

    skip to content http://www.ditalia.com.au/#ja-content 200 OK
    skip to main navigation http://www.ditalia.com.au/#ja-mainnav 200 OK
    skip to 1st column http://www.ditalia.com.au/#ja-col1 200 OK
    skip to 2nd column http://www.ditalia.com.au/#ja-col2

    Hung Dinh Friend
    #247460

    Skip to content is accessibility feature of the template.

    <blockquote>Improve navigation: use skip Links

    • Skip links should be used to allow screen readers to go directly to desired content or to skip over navigation elements that are common to each page.
    • To create a skip link: Use an <href> tag to link a 1 x 1 clear image gif to an anchor on the page. Like so:
    • <a href=”#content”><img src=”images/1pixel.gif” alt=”Skip to content” /></a>

    • Use both id and name when creating anchor tags: <a id=”content” name=”content”>
    • You may also create a skip link that’s visible, this will benefit those relying on keyboard shortcuts as well as screen readers. This is often a “skip to content” link on the immediate top left of t

    </blockquote>

    However, if you want to remove them, open the index.php file of the template and delete the following lines

    <ul class=”accessibility”>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-content” title=”<?php echo JText::_(“Skip to content”);?>”><?php echo JText::_(“Skip to content”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav” title=”<?php echo JText::_(“Skip to main navigation”);?>”><?php echo JText::_(“Skip to main navigation”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-col1″ title=”<?php echo JText::_(“Skip to 1st column”);?>”><?php echo JText::_(“Skip to 1st column”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-col2″ title=”<?php echo JText::_(“Skip to 2nd column”);?>”><?php echo JText::_(“Skip to 2nd column”);?></a></li>
    </ul>

    infinart Friend
    #247477

    Thanks Hung,

    Is there a way of keeping them from showing in the google listing?

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

This topic contains 3 replies, has 2 voices, and was last updated by  infinart 16 years, 6 months ago.

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