Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3879382
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:43:12+00:00 2026-05-19T22:43:12+00:00

Question about anchors in html , with maximum seo-friendlyness as well as user-friendlyness. Currently,

  • 0

Question about anchors in html, with maximum seo-friendlyness as well as user-friendlyness. Currently, the tabs on our website use javascript-auto-created numeric anchors e.g. when mouse hovering on them user sees: page#1, page#2 and page#3 Though this works fine, its not very sexy for a search engine, I guesse.

Now, tabs shows up in html as follows:

<div class="panel">
    <h3 class="tab">Tab Title</h3>
    <p>Contents</p>
</div>

<div class="panel">
    <h3 class="tab">Tab Title</h3>
    <p>Contents</p>
</div>

My plan is thus, to make non-auto, manually prescribed anchors on those javascript tab-buttons e.g. page#overview, page#servicesand page#prices.

Q1. Would the new tab anchors make my site better searchable?

Q2. OR, should the anchor texts be more specific? if so, Why doesn’t dreamweaver allow me to make bit more specific anchors e.g.
page#architectural services overview or
page#ornamental garden fountains?

When in Dreamweaver I navigate to menu > Insert > Named Anchor and fill in the single field something like “fountains”. Then, Dreamweaver inserts the following:

<a name="fountains" id="fountains"></a>

Q3. Are both neccessary or is just one of part essential, or should that a tag be even broadened by adding a title=”fountain” in other words, whats the best way to write elegant anchors these days?

Q4. What are differences, if any, between anchor, anchor-tag, named-anchor, html-anchor

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:43:12+00:00Added an answer on May 19, 2026 at 10:43 pm

    Google’s spiders don’t render the page, as far as I can tell, as that would be pretty expensive to accomplish. They just look at the HTML. When you view the source of your site, it shows none of that JavaScript-generated content, and this is all Google (and any other engine) sees.

    Q1: page#overview is specifying the ID of the element. page#overview is also invalid HTML, as there is no <page> element. Google reads what’s written on the tabs, not their IDs. Just make them descriptive.

    Q2: page#architectural services overview is completely invalid HTML. If you must make such a long ID, use underscores: page#architectural_services_overview. Otherwise, you might get some crazy results when rendering the page…

    Q3: HTML attributes (href, rel, alt, id, name, title, etc.) each have a purpose. As you know, href is used to denote the location that a link points to. name is used by serverside scripts when you submit forms, so be nice to them. I would not touch the name unless it’s being used by a PHP script or the alike.

    Q4: This is why I don’t like Dreamweaver… Anchors (correct me if I’m wrong) are used by the browser to scroll to elements within a page. They are denoted by the id of an element prepended with a #. Try clicking here. The href is https://stackoverflow.com/questions/4911438/whats-the-best-syntax-for-using-html-named-anchor-texts-on-tabs-for-better-seo-se#top, and #top is the top of the document.

    Similarly, clicking here brings you to the bottom. It references #footer-menu.

    Hope this helps 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Again I'm asking question about comment form, I'm making an image website and every
Sorry about the wording for my question title. I have a basic HTML anchor
My question about the reconfiguration delay when switching between Access 2003 and 2007 the
I recently asked a question about IIf vs. If and found out that there
I was reading this question about how to parse URLs out of web pages
I recently asked a question about what I called method calls. The answer referred
I recently asked a question about Oracle Encryption. Along the way to finding a
I have a question about using streams in .NET to load files from disk.
I have a question about best practices regarding how one should approach storing complex
Following Izb's question about Best binary XML format for JavaME , I'm looking for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.