Connect with us

SEO

9 HTML Tags (& 11 Attributes) You Must Know for SEO

Published

on

9 HTML Tags (& 11 Attributes) You Must Know for SEO

HTML is a markup language that forms the basis of most webpages.

It is arguably one of the most fundamental parts of technical SEO.

Using HTML elements, SEO professionals are able to communicate information about the page to users and search bots.

This can help to clarify the importance, nature, and order of content on a page, as well as its relationship to other webpages.

What Are HTML Attributes?

Attributes are additional information added to HTML elements. They sit within the element, such as:

They are values that are used to modify the element, giving additional context about it.

In the case of the HTML tag above, the attribute, rel=”canonical” modifies the link tag to say to the search bots that this URL should be considered the canonical of a set.

Format Of HTML Attributes

HTML attributes consist of a name and a value.

For example, when defining an image, the name “src” is used and the value is the file name of the image. The “alt” attribute specifies an alternative text to show if the image cannot be displayed.


Types Of HTML Attributes

Attributes are usually classified in four ways; required, optional, standard or event.

Required attributes are ones where their absence from a tag means that tag would not function correctly.

Optional ones are, as the name suggests, not required for the tag to work but can be used to specify additional information or behaviour for that tag.

There are attributes that can be used with most HTML elements, and some that are very specific.

For example, the “style” attribute can be used to define the look of an element like the colour or font size. These universal attributes are known as “standard” or “global” attributes.

There are other attributes that can only be used with certain elements. Commonly, ones that are used for SEO will modify a link tag. These are elements like “rel” and “hreflang.”

Event attributes are added to an element to define how that element should behave in response to certain actions like a user mousing over a button. These attributes define how a function should be executed.

For example, an “onclick” attribute would define what a JavaScript function should do when a user clicks a button. These attributes allow developers to create more interactive pages from HTML tags.

Why HTML Attributes Are Important

HTML attributes are important because they allow developers to add additional context and functionality to websites.

They are particularly important for SEO because they give much-needed context to tags. They are critical in how we guide the search bots in crawling and serving webpages.

Attributes allow us to easily prevent the following of certain links, or denote which pages in a set should be served to users in different countries or using other languages.

They allow us to easily signify that a page should not be indexed. A lot of the fundamental elements of technical SEO are actually controlled through HTML attributes.

Common Attributes Used In SEO

1. Name Attribute

The name attribute is used with the tag.

It is essentially a way of specifying to any bots that may visit the page if the following information applies to them or not.

For example, including means that all bots should take notice of the “noindex” directive.

You will often hear this called the “meta robots tag.”

If the following were used , only Google’s bot would need to take notice of the “noindex” directive.

This is a good way of giving commands to some search bots that are not needed for all.

2. Noindex Attribute

The “noindex” attribute is one commonly used in SEO.

You will often hear it being called the “noindex tag,” but more accurately, it is an attribute of the tag.

It’s formulated:

This piece of code allows publishers to determine what content can be included in a search engine’s index.

By adding the “noindex” attribute, you are essentially telling a search engine it may not use this page within its index.

This is useful if there is sensitive content you want to not be available from an organic search. For instance, if you have areas on your site that should only be accessible to paid members, allowing this content into the search indices could make it accessible without logging in.

The “noindex” directive needs to be read to be followed. That is, the search bots need to be able to access the page to read the HTML code that contains the directive.

As such, be careful not to block the robots from accessing the page in the robots.txt.

3. Description Attribute

The description attribute, better known as the “meta description,” is used with the tag.

The content of this tag is used in the SERPs underneath the content of the

tag.</p> <div id="attachment_389505" style="width: 1327px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-389505 size-full" src="https://articles.entireweb.com/wp-content/uploads/2024/09/9-HTML-Tags-11-Attributes-You-Must-Know-for.jpg" alt="Example of meta description attribute in the SERPs" width="1317" height="249" loading="lazy" title="9 HTML Tags (& 11 Attributes) You Must Know for SEO"><span class="wp-caption-text">Screenshot from author, August 2024</span></div> <p>It allows publishers to summarise the content on the page in a way that will help searchers determine if the page meets their needs.</p> <p>This does not affect the rankings of a page but can help encourage clicks through to the page from the SERPs.</p> <p>It is important to realize that in many instances, Google will ignore the content of the description attribute in favor of using its own description in the SERPs.</p> <p data-pm-slice="1 1 []">You can read more here about <a href="https://www.searchenginejournal.com/on-page-seo/optimize-meta-description/" class="ProsemirrorEditor-link" target="_blank" rel="noopener">how to optimize your description attributes</a>.</p> <h3>4. Href Attribute</h3> <p>As SEO professionals, we spend a lot of time chasing links.</p> <p>But do you know how a link is structured and, therefore, why some links are perceived to be worth more than others?</p> <p>A standard hyperlink is essentially an <a> tag.</a></p> <p>Its format is as follows:</p> <pre><a href="www.example.com">anchor text of link goes here</a>.</pre> <p>The <a> tag indicates it is a link.</a></p> <p>The href= attribute dictates the destination of the link (i.e., what page it is linking to).</p> <p>The text that sits between the opening <a> tag and the closing </a> tag is the anchor text.</p> <p>This is the text that a user will see on the page that looks clickable.</p> <p>This is used for clickable links that will appear in the </p> <p> of the page.

The tag is used to link a resource to another and appears in the

of the page.

These links are not hyperlinks, they are not clickable. They show the relationship between web documents.

5. Rel=”nofollow”, rel=”ugc” And rel=”sponsored attributes”

The rel=”nofollow” attribute tells bots that the URL within the href attribute is not one that can be followed by them.

Using the rel=”nofollow” attribute will not affect a human user’s ability to click on the link and be taken to another page. It only affects bots.

This is used within SEO to prevent search engines from visiting a page or from ascribing any benefit of one page linking to another.

This arguably renders a link useless from the traditional SEO link-building perspective, as link equity will not pass through the link.

There are arguments to say that it is still a beneficial link if it causes visitors to view the linked-to page, of course!

Publishers can use the “nofollow” attribute to help search engines determine when a linked-to page is the result of payment, such as an advert.

This can help prevent issues with link penalties, as the publisher is admitting that the link is the result of a legitimate deal and not an attempt to manipulate the rankings.

The rel=”nofollow” attribute can be used on an individual link basis like the following:

anchor text of link goes here

Or it can be used to render all links on a page as “nofollow” by using it in the

like a “noindex” attribute is used:

You can read more here about when to use the rel=”nofollow” attribute.

6. How Google Uses The Rel=”nofollow” Attribute

In 2019, Google announced some changes to the way it used the “nofollow” attribute.

This included introducing some additional attributes that could be used instead of the “nofollow” to better express the relationship of the link to its target page.

These newer attributes are the rel=”ugc” and rel=”sponsored.”

They are to be used to help Google understand when a publisher wishes for the target page to be discounted for ranking signal purposes.

The rel=”sponsored” attribute is to identify when a link is the result of a paid deal such as an advert or sponsorship. The rel=”ugc” attribute is to identify when a link has been added through user-generated content (UGC) such as a forum.

Google announced that these and the “nofollow” attribute would only be treated as hints.

Whereas previously, the “nofollow” attribute would result in Googlebot ignoring the specified link, it now takes that hint under advisement but may still treat it as if the “nofollow” is not present.

Read more here about this announcement and how it changes the implementation of the rel=”nofollow” attribute.

7. Hreflang Attribute

The purpose of the hreflang attribute is to help publishers whose sites show the same content in multiple languages.

It directs the search engines as to which version of the page should be shown to users so they can read it in their preferred language.

The hreflang attribute is used with the tag. This attribute specifies the language of the content on the URL linked to.

It’s used within the

of the page and is formatted as follows:

It’s broken down into several parts:

  • The rel=”alternate,” which suggests the page has an alternative page relevant to it.
  • The href= attribute denotes which URL is being linked to.
  • The language code is a two-letter designation to tell the search bots what language the linked page is written in. The two letters are taken from a standardized list known as the ISO 639-1 codes

The hreflang attribute can also be used in the HTTP header for documents that aren’t in HTML (like a PDF) or in the website’s XML sitemap.

Read more here about using the hreflang attribute correctly.

8. Canonical Attribute

The rel=”canonical” attribute of the link tag enables SEO professionals to specify which other page on a website or another domain should be counted as the canonical.

A page being the canonical essentially means it is the main page, of which others may be copies.

For search engine purposes, this is an indication of the page a publisher wants to be considered the main one to be ranked, the copies should not be ranked.

The canonical attribute looks like this:

The code should sit in the

of the page. The web page stated after the “href=” should be the page you want the search bots to consider the canonical page.

This tag is useful in situations where two or more pages may have identical or near-identical content on them.

9. Uses Of The Canonical Attribute

The website might be set up in such a way that this is useful for users, such as a product listing page on an ecommerce site.

For instance, the main category page for a set of products, such as “shoes”, may have copy, headers, and a page title that have been written about “shoes.”

If a user were to click on a filter to show only brown, size 8 shoes, the URL might change but the copy, headers, and page title might remain the same as the “shoes” page.

This would result in two pages that are identical apart from the list of products that are shown.

In this instance, the website owner might wish to put a canonical tag on the “brown, size 8 shoes” page pointing to the “shoes” page.

This would help the search engines to understand that the “brown, size 8 shoes” page does not need to be ranked, whereas the “shoes” page is the more important of the two and should be ranked.

Issues With The Canonical Attribute

It’s important to realize that the search engines only use the canonical attribute as a guide, it is not something that has to be followed.

There are many instances where the canonical attribute is ignored and another page selected as the canonical of the set.

Read more about how to use the canonical attribute correctly.

10. Src Attribute

The src= attribute is used to reference the location of the image that is being displayed on the page.

If the image is located on the same domain as the container it will appear in, a relative URL (just the end part of the URL, not the domain) can be used.

If the image is to be pulled from another website, the absolute (whole) URL needs to be used.

Although this attribute doesn’t serve any SEO purpose as such, it is needed for the image tag to work.

11. Alt Attribute

The above image tag example also contains a second attribute, the alt= attribute.

This attribute is used to specify what alternate text should be shown if the image can’t be rendered.

The alt= attribute is a required element of the tag, it has to be present, but can be left blank if no alternative text is wanted.

There is some benefit to considering the use of keywords within an image alt= attribute. Search engines cannot determine with precision what an image is of.

Great strides have been made in the major search engines’ ability to identify what is in a picture. However, that technology is far from perfect.

As such, search engines will use the text in the alt= attribute to better understand what the image is of.

Use language that helps to reinforce the image’s relevance to the topic the page is about.

This can aid the search engines in identifying the relevance of that page for search queries.

It is crucial to remember that this is not the primary reason for the alt= attribute.

This text is used by screen readers and assistive technology to enable those who use this technology to understand the contents of the image.

The alt= attribute should be considered first and foremost to make websites accessible to those using this technology. This should not be sacrificed for SEO purposes.

Read more about how to optimize images.

The More You Know About How Webpages Are Constructed, The Better

This guide is an introduction to the core HTML tag attributes you may hear about in SEO.

There are many more that go into making a functioning, crawlable, and indexable webpage, however.

The crossover between SEO and development skill sets is vast.

As an SEO professional, the more you know about how webpages are constructed, the better.

If you want to learn more about HTML and the tag attributes that are available with it, you might enjoy a resource like W3Schools.

More resources: 


Featured Image: BestForBest/Shutterstock

Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

SEO

Bing Webmaster Tools Update: More Data, Recommendations, Copilot

Published

on

By

Bing Webmaster Tools Update: More Data, Recommendations, Copilot

Microsoft upgrades Bing Webmaster Tools with extended data access, new recommendations system, and AI assistant in limited testing phase.

  • Bing Webmaster Tools extends historical data to 16 months.
  • “Insights” becomes “Recommendations” with enhanced features.
  • AI-powered “Copilot” assistant enters limited testing.

Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

SEO

What Is Click-Through Rate & Why CTR Is Important

Published

on

By

What Is Click-Through Rate & Why CTR Is Important

Search engines place a high premium on a good click-through rate (CTR).

After all, in the pay-per-click model, the more someone clicks, the more money that search engine makes.

But CTR is important to advertisers, too. CTR tells you how well your message aligns with the people seeing it and whether you capture their interest.

When a user turns to a search engine, they have a question and are looking for an answer. They are expressing a need or want.

What makes Search so great is users are telling you exactly what they are looking for! They’ve already decided they need something and are now trying to find it.

Creating a relevant paid search ad is your first step as an advertiser in fulfilling that need. And CTR is one way of knowing whether you are fulfilling that need for searchers when they see your ads.

This guide will explain what click-through rate is, what a good CTR is, how it impacts your Ad Rank and Quality Score, and when a low CTR is considered OK.

What Is Click-Through Rate (CTR)?

Put simply, a click-through rate is the percentage of impressions that result in a click.

If your PPC ad had 1,000 impressions and one click, that’s a 0.1% CTR.

As a metric, CTR tells you how relevant searchers are finding your ad to be.

If you have a:

  • High CTR: Users are finding your ad to be highly relevant.
  • Low CTR: Users are finding your ad to be less relevant.

The ultimate goal of any PPC campaign is to get qualified users to come to your website and perform a desired action (e.g., make a purchase, fill out a lead or contact form, download a spec sheet).

CTR is the first step in the process of improving your ad’s relevancy and generating those desired actions.

What Is A Good CTR?

So, what’s a good click-through rate? Clients ask me this all the time.

The answer, as with many things in PPC, is “it depends.”

CTR is relative to:

  • Your industry.
  • The set of keywords you’re bidding on.
  • Individual campaigns within a PPC account.

It isn’t unusual to see double-digit CTR on branded keywords when someone is searching for your brand name or the name of your branded or trademarked product.

It also isn’t unusual to see CTRs of less than 1% on broad, non-branded keywords.

How CTR Impacts Ad Rank

CTR is not just an indication of how relevant your ads are to searchers. CTR also contributes to your ad rank in the search engines.

Ad Rank determines the position of your ad on the search results page.

That’s right – PPC isn’t a pure auction.

The top position doesn’t go to the highest bidder. It goes to the advertiser with the highest Ad Rank – and CTR is a huge factor in the Ad Rank formula.

But Ad Rank is even more complicated than that. Google measures your actual CTR against an expected CTR at the time of the auction.

So, if you’ve run a lot of ads with a low CTR, Google will assume that any new ads you add to your Google Ads account are also going to have a low CTR, and may rank them lower on the page.

This is why it’s so important to understand the CTR of your ads and to try to improve it as much as possible.

A poor CTR can lead to low ad positions, no matter how much you bid.

How CTR Impacts Quality Score

Quality Score is a measure of an advertiser’s relevance as it relates to keywords, ad copy, and landing pages.

The more relevant your ads and landing pages are to the user, the more likely it is that you’ll see higher Quality Scores.

Quality Score is calculated by the engines’ measurements of expected click-through rate, ad relevance, and landing page experience.

A good CTR will help you earn higher Quality Scores.

While Quality Score is not a factor in the ad auction, it is an indicator of expected performance and will impact your CPCs.

Use Quality Score to diagnose how your ads will show, and to improve your ad copy and landing pages.

When A Low CTR Is OK

Since CTR is so important, should you optimize all of your ads for CTR, and forget about other metrics, like conversion rate?

Absolutely not!

Success in PPC is not about Ad Rank and CTR.

I could write an ad that says “Free iPhones!” that would get a great CTR. But unless giving away iPhones is the measure of business success for me, such an ad won’t help my business become profitable.

Always focus on business metrics first, and CTR second.

If your goal is to sell as many products as possible at the lowest possible cost, you should optimize your PPC campaigns for cost per sale.

If your goal is to generate leads below a certain cost per lead, then optimize for cost per lead.

Unless your business goal is to drive lots of PPC traffic, CTR should not be your main KPI.

In fact, there are times when a low CTR is OK – and maybe even a good thing.

One of those times is when dealing with ambiguous keywords.

Ambiguity is a necessary evil in any PPC program. People may search for your product or service using broad keywords that mean different things to different people.

Here’s an example: “Security.”

Let’s say you run a company that sells physical security solutions to businesses to protect them from break-ins.

Your company wants to bid on the term “security” to capture users who are just beginning to think about their security needs. It sounds like a great strategy, and it can be.

But “security” can mean a lot of different things. People might be looking for:

  • Credit card security.
  • Financial security.
  • Data security.
  • Home security.
  • Security guard jobs.

And that’s only five examples I thought of in a few seconds. See how disparate those are?

Let’s say you decide to bid on “business security,” since it’s more relevant.

It’s still a broad term – and your CTR might not be great. But let’s also say you get a lot of leads from that keyword – at a good cost.

Should you pause that term because of a low CTR?

Of course not!

Always let performance be your guide.

Low CTR is perfectly fine, as long as your keywords and ads are performing well based on your business objectives.

This screenshot is a perfect example of a keyword with a relatively low CTR but a lower cost per lead than the high CTR keyword.

Screenshot from author, September 2024

When A High CTR Isn’t OK

High CTRs may not be ok, either.

If you have a high CTR but a low conversion rate, that indicates a problem.

Either your keywords are not a good match for your landing page, or your landing page isn’t converting well.

campaigns listed have a strong CTR and lots of clicks, but few conversionsScreenshot from author, September 2024

In this case, the campaigns listed have a strong CTR (the average for this account is just over 6%) and lots of clicks, but few to no conversions.

We found that our keywords were triggering a significant number of irrelevant search queries, bringing unqualified users to the site.

CTR should never be viewed in a vacuum. It’s one of many key metrics to review when assessing the success or failure of a PPC campaign.

Conclusion

CTR is an important metric for PPC managers to understand and monitor.

Optimizing for CTR, while also optimizing for business metrics, will lead to successful PPC campaigns.

More resources: 


Featured Image: eamesBot/Shutterstock

Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

SEO

Why Building a Brand is Key to SEO

Published

on

By

Why Building a Brand is Key to SEO

For better or worse, brands dominate Google search results. As more results are generated by AI and machines start to understand the offline and online world, big brands are only going to get more powerful. 

Watch on-demand as we tackle the challenge of competing with dominant brands in Google search results. We explained why big brands lead the rankings and how to measure your own brand’s impact against these competitors.

We even shared actionable strategies for improving your visibility by weaving your brand into your SEO.

You’ll learn:

  • Why brands dominate Google (and will continue to do so).
  • How to measure your brand’s impact on search, and what you should focus on.
  • Ways to weave your brand’s identity into your content.

With Dr. Pete Meyers, we explored why brand marketing is vital to search marketing, and how to incorporate your brand into your everyday content and SEO efforts.

If you’re looking to have your brand stand out in a sea of competition, you won’t want to miss this.

View the slides below, or check out the full presentation for all the details.

 

Join Us For Our Next Webinar!

Optimizing For Google’s New Landscape And The Future Of Search

Join us as we dive deep into the evolution reshaping Google’s search rankings in 2024 and beyond. We’ll show you actionable insights to help you navigate the disruption and emerge with a winning SEO strategy.

Source link

Keep an eye on what we are doing
Be the first to get latest updates and exclusive content straight to your email inbox.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
Continue Reading

Trending