Connect with us

SEO

WordPress SEO Without an SEO Plugin

Published

on

WordPress SEO Without an SEO Plugin

I optimize some of my WordPress sites without an SEO plugin because often, they simply have more features than I need for certain projects.

In this column, you’ll learn how to do WordPress SEO without an SEO plugin.

This is not intended to persuade you to not use one, but to show you how to take full control of your SEO without a plugin if you so choose.

SEO Plugins Are Useful

SEO plugins are recommended solutions for publishers who cannot code PHP, who are lost with HTACCESS files, and for those to whom robots.txt files are a mystery.

The technical side of SEO has a relatively high bar in terms of coding. SEO plugins democratize web publishing.

A major complaint about SEO plugins is how bloated with unnecessary features they are. But this isn’t the case across the board.

Advertisement

There are SEO Plugins that are lean and fast as well as modular, so you can choose which SEO features you need.

An example of this kind of SEO plugin is The SEO Framework. It’s an excellent choice for those who want more control over their SEO but prefer to pick and choose the features they need.

SEO plugins are the safe choice for publishers who are risk-averse and don’t want to experiment with alternatives. A lot is at stake, so the best choice is often the most trusted solution.

Why I Don’t Use SEO Plugins

This year, because of the headaches caused by an SEO plugin bug, I launched a site without any SEO plugins. I was happy with my results and transitioned other sites away from SEO plugins.

I moved away from a single SEO plugin simply because it seemed I could control a website’s SEO better.

It was a round trip journey back to where I had started with WordPress — optimizing WordPress without a dedicated SEO plugin.

Advertisement

Reasons I Do Not Use an SEO Plugin

There are four reasons why I don’t use an SEO plugin:

  1. Features that duplicate what’s already in WordPress or in a theme.
  2. Unnecessary features that solve presumed problems.
  3. The complexity of SEO plugins can introduce numerous bugs and conflicts with other plugins.
  4. Greater control over SEO.

Reasons Why I Prefer Standalone Solutions

  1. Easier to code a solution that handles one problem.
  2. Some SEO features don’t need a plugin.
  3. Standalone solutions are easier to maintain.
  4. Leaner WordPress installation without unnecessary features.

SEO Features You Need for WordPress

WordPress has a fairly robust core nowadays. Things like canonicals are done automatically.

Many WordPress themes contain SEO features like schema markup, breadcrumb navigation, Open Graph meta data, and so on.

While your exact needs will vary according to the template you use, here are a few things to look for.

Necessary WordPress SEO Features

  • Breadcrumbs with Schema.org Structured Data.
  • Meta descriptions.
  • Open Graph meta data.
  • Removal of category base.
  • Schema metadata.
  • A way to easily add the nofollow attribute to selected links.

WordPress Plugins for SEO

Optional WordPress SEO Features

Breadcrumbs

Breadcrumbs is a useful feature.

Adding Schema structured data to it will get you enhanced listings if you rank in the SERPs. And the enhanced listings may help the click-through rate.

It’s possible to code breadcrumb navigation without a plugin. The code is supposed to go into your website’s “child” functions.php file.

Most tutorials say to add it to your theme’s function.php file but you’ll lose your breadcrumbs if the theme is updated and the functions.php file is part of that update.

Advertisement

Getting breadcrumbs right can also become complicated because you still need to associate schema markup with the breadcrumbs. So that’s even more coding.

It can be done but at this point, it might be easier to offload the responsibility of making sure it works to a plugin.

I have found that using BreadCrumbs NavXT WordPress Plugin is an adequate solution. It handles the breadcrumbs and the schema data.

The NavXT plugin was the subject of a medium-level vulnerability but it was quickly patched. This was unusual for this plugin and unlike more serious events associated with dedicated SEO plugins, it did not cause problems for users.

Meta Description

I have found Easy WP Meta Description an adequate solution for meta descriptions. Meta descriptions aren’t a ranking factor but they do show in the SERPs if you rank.

Google will rewrite your meta description if a phrase from your web page is a better match. With that said, Google does a fine job of providing a relevant snippet from your page.

Advertisement

So it’s up to you. You can add your own meta description or let Google tell the user why your site is relevant to the query.

Title Tag

I craft an article title that is adequate to use as a title tag. If it’s good enough to serve as the title of the article, it should be good enough as the title of the web page. There are workarounds for coding this into the theme as well as plugins but I think those are superfluous.

Open Graph Meta Data

Strictly speaking, this isn’t an SEO feature but could influence how much traffic goes to your site. It allows you to specify an image and wording to show when your URL is shared on Facebook and Twitter.

Open Graph Meta Data plugin helps you present a professional appearance that will appeal to potential site visitors.

Remove Category Base from WordPress

The word “category” isn’t necessary for your URL structure. Shortening your URL to the domain name, the actual name of the category, and the page name is a best practice.

A shorter URL is easier to remember, less likely to be mistyped, and can tell users and search engines what the page is about using the least amount of words. Read more about the Remove Category Base plugin here.

Advertisement

WordPress Plugin for Schema Structured Data

The Schema WordPress plugin will integrate most Schema structured data you’ll need, including reviews and article schema.

Schema markup can be coded by hand, as well. For example, you can take the JSON-LD script for reviews and paste it into the bottom of your review directly into the WordPress editor while in Text Mode.

Then, manually adjust the descriptive fields for rating, product name, etc.

JSON-LD review template with author:

<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Review", "itemReviewed": { "@type": "Thing", "name": "NAME OF PRODUCT" }, "author": { "@type": "Person", "name": "NAME OF REVIEWER" }, "reviewRating": { "@type": "Rating", "ratingValue": "ENTER THE RATING EXPRESSED AS A NUMBER", "bestRating": "ENTER A NUMBER THAT REPRESENTS WHAT THE TOP SCORE IS, LIKE 5 OR 10" }, "publisher": { "@type": "Organization", "name": "NAME OF YOUR PUBLICATION" } } </script>

Pretty much every element of structured data can be handcrafted and manually or even automatically inserted on a post-by-post basis, or by editing your template directly.

You don’t have to use a plugin. But the plugin is clearly the best way to scale this process and have it up to date no matter how often WordPress updates.

Advertisement

Ultimate Nofollow Plugin

The Ultimate Nofollow plugin adds the option to make a specific URL nofollow at the moment you are creating that URL. There are additional options for sitewide nofollows, should you need those. But I don’t use them.

Optional SEO Features for WordPress

Attachment Pages Redirect

If you have inadvertently created web pages for every image attachment in your WordPress site, this plugin will easily solve your problem.

The Attachment Pages Redirect plugin will restore your individual attachments to their correct behavior. Just install and activate it and that’s it, your problem is solved.

The Attachment Pages Redirect plugin needs no setting up. Just activate it and forget it. Fixing rogue attachment pages couldn’t be easier.

Just make sure to use the correct setting for redirecting attachments to the post when uploading media in the future.

Redirect manager

This is a useful plugin if you feel uncomfortable editing htaccess files to create redirects. Use this if you have a legitimate reason to redirect an old page to a new page.

Advertisement

404 Responses Are Not Unhealthy

Don’t use a redirect manager to redirect a deleted page to the home page.

Some SEO plugins try to scare you into believing that 404 error codes affect the “health” of your site. But that is incorrect. 404 response codes are not inherently harmful to the “health” of your site.

  • Some 404 responses are due to spammers linking to your site with a partial URL. That’s normal and nothing to worry about. The 404 response is the perfect response.
  • Some 404 responses are due to an internal linking error by the publisher. That’s your error (you mistyped the URL). That’s something to fix by updating the URL to the correct URL.

The truth about 404 response codes is that they are perfectly natural and do not make your website less healthy.

Google’s John Mueller states that 404 response codes are not something that needs fixing. He also states that 404 response codes are natural:

“There’s no need to “fix” crawl errors on your website. Finding 404’s is normal and expected of a healthy, well-configured website.

If you have an equivalent new URL, then redirecting to it is a good practice. Otherwise, you should not create fake content, you should not redirect to your homepage, you shouldn’t robots.txt disallow those URLs — all of these things make it harder for us to recognize your site’s structure and process it properly. We call these “soft 404” errors.”

WordPress SEO Without an SEO Plugin

Here is more information from Google about 404 response codes.

XML Site Map

Google uses site feeds to crawl a website. If you add a page, Google can find your feed and discover it in that manner.

Advertisement

That’s why I list XML site map as an optional solution. Here’s what Google’s developer page says:

“Use Pubsubhubbub if you use Atom/RSS for your sitemap and want to broadcast your changes to other search engines in addition to Google.”

Google can also discover the web page through the normal process of crawling from link to link.

Another option is that you can choose to submit the URL individually or through a site map; see complete instructions from Google here.

If your site is not updated often, you can crawl it with an app like Xenu Link Sleuth and choose the option to create an XML site map. Then you just upload it to your server. No web hosting resources are needed to generate the map other than allowing Link Sleuth to crawl your website.

Or, you can use a plugin like the Google XML Sitemap Generator plugin.

Redundant SEO Plugin Features

You may find features included in SEO plugins that are redundant or not necessary.

Advertisement

Canonical URLs

Canonical URLs are built into WordPress. You don’t need an SEO plugin to handle this.

Robots.txt and htaccess File Editors

If you have a text editor or an HTML editor, then you have all you need for editing a robots.txt file or updating an htaccess file. Additionally, you should only mess with those files if you know what you’re doing.

If you are skilled enough to edit these, then you don’t need a WordPress plugin to handle this. Just open your text file and an FTP app like a normal person, right?

404 Status Code Redirection

SEO plugins provide this under the mistaken belief that 404 status codes are harmful. As noted above by Google’s John Mueller, 404 response codes are fine. Just fix the ones that are due to actual errors, like a typo in the URL.

Sitemap Generators

As noted above, a site map is not strictly necessary because Google crawls URLs via RSS feeds and links.

However, a site map is useful if you have made major changes and want Google to discover them as fast as possible. In this case, a manually generated site map is useful, as you don’t have to install a plugin to generate it.

Advertisement

You can still install a site map generator plugin and that makes far more sense to do than installing a huge SEO plugin to do this one single task.

Keyword Research and Word Processing

WordPress and your server resources might not be the best platform for conducting keyword and word processing functions. If you want a real-world app for checking your content, use a real software program like the Hemingway App. If you want to do web page analysis use a real app that generates a word cloud.

All of these kinds of functions are limited on an SEO plugin anyway. A standalone app will do a better job.

Why Use Six Plugins Instead of One?

An all-in-one SEO plugin might be just a single plugin, but it’s still behaving as if it’s ten or more plugins.

Count the features on your SEO plugin and count each one as a single plugin. You’ll be surprised that you could be larding up your WordPress site with the features of twelve plugins – features that you may not need.

So the question shouldn’t be about whether you need six plugins versus one. The question should be how many features do you need?

Advertisement

For me, the clear answer is a lot fewer features that are offered by all-in-one WordPress SEO plugin solutions.

All in One is Not the Same as All You Need

As you can see, SEO plugins are useful for users who have little to no skill with coding or WordPress. SEO plugins accomplish an important task for users who don’t have the skills to choose what solutions they need.

A dedicated SEO plugin is a good choice for a large organization that wants to play it safe and not have to deal with individual plugins or handcrafted solutions.

However, for those with more skill or who aren’t constrained by bureaucratic constraints, SEO plugins can be overkill.

People are installing SEO plugins by default, essentially sleepwalking through their WordPress SEO.

This article shows that you don’t need everything a dedicated SEO plugin offers.

Advertisement

There are alternatives to installing an SEO plugin with features you don’t really need. An all-in-one solution may not be what you need.WordPress SEO Without an SEO Plugin

Searchenginejournal.com

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

How To Write ChatGPT Prompts To Get The Best Results

Published

on

By

How To Write ChatGPT Prompts To Get The Best Results

ChatGPT is a game changer in the field of SEO. This powerful language model can generate human-like content, making it an invaluable tool for SEO professionals.

However, the prompts you provide largely determine the quality of the output.

To unlock the full potential of ChatGPT and create content that resonates with your audience and search engines, writing effective prompts is crucial.

In this comprehensive guide, we’ll explore the art of writing prompts for ChatGPT, covering everything from basic techniques to advanced strategies for layering prompts and generating high-quality, SEO-friendly content.

Writing Prompts For ChatGPT

What Is A ChatGPT Prompt?

A ChatGPT prompt is an instruction or discussion topic a user provides for the ChatGPT AI model to respond to.

Advertisement

The prompt can be a question, statement, or any other stimulus to spark creativity, reflection, or engagement.

Users can use the prompt to generate ideas, share their thoughts, or start a conversation.

ChatGPT prompts are designed to be open-ended and can be customized based on the user’s preferences and interests.

How To Write Prompts For ChatGPT

Start by giving ChatGPT a writing prompt, such as, “Write a short story about a person who discovers they have a superpower.”

ChatGPT will then generate a response based on your prompt. Depending on the prompt’s complexity and the level of detail you requested, the answer may be a few sentences or several paragraphs long.

Use the ChatGPT-generated response as a starting point for your writing. You can take the ideas and concepts presented in the answer and expand upon them, adding your own unique spin to the story.

Advertisement

If you want to generate additional ideas, try asking ChatGPT follow-up questions related to your original prompt.

For example, you could ask, “What challenges might the person face in exploring their newfound superpower?” Or, “How might the person’s relationships with others be affected by their superpower?”

Remember that ChatGPT’s answers are generated by artificial intelligence and may not always be perfect or exactly what you want.

However, they can still be a great source of inspiration and help you start writing.

Must-Have GPTs Assistant

I recommend installing the WebBrowser Assistant created by the OpenAI Team. This tool allows you to add relevant Bing results to your ChatGPT prompts.

This assistant adds the first web results to your ChatGPT prompts for more accurate and up-to-date conversations.

Advertisement

It is very easy to install in only two clicks. (Click on Start Chat.)

Screenshot from ChatGPT, April 2024

For example, if I ask, “Who is Vincent Terrasi?,” ChatGPT has no answer.

With WebBrower Assistant, the assistant creates a new prompt with the first Bing results, and now ChatGPT knows who Vincent Terrasi is.

Enabling reverse prompt engineeringScreenshot from ChatGPT, March 2023

You can test other GPT assistants available in the GPTs search engine if you want to use Google results.

Master Reverse Prompt Engineering

ChatGPT can be an excellent tool for reverse engineering prompts because it generates natural and engaging responses to any given input.

By analyzing the prompts generated by ChatGPT, it is possible to gain insight into the model’s underlying thought processes and decision-making strategies.

One key benefit of using ChatGPT to reverse engineer prompts is that the model is highly transparent in its decision-making.

Advertisement

This means that the reasoning and logic behind each response can be traced, making it easier to understand how the model arrives at its conclusions.

Once you’ve done this a few times for different types of content, you’ll gain insight into crafting more effective prompts.

Prepare Your ChatGPT For Generating Prompts

First, activate the reverse prompt engineering.

  • Type the following prompt: “Enable Reverse Prompt Engineering? By Reverse Prompt Engineering I mean creating a prompt from a given text.”
Enabling reverse prompt engineeringScreenshot from ChatGPT, March 2023

ChatGPT is now ready to generate your prompt. You can test the product description in a new chatbot session and evaluate the generated prompt.

  • Type: “Create a very technical reverse prompt engineering template for a product description about iPhone 11.”
Reverse Prompt engineering via WebChatGPTScreenshot from ChatGPT, March 2023

The result is amazing. You can test with a full text that you want to reproduce. Here is an example of a prompt for selling a Kindle on Amazon.

  • Type: “Reverse Prompt engineer the following {product), capture the writing style and the length of the text :
    product =”
Reverse prompt engineering: Amazon productScreenshot from ChatGPT, March 2023

I tested it on an SEJ blog post. Enjoy the analysis – it is excellent.

  • Type: “Reverse Prompt engineer the following {text}, capture the tone and writing style of the {text} to include in the prompt :
    text = all text coming from https://www.searchenginejournal.com/google-bard-training-data/478941/”
Reverse prompt engineering an SEJ blog postScreenshot from ChatGPT, March 2023

But be careful not to use ChatGPT to generate your texts. It is just a personal assistant.

Go Deeper

Prompts and examples for SEO:

  • Keyword research and content ideas prompt: “Provide a list of 20 long-tail keyword ideas related to ‘local SEO strategies’ along with brief content topic descriptions for each keyword.”
  • Optimizing content for featured snippets prompt: “Write a 40-50 word paragraph optimized for the query ‘what is the featured snippet in Google search’ that could potentially earn the featured snippet.”
  • Creating meta descriptions prompt: “Draft a compelling meta description for the following blog post title: ’10 Technical SEO Factors You Can’t Ignore in 2024′.”

Important Considerations:

  • Always Fact-Check: While ChatGPT can be a helpful tool, it’s crucial to remember that it may generate inaccurate or fabricated information. Always verify any facts, statistics, or quotes generated by ChatGPT before incorporating them into your content.
  • Maintain Control and Creativity: Use ChatGPT as a tool to assist your writing, not replace it. Don’t rely on it to do your thinking or create content from scratch. Your unique perspective and creativity are essential for producing high-quality, engaging content.
  • Iteration is Key: Refine and revise the outputs generated by ChatGPT to ensure they align with your voice, style, and intended message.

Additional Prompts for Rewording and SEO:
– Rewrite this sentence to be more concise and impactful.
– Suggest alternative phrasing for this section to improve clarity.
– Identify opportunities to incorporate relevant internal and external links.
– Analyze the keyword density and suggest improvements for better SEO.

Remember, while ChatGPT can be a valuable tool, it’s essential to use it responsibly and maintain control over your content creation process.

Experiment And Refine Your Prompting Techniques

Writing effective prompts for ChatGPT is an essential skill for any SEO professional who wants to harness the power of AI-generated content.

Advertisement

Hopefully, the insights and examples shared in this article can inspire you and help guide you to crafting stronger prompts that yield high-quality content.

Remember to experiment with layering prompts, iterating on the output, and continually refining your prompting techniques.

This will help you stay ahead of the curve in the ever-changing world of SEO.

More resources: 


Featured Image: Tapati Rinchumrus/Shutterstock

Source link

Advertisement
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

Measuring Content Impact Across The Customer Journey

Published

on

By

Measuring Content Impact Across The Customer Journey

Understanding the impact of your content at every touchpoint of the customer journey is essential – but that’s easier said than done. From attracting potential leads to nurturing them into loyal customers, there are many touchpoints to look into.

So how do you identify and take advantage of these opportunities for growth?

Watch this on-demand webinar and learn a comprehensive approach for measuring the value of your content initiatives, so you can optimize resource allocation for maximum impact.

You’ll learn:

  • Fresh methods for measuring your content’s impact.
  • Fascinating insights using first-touch attribution, and how it differs from the usual last-touch perspective.
  • Ways to persuade decision-makers to invest in more content by showcasing its value convincingly.

With Bill Franklin and Oliver Tani of DAC Group, we unravel the nuances of attribution modeling, emphasizing the significance of layering first-touch and last-touch attribution within your measurement strategy. 

Check out these insights to help you craft compelling content tailored to each stage, using an approach rooted in first-hand experience to ensure your content resonates.

Advertisement

Whether you’re a seasoned marketer or new to content measurement, this webinar promises valuable insights and actionable tactics to elevate your SEO game and optimize your content initiatives for success. 

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

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

How to Find and Use Competitor Keywords

Published

on

How to Find and Use Competitor Keywords

Competitor keywords are the keywords your rivals rank for in Google’s search results. They may rank organically or pay for Google Ads to rank in the paid results.

Knowing your competitors’ keywords is the easiest form of keyword research. If your competitors rank for or target particular keywords, it might be worth it for you to target them, too.

There is no way to see your competitors’ keywords without a tool like Ahrefs, which has a database of keywords and the sites that rank for them. As far as we know, Ahrefs has the biggest database of these keywords.

How to find all the keywords your competitor ranks for

  1. Go to Ahrefs’ Site Explorer
  2. Enter your competitor’s domain
  3. Go to the Organic keywords report

The report is sorted by traffic to show you the keywords sending your competitor the most visits. For example, Mailchimp gets most of its organic traffic from the keyword “mailchimp.”

Mailchimp gets most of its organic traffic from the keyword, “mailchimp”.Mailchimp gets most of its organic traffic from the keyword, “mailchimp”.

Since you’re unlikely to rank for your competitor’s brand, you might want to exclude branded keywords from the report. You can do this by adding a Keyword > Doesn’t contain filter. In this example, we’ll filter out keywords containing “mailchimp” or any potential misspellings:

Filtering out branded keywords in Organic keywords reportFiltering out branded keywords in Organic keywords report

If you’re a new brand competing with one that’s established, you might also want to look for popular low-difficulty keywords. You can do this by setting the Volume filter to a minimum of 500 and the KD filter to a maximum of 10.

Finding popular, low-difficulty keywords in Organic keywordsFinding popular, low-difficulty keywords in Organic keywords

How to find keywords your competitor ranks for, but you don’t

  1. Go to Competitive Analysis
  2. Enter your domain in the This target doesn’t rank for section
  3. Enter your competitor’s domain in the But these competitors do section
Competitive analysis reportCompetitive analysis report

Hit “Show keyword opportunities,” and you’ll see all the keywords your competitor ranks for, but you don’t.

Content gap reportContent gap report

You can also add a Volume and KD filter to find popular, low-difficulty keywords in this report.

Volume and KD filter in Content gapVolume and KD filter in Content gap

How to find keywords multiple competitors rank for, but you don’t

  1. Go to Competitive Analysis
  2. Enter your domain in the This target doesn’t rank for section
  3. Enter the domains of multiple competitors in the But these competitors do section
Competitive analysis report with multiple competitorsCompetitive analysis report with multiple competitors

You’ll see all the keywords that at least one of these competitors ranks for, but you don’t.

Content gap report with multiple competitorsContent gap report with multiple competitors

You can also narrow the list down to keywords that all competitors rank for. Click on the Competitors’ positions filter and choose All 3 competitors:

Selecting all 3 competitors to see keywords all 3 competitors rank forSelecting all 3 competitors to see keywords all 3 competitors rank for
  1. Go to Ahrefs’ Site Explorer
  2. Enter your competitor’s domain
  3. Go to the Paid keywords report
Paid keywords reportPaid keywords report

This report shows you the keywords your competitors are targeting via Google Ads.

Since your competitor is paying for traffic from these keywords, it may indicate that they’re profitable for them—and could be for you, too.

Advertisement

You know what keywords your competitors are ranking for or bidding on. But what do you do with them? There are basically three options.

1. Create pages to target these keywords

You can only rank for keywords if you have content about them. So, the most straightforward thing you can do for competitors’ keywords you want to rank for is to create pages to target them.

However, before you do this, it’s worth clustering your competitor’s keywords by Parent Topic. This will group keywords that mean the same or similar things so you can target them all with one page.

Here’s how to do that:

  1. Export your competitor’s keywords, either from the Organic Keywords or Content Gap report
  2. Paste them into Keywords Explorer
  3. Click the “Clusters by Parent Topic” tab
Clustering keywords by Parent TopicClustering keywords by Parent Topic

For example, MailChimp ranks for keywords like “what is digital marketing” and “digital marketing definition.” These and many others get clustered under the Parent Topic of “digital marketing” because people searching for them are all looking for the same thing: a definition of digital marketing. You only need to create one page to potentially rank for all these keywords.

Keywords under the cluster of "digital marketing"Keywords under the cluster of "digital marketing"

2. Optimize existing content by filling subtopics

You don’t always need to create new content to rank for competitors’ keywords. Sometimes, you can optimize the content you already have to rank for them.

How do you know which keywords you can do this for? Try this:

Advertisement
  1. Export your competitor’s keywords
  2. Paste them into Keywords Explorer
  3. Click the “Clusters by Parent Topic” tab
  4. Look for Parent Topics you already have content about

For example, if we analyze our competitor, we can see that seven keywords they rank for fall under the Parent Topic of “press release template.”

Our competitor ranks for seven keywords that fall under the "press release template" clusterOur competitor ranks for seven keywords that fall under the "press release template" cluster

If we search our site, we see that we already have a page about this topic.

Site search finds that we already have a blog post on press release templatesSite search finds that we already have a blog post on press release templates

If we click the caret and check the keywords in the cluster, we see keywords like “press release example” and “press release format.”

Keywords under the cluster of "press release template"Keywords under the cluster of "press release template"

To rank for the keywords in the cluster, we can probably optimize the page we already have by adding sections about the subtopics of “press release examples” and “press release format.”

3. Target these keywords with Google Ads

Paid keywords are the simplest—look through the report and see if there are any relevant keywords you might want to target, too.

For example, Mailchimp is bidding for the keyword “how to create a newsletter.”

Mailchimp is bidding for the keyword “how to create a newsletter”Mailchimp is bidding for the keyword “how to create a newsletter”

If you’re ConvertKit, you may also want to target this keyword since it’s relevant.

If you decide to target the same keyword via Google Ads, you can hover over the magnifying glass to see the ads your competitor is using.

Mailchimp's Google Ad for the keyword “how to create a newsletter”Mailchimp's Google Ad for the keyword “how to create a newsletter”

You can also see the landing page your competitor directs ad traffic to under the URL column.

The landing page Mailchimp is directing traffic to for “how to create a newsletter”The landing page Mailchimp is directing traffic to for “how to create a newsletter”

Learn more

Check out more tutorials on how to do competitor keyword analysis:

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

Follow by Email
RSS