|
<a href = “Link”> Text displayed on screen</a> <a> tag example <a href="https://www.ascentkorea.com/"> Ascent Korea </a> <a href=”https://…” .43inch-oled-tv.html”>43 inch OLED TV</a> How to use the <a> tag The <a></a> tag is a tag that creates a hyperlink. To explain the <a> tag as an example, when <a href="https://www.ascentkorea.com/"> Ascent Korea </a> is displayed on the screen, only Ascent Korea is displayed, and when you click on the text, it appears as Ascent Korea. It moves to the link set in the <a> tag. <a href=”https://…” .43inch-oled-tv.html”>43-inch OLED TV</a> When displayed on the screen, it also appears as a 43-inch OLED TV. The a in the <a> tag stands for anchor, and phrases that appear on the screen, such as 'Ascent Korea' and '43-inch OLED TV' in the example, are called anchor text.
This section of text should contain key keywords for the site you're linking to, rather than just "link" or "click here." Good example: See <a href="seo.html">Search Engine Optimization</a> for more information. Bad example: More information about search engine optimization Just as a person Special Data clicks to go to a site, a search engine or crawling bot also moves to a site with an a tag and crawls it. But unlike humans, crawling bots don't know that the links in the bad examples above are SEO links. In other words, the crawling bot understands that the content written in the anchor text is the content of the page. In the above example, the description of the link called seo.html is equivalent to interpreting it as ‘here’.

Therefore, anchor text that does not describe the page, such as 'link', 'here', or 'click here', is not good from an SEO perspective. Although it is not a big factor, adding links with anchor text containing keywords can increase your Google rating. a href # Meaning – Incorrect usage of <a> tag Because crawlers can move through the <a> tag, the <a> tag is also called the crawler's door. However, sites developed without considering seo elements sometimes insert # or javascriptvoid(o) in the <a> tag instead of a link. Hubble Capture: Monthly search volume of a tag Hubble Capture: Monthly search volume of a tag When searching for a tag through Listening Mind Hubble, we were able to confirm that a tag # had the next highest search volume. However, if you insert # and javascriptvoid(o) instead of a link, specific content will be loaded using JavaScript when you click, but search engines or crawlers will not be able to understand this. In other words, crawlers will not be able to freely move between links, and will not be able to determine the relationships between links. When this happens, the link cannot be crawled, making indexing difficult and ranking difficult, making SERP exposure difficult.
|
|