• Hi

    Anchor text? I don’t know the exact term which I’m looking.

    I expect providing an exact URL to reader so that on clicking it he/she will immediately browse the topic on a web page instead of reading from the top of that page to find the topic.

    For example on;
    https://bakery.satimis.com/diabetes-friendly-bread/

    there are several recipes. What will be the URL for 3) Bread, Whole Wheat Bread?

    Thanks

    Regards
    satimis

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use a browser developer tool like Firebug to check whether the area you want to skip to has an ID, e.g.:

    <div id="main">

    If it does, then append that ID to the URL with a hash character in front. E.g.:

    <a href="/diabetes-friendly-bread#main">

    Thread Starter satimis

    (@satimis)

    Hi Addrew,

    Thanks for your advice.

    Browing the page “https://bakery.satimis.com/diabetes-friendly-bread/&#8221; and moving “3) Bread, Whole Wheat Bread” to top of the page

    Start Firebug

    Under HTML (on left column)

    expand “<body class=”page page-id-814 page-template-default logged-in admin-bar custom-background single-author singular two-column right-sidebar customize-support”>”

    under “<div id=”page” class=”hfeed”>”
    I found <div id=”main”>

    I have no idea whether it is on the area to skip to?

    Regards
    satimis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Anchor text?’ is closed to new replies.