Category Archives: WordPress Plugins

How to Enable / Activate WordPress Plugins from the Database

Are you looking to enable or activate plugins from the WordPress database?

If you are unable to access your WordPress admin area and need to activate a plugin to restore your access, then you can do that from the WordPress database.

In this article, we will show you how to easily activate your WordPress plugins using the database.

How to enable/activate WordPress plugins from the database

When Should You Activate WordPress Plugins Using Database

A number of common WordPress errors can prevent a website owner from accessing the WordPress admin area. In most of those situations, the user is looking to deactivate WordPress plugins without admin access.

However in some situations, a website owner may need to activate certain plugins to restore access to their WordPress website.

For example, let’s assume an error is stopping you from accessing your WordPress dashboard, and you have found a plugin that can fix that error.

Luckily, WordPress stores the active plugins information in your WordPress database. This means you can manually enter this information directly in the database and tell WordPress to activate a plugin.

The only condition is that the plugin must be installed on your WordPress site. Which means that it should be present in the plugins folder on your WordPress website.

With that being said, let’s see how you can easily enable/activate a plugin using the database.

Step 1. Find Your Database Name Using the Hosting Control Panel

To activate your WordPress plugins using phpMyAdmin, first, you need to find out your WordPress database’s name.

Now, to find the name of your database, you need to log in to your web hosting dashboard. For this tutorial, we will be using Bluehost.

If you are using a different hosting company, then your WordPress hosting dashboard may look slightly different.

Once you are on the cPanel, scroll down to the ‘Files’ section and click the ‘File Manager’ option.

Click at the file manager

This will open up the File Manager in a new window. Here you simply need to locate and click the public_html folder from the left column.

This will open up all the files that are stored in the public_html folder. Now, you simply need to locate and click the folder with your site’s name on it present under the ‘Name’ column.

Go to the publich_html file and find your site name

Some users may instead see their WordPress files and folders installed inside public_html folder.

After you have opened up your WordPress site’s file, locate the wp-config.php file under the ‘Name’ section and right-click on it.

This will open up a menu where you need to select the ‘View’ option.

Click View

This will open up the wp-config.php file in a new window where you can locate your database details.

We recommend that you copy and paste your database details including username and password into a notepad on your computer.

Database details

Now you’ve successfully found your database’s name, let’s move to our next step.

Step 2. Locate Active Plugins Option via PhpMyAdmin

After you have found out the name of your database, you need to go back to your WordPress hosting control panel.

Once there, scroll down to the ‘Databases’ section and click the ‘phpMyAdmin’ option.

Click the phpMyAdmin option in the cPanel

This will launch the phpMyAdmin app in a new browser tab.

Note: Before you make any kind of changes, please make sure to create a complete backup of your database. It will come in handy if anything goes wrong with the process.

Next, you simply need to click the ‘Database’ tab from the navigation menu present at the top of the page.

Now, simply locate your WordPress database and click on the browse button to expand it.

Click the Database tab from the navigation menu

This will show your WordPress database tables.

Here, you will simply need to locate wp_options table and click browse next to it.

Note: By default, WordPress uses wp_ as the prefix for table names. Your WordPress database table may have a different table prefix.

Click at wp-options

Inside the wp_options table, you’ll need to find the row where option_name is set toactive_plugins.

After that, click on the Edit link next to it.

Click the Activate_Plugins option

This will open up a box where you can manually enter details to activate a plugin.

Step 3. Activate a Plugin Using phpMyAdmin

WordPress stores the active plugins information in a special format so that it can be programatically accessed by the software.

In order to tell WordPress which plugins to activate, we’ll need to use that same format.

First, we’ll start by entering the option_value as a:1: and then open up the curly bracket ({).

We are entering this value as 1 because we only want to activate one plugin. You have to change the value to the number of plugins you plan on activating.

Add option value

Next, we will be entering i:0; after the curly bracket. Here we are essentially assigning a serial number to our plugin.

Remember to always assign numbers starting from 0 instead of 1.

Add serial number

Next, we will be entering the number of characters present in the plugin’s name and the php file name of the plugin that we’re about to activate.

For that, we will type s:24: in the box. Keep in mind that the number of characters will differ for each plugin based on the characters in the plugin directory and file name.

For instance, we are activating WPForms in this tutorial which has 24 characters in its name including the file name of the plugin as stored in our file manager.

Add character number

Next, you just need to type the plugin’s directory name. You can find it by visiting the /wp-content/plugins/ folder using the File Manager app.

Don’t forget to add quotation marks before typing the plugin’s directory name.

Type the plugins' name

After the /, you need to enter the plugin’s file name. This is usually the file with similar name inside the plugin folder.

Plugin file and folder name

Now, go back to phpMyAdmin and type the name of the plugin and then close the quotation marks.

After that, simply add a semi-colon (;) and close the curly brackets (}). The final value in this example would look like this:

a:1:{i:0;s:24:"wpforms-lite/wpforms.php";}

This is how it will look once you’re done.

Activating a single plugin

Next, simply click the ‘Go’ button to execute the command.

Now go visit your WordPress dashboard and head over to Plugins » Installed Plugins.

Your plugin has been successfully activated.

activated-plugin

Now let’s say you want to activate two more plugins.

First you will need to change the number of plugins. After you will adjust each entry for the plugin that you want to activate.

Here is an example:

a:3:{
i:0;s:47:"all-in-one-seo-pack-pro/all_in_one_seo_pack.php";
i:1;s:35:"insert-headers-and-footers/ihaf.php";
i:2;s:24:"wpforms-lite/wpforms.php";
}

Note: We have added line breaks here to make the code look more readable. You need to make sure that there are no line breaks or spaces in your code. Otherwise, it wouldn’t work.

We hope you learned how to activate a plugin using the database. You may also want to see our guide on how to add social media feeds to WordPress, and our comparison of the best domain registrars in the world.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Enable / Activate WordPress Plugins from the Database first appeared on WPBeginner.

How to Use the SEO Writing Assistant in WordPress to Improve SEO

Many of our readers ask us how to write better content for SEO. Some ask whether or not they should focus on Yoast SEO’s green light.

Well, when it comes to SEO content optimization, we use a different SEO writing assistant. It helps us optimize our content for SEO, so we can rank higher in search engines.

In this article, we will show you how to use the SEO Writing Assistant in WordPress to improve SEO and create better content for your website.

How to Use the SEO Writing Assistant in WordPress to Improve SEO

What is SEO Writing Assistant?

The SEO Writing Assistant is a content optimization tool created by Semrush, one of the best SEO tools on the market. It allows you to check your content in real-time for SEO suggestions and improve the overall SEO score of the content on your WordPress website.

Here is how it works:

  • You enter your focus keywords to generate content templates based on the top 10 results for that phrase.
  • You instantly get semantically-related keywords to include in your article.
  • You improve your content with a readability score based on rival results.
  • You optimize your article headline for SEO.
  • You adjust the article length based on the average length of top results.
  • You check for plagiarism without leaving your website.
  • You check the content’s tone to make it sure sounds natural and casual.

It is an extremely useful tool and can help you improve the SEO as well as writing style across your website. If you manage a multi-author site, then it allows authors to follow the same SEO best practices across all content.

Having said that, let’s take a look at how to use the SEO Writing Assistant to improve your SEO and get more search traffic to your website.

Setting Up Semrush’s SEO Writing Assistant in WordPress

The first thing you need to do is visit the Semrush SEO Writing Assistant website and click on ‘Create new template’ button.

Semrush Analyze My Text

You will be now asked to log in or create a free account.

Semrush offers a basic free account with just 1 free content recommendation.

You will need to sign up for or upgrade to a paid Semrush subscription to get all features. This is totally worth it, and a free 7-day trial is available for paid plans.

Create a Free Semrush Account

Once you log in, you will be able to use the SEO Writing Assistant from Semrush’s website.

You can type your content or import it from the web, provide target keywords, and select the language and location of your target audience.

Using Writing Assistant From the Semrush Website

When you press the ‘Get recommendations’ button, Semrush will analyze the content and make suggestions.

However, you can also use the SEO Writing Assistant inside your WordPress dashboard. You simply need to connect the SEO Writing Assistant tool to your WordPress site.

First, you’ll need to install and activate the Semrush SEO Writing Assistant plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to edit an article that you want to optimize for SEO. On the post edit screen, scroll down until you see the new ‘Semrush SEO Writing Assistant’ section below the content editor.

Using the SEO Writing Assistant in the WordPress Content Editor

It will show you basic readability and SEO score. To get the full picture, you need to click the ‘Log in’ link and sign in to your Semrush account.

Once signed in, you’ll be asked to give permission. Click the ‘Approve’ button to continue.

Give Permission for WordPress to Use Your Semrush Login

Now that you have connected the plugin to your Semrush account, you can generate SEO recommendations for our article.

You can enter your target keywords by typing them into the ‘Keywords’ field or by clicking the ‘Extract from text’ button. If you need help finding the right keywords, then see our beginner’s guide on how to do keyword research for your WordPress site.

Using the SEO Writing Assistant in WordPress

After that, you should click the ‘Get recommendations’ button and Semrush will analyze your content.

It will start by giving the post an overall score.

SEO Writing Assistant Switch Layout

By default, the following sections offer simple summaries. You can switch to a more detailed report by clicking the hamburger icon at the top right of the Semrush SEO Writing Assistant, and then selecting ‘Switch layout’ from the menu.

Checking Target Keywords Using Semrush SEO Writing Assistant

You can now scroll down to the SEO report. Semrush will check the top 10 results for the given keywords to generate a list of semantically related keywords that you can include in your content.

SEO Writing Assistant SEO Keyword Details

Keywords already included in your article will appear with a green background. You can go ahead and start adding missing keywords to your existing content where applicable or expanding your content to add new sections when necessary.

As you write, the tool will also adjust the readability and article length scores to match the average scores of top results.

Checking Tone of Voice Using Semrush SEO Writing Assistant

All SEO experts and marketers advise using a casual tone for all your articles. Search engines consider this conversational tone to be more engaging and useful for most audiences.

Now the problem is that sometimes it becomes harder to maintain a casual tone throughout the article.

SEO Writing Assistant comes with a ‘Tone of Voice’ checker. This AI-powered tool checks your content’s tone and gives it a score ranging from formal to casual.

SEO Writing Assistant Tone of Voice Details

Most articles fall somewhere in between, so don’t worry if it says your article has a neutral tone.

You will also see a list of your most casual sentences. You can consider rewriting these so they are less casual.

Links play a crucial role in SEO and the SEO Writing Assistant helps you keep track of links inside your article.

It will let you know if your article does not have an optimal number of internal links. It will also check for external links and links to your homepage.

SEO Reporting Assistant Reports Issues With Links

This tool comes in handy if you have other authors working on articles. Editors can quickly see if the article includes internal links to other posts on your website.

Checking Plagiarism in WordPress with SEO Writing Assistant

If you are hiring writers to contribute articles to your blog, then you’ll need to make sure that the articles they are submitting are original content.

Normally, editors and website owners use plagiarism checkers like Grammarly, CopyScape, or Google to see if an article is original.

The SEO Writing Assistant makes this easier with a built-in Plagiarism Checker tool.

Using the SEO Writing Assistant Plagiarism Checker

The downside is that even with the paid plans, you can only perform a limited number of checks.

If you need more, then you can buy additional checks from your subscription page on the Semrush dashboard.

Getting a Perfect SEO Score for Your Article

As you implement suggestions provided by the SEO Writing Assistant tool, your overall score will improve as well.

SEO Writing Assistant Overall Score

The overall score bar takes into account all the parameters and suggestions shown by the plugin. You need to make sure that each line on the chart turns green for better SEO rankings.

However, sometimes the plugin may suggest LSI keywords that may not fit in your content. You can safely ignore them instead of stuffing them into your article.

Remember that while these SEO tools provide recommendations, you know your audience better than these tools ever can. Keep your users in mind and make sure that they find your content useful and engaging.

Tracking Your SEO Performance in WordPress

Once you have started using SEO Writing Assistant for a while, you may want to track how it is affecting your website’s positions in search.

We have a detailed guide on how to track your website’s keyword rankings with Semrush and other tools.

You may also want to keep an eye on your top content using Google Analytics. The best way to do this is by using MonsterInsights. It brings your Google Analytics reports into WordPress and displays them in a human-readable format.

We hope this article helped you learn how to use SEO Writing Assistant in WordPress to improve SEO. You may also want to learn how to create automated workflows in WordPress, or see our list of the best social media plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Use the SEO Writing Assistant in WordPress to Improve SEO first appeared on WPBeginner.

YaySMTP Review: Get More Emails into Your Customers’ Inbox

Are you tired of your WordPress site’s automated emails ending up in users’ spam folders or not being delivered at all? Have you experienced issues with sending and receiving emails from your site? If so, you’re not alone. Many website owners struggle with these problems, which can be frustrating and time-consuming to resolve. But what [...]

Read More...

The post YaySMTP Review: Get More Emails into Your Customers’ Inbox appeared first on Learn WordPress with WPLift.

How to Properly Disable Lazy Load in WordPress (Step by Step)

Do you want to disable lazy loading in WordPress?

By default, WordPress comes with a lazy load feature, which delays downloads for images and other media to improve page load speed.

However, for some websites, it may affect user experience by not displaying images and media right away.

In this article, we’ll show you how to easily disable lazy load in WordPress both using a code method as well as a plugin method.

How to properly disable lazy load in WordPress

What is Lazy Loading?

WordPress first introduced lazy loading images in WordPress 5.5. Later it extended the lazy load feature to iframes embeds (e.g. YouTube videos, Spotify, and other embeds).

This practice helps improve your website’s speed and performance by quickly loading content and the visible area first.

A faster website is not just good for users, but it is also good for SEO. Search engines like Google consider speed as an important ranking factor.

Apart from images and embeds, you can also easily lazy load comments and Gravatars to further improve page load speed.

Lazy loading can be seen in action by right-clicking on an image and selecting the Inspect tool in your browser.

Lazy loading images in WordPress

This will split your browser screen and show you the HTML source code. From here, you’ll be able to see the “loading=lazy” attribute added to the image.

Now normally, we don’t recommend disabling lazy load due to its overall benefits for your WordPress website. Turning it off can result in slower website speed, lower conversion rates, and lower SEO rankings.

However, sometimes lazy loading can affect the user experience for some websites.

For instance, if you run a photography website where images are the most significant aspect of your content, then lazy loading them may ruin the user experience for your customers.

In other cases, you might be using a different lazy loading solution and just want to turn off the default WordPress lazy load.

That being said, let’s see how you can easily disable lazy load in WordPress.

You can simply disable the lazy load feature in WordPress by adding a custom code snippet to your theme’s functions.php file.

However, keep in mind that the smallest error while adding the code can result in breaking your website and making it inaccessible to your users.

This is why we recommend using the WPCode plugin to add custom code to your site.

It is the best custom code snippets plugin that makes it super easy for beginners to safely add custom code to their website.

First, you need to install and activate the WPCode plugin. See our guide on how to install a WordPress plugin for more instructions.

Upon activation, go to the Code Snippets » + Add Snippet page.

Add new snippet

This will take you to the ‘Add Snippets’ screen where you’ll see a bunch of ready-to-use code snippets that you can add to your website.

From here, you need to click the ‘Use Snippet’ button under the ‘Add Your Custom Code (New Snippet)’ option.

Once you’re on the ‘Create Custom Snippet’ page, you can start by typing a name for your code snippet.

It can be anything that will help you identify the code snippet and what it does.

Snippet title and type

After that, select ‘PHP Snippet’ from the dropdown menu next to the ‘Code Type’ option.

Now, copy and paste the following PHP code in the ‘Code Preview’ box.

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

This is how the code will look after it is pasted in the ‘Code Preview’ box.

Add code snippet

After adding the code, scroll down to the ‘Insertion’ section.

Here, simply choose ‘Auto Insert’ as the insertion mode. This will ensure that your custom code is automatically executed everywhere on your website once you activate the snippet.

Choose an insertion method

Next, you need to scroll to the top of the page and simply toggle the ‘Inactive’ switch to ‘Active’.

After that, don’t forget to click the ‘Save Snippet’ button to save and execute your custom snippet.

Save your code snippet

Once activated, this custom code snippet will disable the lazy loading feature on your WordPress website.

You can test by right-clicking on an image and selecting Inspect from the browser menu.

In the HTML code for the image, the loading=lazy attribute will now disappear.

Lazy loading disabled

Method 2. Disable Lazy Load in WordPress Using a Plugin

If you don’t want to add code to your site, then you can use the Disable Lazy Load plugin.

The only thing you need to do is install and activate the Disable Lazy Load plugin. For more instructions, check our guide on how to install a WordPress plugin.

Activate plugin to disable lazy load

The plugin works out of the box and does not require any configuration. Once activated, it will automatically disable the lazy load feature on your site.

We hope this article helped you learn how to properly disable lazy load in WordPress. You may also want to see our guide on how to optimize WordPress images for better page load times, or see our pick of the best WordPress image compression plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Properly Disable Lazy Load in WordPress (Step by Step) first appeared on WPBeginner.

9 Best YouTube Video Gallery Plugins for WordPress

Do you want to add a YouTube video gallery on your WordPress website?

You can add YouTube videos to WordPress blog posts using the built-in Embed block. However, you can’t easily arrange these videos in a nice gallery layout.

In this article, we will share the best YouTube video gallery plugins for WordPress so you can show your videos in an organized and eye-catching way.

Best YouTube video gallery plugins for WordPress

1. Smash Balloon YouTube Feed Pro

The Smash Balloon YouTube gallery plugin

Smash Balloon YouTube Feed Pro is the best YouTube gallery plugin on the market.

This plugin allows you to hand-pick specific videos from your account, or automatically show all the latest videos from your YouTube channel. You can even combine multiple YouTube channels into a single feed.

A YouTube gallery, created using Smash Balloon

Smash Balloon has a ready-made gallery layout so you can organize your videos with the click of a button. After creating a gallery, you can control exactly how the videos look by choosing whether to show the YouTube description, title, comments, the total number of likes, and much more.

You can even encourage visitors to join your YouTube channel, by adding a ‘Subscribe’ button to the gallery.

By default, the gallery layout also has a ‘Load More’ button so visitors can scroll through your entire YouTube channel without leaving your website.

Customizing the YouTube gallery 'Load More' button

When a visitor clicks on a video, Smash Balloon will start playing it in an embedded video player. In this way, you can get more YouTube views and engagement without driving visitors away from your website.

By default, the player shows related videos when the playback finishes, or the visitor pauses the video. Smash Balloon lets you replace these suggested videos with a custom call to action, so you can promote a specific post, page, or even the most popular WooCommerce products from your online store.

You can also use Smash Balloon to embed YouTube playlists, favorites, and livestreams on your WordPress website.

The best part about Smash Balloon is that it doesn’t slow down your site. The plugin’s built-in YouTube caching feature will make sure your site always loads fast, which is great for SEO.

The other nice thing about Smash Balloon is that you can combine social content from Instagram, Facebook, Twitter, and YouTube into a single social wall. If you’re serious about growing your online presence, then we highly recommend the Smash Balloon All Access Bundle, which gives you access to the social wall feature.

A social wall, created using Smash Balloon

Note: If you’re just getting started or have a limited budget, then there’s also a free version of the YouTube feed plugin. Although this plugin is missing the more advanced features, it still has everything you need to embed YouTube videos on your WordPress website.

Pricing: Smash Balloon YouTube Feed Pro licenses start at $49 per year. If you want to embed Facebook, Twitter, Instagram, and YouTube content on your WordPress website, then you can grab the All Access Bundle for $299 per year.

2. Envira Gallery

The Envira Gallery YouTube plugin

Envira Gallery is generally known as the best WordPress photo gallery plugin.

However, there’s also an Envira Gallery Videos Addon that allows you to create a YouTube gallery. Simply enter the URL for each YouTube video and then specify the thumbnail that you want to show in the gallery. The Videos Addon will then fetch the video automatically.

After adding all your videos, Envira Gallery lets you fine-tune the playback experience. You can make the video autoplay, open it fullscreen by default, hide the playback controls, and much more.

Envira Gallery can also embed entire YouTube playlists, although you’ll need to get a YouTube API from the Google Cloud Console and then add it to the plugin’s settings first.

As well as YouTube, Envira Gallery supports other popular video hosting services such as Vimeo, Wistia, Twitch, VideoPress, and Dailymotion.

You can also embed Facebook videos in WordPress.

One major drawback is that Envira Gallery won’t automatically fetch new YouTube videos from your channel. If you want to update the gallery, then you’ll need to add each new video manually using its URL.

Pricing: To get Envira with the Video Gallery addon, you’ll need to either buy a Pro license ($89 per year) or a Lifetime license ($209).

3. YouTube Showcase

The YouTube Showcase gallery plugin

With the YouTube Showcase plugin, you can add a YouTube video gallery or grid to your WordPress website.

After activating the plugin, you can add any YouTube video to your site using the 11-digit alphanumeric video key shown at the end of the video’s URL.

To help visitors find what they’re looking for, YouTube Showcase lets you add categories and tags to your videos. These work in exactly the same way as the built-in WordPress categories and tags, so they’re very easy to use.

Once you’ve done that, you just need to add the plugin’s shortcode to any page, post, or widget-ready area. YouTube Showcase will then show all your videos in a nice gallery layout.

YouTube Showcase automatically adds a row of video thumbnails below the gallery, so visitors can easily move between the different videos. For visitors who are using a smartphone or tablet, YouTube Showcase replaces these thumbnails with more mobile-friendly ‘Prev’ and ‘Next’ icons.

The plugin uses pagination by default, so your gallery should load quickly no matter how many videos you add.

The default gallery layout should be a good fit for most websites. However, if you want to make changes then the plugin has a straightforward settings page.

While it isn’t as customizable as some of the other gallery plugins, YouTube Showcase does have a section where more advanced users can add custom CSS and custom JavaScript.

If you don’t like the gallery layout, then YouTube Showcase also has a video grid shortcode. This shows all your YouTube videos in a 4-column grid layout.

Pricing: You can download YouTube Showcase for free from the official WordPress repository.

4. YourChannel

The YourChannel WordPress gallery plugin for YouTube

YourChannel is one of the easiest ways to create a YouTube gallery. It allows visitors to look through your entire YouTube channel feed and watch any video without leaving your website.

YourChannel also comes with a built-in WordPress caching system, to help keep your website running smoothly.

To set up YourChannel, simply enter your YouTube username or channel ID. After that, the plugin will automatically fetch banner images, video thumbnails, your subscriber count, and your total number of views.

The plugin’s settings are straightforward and user-friendly, so you can create a beautiful-looking gallery simply by checking a few boxes and typing some numbers.

You can change how many videos YourChannel shows when the gallery page first loads, and set a maximum number of videos that visitors can scroll through. This is particularly useful for creating a mobile-friendly video gallery.

YourChannel also helps you stay GDPR compliant by showing an ‘Allow Cookies’ message when a visitor first clicks the ‘Play’ button. This message includes a link to your privacy policy.

When you’re happy with how the gallery looks, you can add it to any page, post, or widget-ready area using a shortcode provided by the plugin.

Pricing: Simply visit the WordPress repository and download the YourChannel plugin for free.

5. Photo Gallery by 10Web

The Photo Gallery for 10Web plugin for WordPress

According to our marketing statistics research, 70% of people visit YouTube on a smartphone or tablet. If you run an online store using a plugin such as WooCommerce, then you’ll be interested to learn that 90% of consumers watch videos on a mobile device.

With that in mind, you’ll want to make sure your YouTube gallery looks just as good on mobile, as it does on desktop. With Photo Gallery by 10Web, you can create a mobile responsive image and video gallery within minutes.

Despite the name, Photo Gallery supports all the best video hosting sites including Vimeo, Dailymotion, and YouTube. Simply copy the video’s URL, and Photo Gallery will add that video to your website.

After that, you can fine-tune how the gallery looks by choosing different layouts, switching between dark and light themes, adding pagination, and more. You’ll also have complete control over the content that appears in your gallery, including adding or removing the video title, description, tag box, and more.

Visitors can watch each video directly on your website, using the Photo Gallery lightbox popup. The lightbox comes with built-in social share buttons, which make it easy for visitors to share your videos on Facebook and Twitter. This can help you create a buzz on social media, get more engagement, and grow your social media following.

Pricing: You can download Photo Gallery for free from the official WordPress repository. If you need more advanced features, then there’s also a premium version of Photo Gallery.

6. Embed Plus for YouTube

The EmbedPlus gallery plugin for YouTube

Embed Plus for YouTube allows you to create a YouTube gallery using videos, playlists, shorts, and livestreams.

This plugin has a few unusual features, such as ‘Modest Branding’ which reduces the amount of YouTube branding in your video gallery.

Another unique feature is ‘facade mode,’ which aims to make your WordPress website faster by loading a lighter version of the video player initially, and then downloading the rest of the player when the visitor clicks a video.

To make your pages load even faster, Embed Plus can defer JavaScript while serving minified CSS and JavaScript.

Embed Plus can even convert non-HTTPs videos to HTTPS. Since Google uses HTTPS/SSL as a ranking factor in its search results, this can improve your search engine rankings.

For more on this topic, please see our complete guide on how to move WordPress from HTTP to HTTPS.

To keep people on your website for longer, Embed Plus can automatically play the next video in the gallery, which is particularly useful if you’re adding playlists to your WordPress blog.

This plugin has in-depth and detailed settings that cover several tabs. This gives you complete control over how the YouTube gallery looks and acts, but it can be confusing when you first activate the plugin.

Thankfully, Embed Plus has a built-in setup wizard that asks questions about the kind of gallery you want to create and then changes the default settings based on your answers.

Pricing: You can download Embed Plus YouTube for free from the official WordPress repository. If you need more advanced features then there’s also a Pro YouTube plugin.

7. Automatic YouTube Gallery

The Automatic YouTube Gallery plugin for WordPress

Automatic YouTube Gallery lets you create unlimited video galleries on your site. As the name suggests, this plugin automates most of the setup process so you can create a YouTube video gallery in minutes.

With this plugin, you can create a YouTube gallery using a channel ID, username, playlist, search terms, or even by entering specific video URLs. You can also embed live streams on your WordPress website.

After choosing your videos, Automatic YouTube Gallery lets you fine-tune how the gallery looks. This includes changing the number of columns in the gallery layout, changing the ratio, adding or removing the video titles, and more.

Automatic YouTube Gallery also has some settings to help keep visitors on your website for longer, such as autoplaying the next video and looping a single video. To make your YouTube gallery more accessible, you can also activate closed captions by default or change the language used by the video player’s interface.

With Automatic YouTube Gallery, you don’t have to worry about videos slowing down your site. The plugin has a caching feature that can reduce page loading times and boost your WordPress speed and performance.

This plugin is also fully compatible with WordPress multisite.

Pricing: You can download the Automatic YouTube Gallery plugin for free from the official WordPress repository.

8. All-in-One Video Gallery

The All in One Video Gallery WordPress plugin

You can use All-in-One Video Gallery to show videos from YouTube, Vimeo, Dailymotion, Rumble, and more in an HTML5 video player.

Unlike other plugins that have their own editors, All-in-One Video Gallery integrates with the familiar WordPress page and post editor. It also has video categories and tags that work exactly the same as the built-in WordPress categories and tags.

With this in mind, it’s very easy to get started with the All-in-One Video Gallery.

After adding your videos, All-in-One Video Gallery lets you customize the player controls, playback options, and video quality levels. This plugin also aims to make your videos more accessible by supporting WebVTT subtitles and showing the subtitles automatically.

The plugin is GDPR compliant and will get the visitor’s consent before loading YouTube, Vimeo, or embedded videos from third-party websites. If you prefer, then you can also disable the plugin’s cookies for added privacy.

When you’re ready, you can either show all your videos in a single gallery or create different galleries using the plugin’s categories feature. This allows you to create lots of different galleries, with different content.

Another option is embedding the built-in All-in-One Video Gallery search form. This allows visitors to search through all your videos, to find exactly the content they’re looking for.

Pricing: You can download All-in-One Video Gallery for free from the WordPress repository.

9. Video Gallery – Total Soft

The Video Gallery WordPress plugin

Video Gallery by Total Soft can add an unlimited number of professionally-designed video galleries to your website. This plugin supports YouTube plus other major video platforms such as Vimeo and Wistia.

When building a gallery, you can choose between 16 different themes and 9 layouts. If your YouTube channel has lots of videos, then you can use pagination to spread the content across multiple pages.

This plugin puts a strong focus on gallery thumbnails. Every time you add a video to a gallery, you can replace the default YouTube thumbnail with an image of your choice.

After that, Video Gallery will play different hover effects when the visitor moves their mouse over the thumbnail. This includes some advanced hover effects that animate the video’s title, description, and other elements. In this way, your gallery can catch the visitor’s attention before it starts playing videos.

Video Gallery allows you to show videos from different online platforms, and even self-hosted videos, in the same gallery.

After building a gallery, you can add it to any page, post, or widget-ready area using a shortcode. Video Gallery also provides a code snippet that adds the gallery to your WordPress theme. For more information, please see our guide on how to easily add custom code in WordPress.

Pricing: You can download Video Gallery for free from the official WordPress repository.

What is the Best YouTube Video Gallery Plugin for WordPress?

If you’re looking for the easiest way to add a gallery to WordPress, then Smash Balloon Youtube Feed Pro is our top pick.

This plugin guides you through the process of connecting YouTube and WordPress and then makes it easy to build a professionally-designed gallery. It also lets you fine-tune every part of the gallery so it perfectly suits your WordPress theme.

When you’re happy with how the gallery looks, you can add it to any page, post, or widget-ready area using either a shortcode or the plugin’s Feeds for YouTube block.

Unlike some other plugins on the list, your Smash Balloon gallery will update automatically as you publish new videos to YouTube. This means visitors will always see the latest videos, and you don’t have to worry about updating your gallery manually.

While Smash Balloon YouTube Feed Pro is our top choice, it is a premium plugin. If you’re looking for a free YouTube gallery plugin, then you may want to take a look at Feeds for YouTube instead.

While this plugin is missing some of Smash Balloon’s advanced features, it still has everything you need to create a YouTube video gallery for your WordPress website.

This makes Feeds for YouTube our top pick for anyone who is just getting started, has a limited budget, or just wants to embed a small number of videos in their WordPress website.

We hope this article helped you choose the best YouTube gallery plugins for WordPress. You may also want to see our list of best drag-and-drop WordPress page builders to create custom designs and our tutorial on how to create an email newsletter to keep your visitors updated with your new videos.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post 9 Best YouTube Video Gallery Plugins for WordPress first appeared on WPBeginner.

How to Add a PDF Viewer in WordPress

Do you want to add a PDF viewer in WordPress?

By embedding PDF files in your website, you can make sure those files always have the same layout, no matter what device the visitor is using. These files can also keep people on your website for longer and add value for your uses.

In this article, we will show you how to add a PDF viewer in WordPress.

How to add a PDF viewer in WordPress

Why Do You Need a PDF Viewer in WordPress?

Many websites use PDF files to share information about their services and products. For example, restaurant owners often publish their menu as an online PDF.

You can always upload a PDF to your website and then add a download link in WordPress.

However, this isn’t the best user experience for people who want to quickly look at a PDF document. For example, someone who is planning to visit your restaurant may prefer to read the PDF menu on your website rather than downloading a copy to their computer.

Instead, you can add a PDF viewer in WordPress and then show the PDFs directly on your website. This allows visitors to see the document without downloading it to their computer, which is often quicker and easier. This is particularly true for visitors who are using smartphones or tablets.

It also keeps visitors on your website, which may increase your pageviews and reduce your bounce rate.

With that being said, let’s see how you can easily add a PDF viewer to WordPress. Simply use the quick links to jump straight to the method you want to use.

Method 1. Add a PDF Viewer Using the Block Editor (Easy)

The easiest way to show PDFs on your WordPress website is by using the built-in File block.

This method doesn’t require a special plugin, but you can only customize the viewer in a few ways. If you want more advanced customizations and features, then we recommend using a plugin instead.

To get started, simply open the page or post where you want to add the PDF viewer in the content editor and then click on the ‘+’ button to add a new block.

After that, start typing in ‘File’ and select the right block when it appears.

The WordPress built-in File block

If you’ve already uploaded your PDF to the WordPress media library, then click on the ‘Media Library’ button. You can then select the PDF that you want to embed.

If you haven’t already uploaded the PDF, then click on ‘Upload’ and then choose a file from your computer.

Uploading a PDF file to WordPress

WordPress will automatically choose a size for the embedded PDF.

Note that the default view may not show the full document, but the ‘File’ block includes a toolbar that allows visitors to zoom in and out of the document. They can also scroll through the PDF to see more content.

How to add a PDF viewer in WordPress

If you prefer, then you can change the PDF viewer’s height to show more or less of the embedded document.

To do this, simply use the ‘Height in pixels’ slider in the right-hand menu.

Changing the height of an embedded PDF

Sometimes, visitors may want to download a PDF so they always have it close by. For example, customers may want to download the user manual for your most popular product or the programming schedule for an upcoming event or conference.

By default, WordPress shows a ‘Download’ icon in the toolbar and a button below the PDF.

How to allow visitors to download a PDF in WordPress

The ‘Download’ button beneath the PDF is useful for visitors who are unfamiliar with the different PDF toolbar icons. By showing a ‘Download’ button, visitors will immediately understand that this file is not tied to your site alone.

With that in mind, you may want to leave the ‘Download’ button enabled. However, if you don’t want to include this duplicate content then you can click to disable the ‘Show Download Button’ toggle.

Hiding the Download button in a PDF viewer

When you’re happy with how the PDF is set up, either click on ‘Update’ or ‘Publish’ to make your changes live.

Now if you visit your WordPress website you’ll see the PDF viewer in action.

A PDF viewer, created with the built-in WordPress File block

Method 2. Add a PDF Viewer in WordPress Using a Plugin (More Customizable)

The built-in WordPress File block should be a good fit for websites that simply want to embed a few PDFs. However, if you want more control over the viewer then it often makes sense to use a plugin instead.

PDF.js Viewer is one of the best PDF plugins for WordPress. It allows you to change the height and width of the PDF viewer, and remove buttons from the PDF toolbar.

It also comes with a fullscreen mode, which is perfect for showing longer documents such as ebooks and user manuals.

A PDF viewed in fullscreen mode

First, you’ll need to install and activate PDF.js Viewer. If you need help, then please see our guide on how to install a WordPress plugin.

Upon activation, go to Settings » PDFjs Viewer to configure the plugin’s settings.

The PDF.js Viewer plugin settings

Most of the time, you can override these default settings when embedding each PDF. For example, you can change an individual PDF’s settings for size or scale.

However, we still recommend changing the default settings to better match your own requirements, as this can save you a lot of time and effort.

By default, the plugin includes Download, Print, and Search buttons in the PDF toolbar. If you want to remove any of these buttons, then simply uncheck the box next to it.

Hiding buttons from the PDF viewer toolbar

You can also change the default embed height and width, and the ‘Viewer Scale.’

Out-of-the-box, PDF.js Viewer shows the PDF without any sidebar so visitors can see the full document when they arrive on the page. They can open the sidebar at any point by clicking on the ‘Toggle Sidebar’ button, as you can see in the following image.

Adding a sidebar to the PDF viewer in WordPress

If you plan to include longer documents or multi-page PDFs then it may be helpful to show the sidebar by default.

To do this, simply open the ‘Page Mode’ dropdown menu and select either Thumbs, Bookmarks, or Attachments.

Changing the mode in a PDF viewer

PDF.js Viewer allows visitors to open the PDF in fullscreen mode. By default, visitors can open this mode by clicking on a ‘View Fullscreen’ link above the embedded PDF.

To replace the text with your own custom messaging simply type into the ‘Fullscreen Link Text’ field.

Customizing the PDF's fullscreen mode

You can also choose whether the link opens in a new tab using the ‘Fullscreen Links in New Tabs’ box.

Launching a new tab will help to keep visitors on your website, but it can be annoying for mobile and tablet users.

Customizing the PDF viewer's fullscreen mode

Fullscreen mode makes it easier to read long documents so we recommend leaving this feature enabled. However, if you don’t want to use it then you can uncheck the box next to ‘Show Fullscreen Link.’

When you’re happy with how the plugin is set up, click on ‘Save Changes.’

You’re now ready to add a PDF viewer in WordPress. Simply open the page or post where you want to show the PDF and then click on the ‘+’ button.

You can now start typing in ‘Embed PDF.js Viewer’ and select the right block when it appears.

Adding a PDF to your WordPress website using a plugin

After that, click on ‘Choose PDF’ to open the WordPress media library.

You can now either choose a PDF from the library or upload a file from your computer.

Embedding a PDF on your WordPress website using a block

The plugin will use your default settings, but you can fine-tune how this PDF looks and acts using the settings in the right-hand menu.

Here, you can change the PDF’s height, width, and scale. You can also remove or customize the ‘View Fullscreen’ link.

Customizing the PDF embed block using a WordPress plugin

Finally, you can choose to remove or show the ‘Download’ and ‘Print’ buttons.

When you’re happy with how the PDF is set up, simply click on ‘Update’ or ‘Publish.’ You can now visit your WordPress blog or website to see the embedded PDF viewer.

A PDF, embedded directly on a WordPress blog or website

Bonus: How To Make Money From Your Embedded PDFs

If you have quality, useful PDFs then you can use them to make money online with WordPress.

After embedding a PDF document in your website, you can turn that page or post into exclusive members-only content. Visitors will then need to buy a membership to access that page or post, and see the embedded PDF.

The easiest way to turn WordPress into a membership site is by using MemberPress. It is the best WordPress membership plugin and allows you to turn any page or post into exclusive subscriber-only content, including embedded PDFs.

Make money by selling PDFs online

We have a complete guide on making a WordPress membership website with step-by-step instructions to help you get started.

We also suggest using Easy Digital Downloads to manage and sell PDFs on your website. You can sell all kinds of digital goods easily and embed PDFs in the product pages as previews, too.

We hope this article helped you add a PDF Viewer in WordPress. You may also want to take a look at our guide on how to create and sell online courses with WordPress or check out our list of the best email marketing services for small businesses.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Add a PDF Viewer in WordPress first appeared on WPBeginner.

How to Add Multilingual Search in WordPress (2 Ways)

Do you want to add a multilingual search in WordPress?

If you have a multilingual WordPress site, then adding a multilingual search feature can help users find information more quickly by searching in their own language.

In this article, we’ll show you how to easily add multilingual search in WordPress and delight your users with a better user experience.

How to add multilingual search in WordPress

Why Should You Add Multilingual Search in WordPress?

Often users have trouble finding information on multilingual websites because either there is no search feature that they can use, or the search feature shows them content in the wrong language.

Adding a multilingual search feature helps users easily find the content they are looking for. This improves user experience which means users will stay longer on your website.

Research shows that engaged users are more likely to convert, subscribe, or make a buying decision.

That being said, let’s take a look at how to easily add a multilingual search in WordPress without breaking your website or writing any code.

Method 1: Adding Multilingual Search Using TranslatePress

If you haven’t made your multilingual website yet, or already using TranslatePress, then this method is for you.

TranslatePress is the best WordPress translation plugin on the market. It allows you to easily create a multilingual website using a live editor for quick and easier translation.

It works out of the box and allows default WordPress search to display multilingual results.

The disadvantage of this method is that it uses the default WordPress feature which is not very good at fetching the right results.

If you haven’t used TranslatePress before or need help, then see our tutorial on how to easily create a multilingual WordPress website.

Note: Keep in mind that the free version of TranslatePress only allows you to translate your website into one other language. So if you want to add multilingual search in WordPress for more than two languages, then you’d need to buy the TranslatePress Premium version.

Once you have translated some content on your WordPress website. It is time to add the search form.

Add a Search Block to your WordPress Site

WordPress comes with a built-in search block that you can add anywhere on your website.

If you’re using a block-based theme like Ultra, then you’ll be using the full site editor to add the search block.

Simply visit the Appearance » Editor page from the WordPress dashboard.

This will launch the full site editor which looks a lot like the block editor you use for writing posts and pages.

Now, click on the add block button (+) to add the Search block.

Adding search block in site editor

You can move the search block up and down to display it anywhere on the page.

Search block also comes with a few style options that you can choose from the block toolbar or settings.

Search block settings

Once you are finished, don’t forget to click on the Save button to save your changes.

You can now visit your website to see the search form in action.

Search form preview

On the other hand, if you’re using a theme that does not support the full-site editor, then you can add a search form as a widget.

Simply go to the Appearance » Widgets page from the WordPress admin dashboard.

Here, click the Add widget block button (+) and add the Search block to your widget area.

Search widget

Once the ‘Widget Block Menu’ opens up, locate the ‘Search’ block and add it to your WordPress sidebar.

Don’t forget to click the ‘Update’ button at the top to save your changes.

Once you’ve saved the changes, visit your site and see the search box in action.

Website preview

Method 2: Adding Multilingual Search Using SearchWP (Recommended)

The default WordPress search feature used by TranslatePress is not very good. It is quite basic and only looks for search terms in certain places.

This is where SearchWP comes in.

It is the best WordPress search plugin on the market and allows you to easily replace the default WordPress search with a more powerful search feature.

SearchWP

SearchWP automatically builds a search index and matches search keywords in content, title, categories, tags, shortcodes, documents, products, and more.

Plus, it automatically replaces the default search form upon activation so you don’t need to replace it if you were already using it on your site.

That being said, let’s take a look at how to easily add a better multilingual search to your WordPress site.

First, you need to install and activate the SearchWP plugin. For more information, see our guide on how to install a WordPress plugin.

After that, go to the SearchWP » Settings page and then click on the ‘License’ menu option to enter your license key.

You can get the license key from your ‘SearchWP Accounts’ page. Simply copy the license key from there.

After that, paste it into the ‘License Key’ field and then click on the Activate button.

SearcWP license

Now, you are ready to create your first custom search engine.

Simply go to the SearchWP » Settings page from the dashboard.

From here, you will see SearchWP’s first default search engine for you. It is pre-configured to work for most websites including multilingual websites.

You’ll see all your post types with different attributes. Next to each attribute there will be a slide that you can move to assign weight for that attribute.

SearchWP settings

You can also click on the Add/Remove Attributes button to include more areas in the search.

For instance, you can add custom fields and taxonomies to the attributes as well.

Add more attributes to search

If you are unsure about a setting, you can leave it as it is. The default options would work for more use cases.

Finally, click on the Save Engines button to store your settings.

SearchWP will now start building your search index in the background.

Now, all you need to do is add the search form to your site.

Add a Search Block to your WordPress Site

SearchWP replaces the built-in search feature, which means you can use the default WordPress search form and it would still use SearchWP to show the results.

If you haven’t already added a search form to your website, then here is how you would add it.

If you’re using a block-based theme, then you’ll be adding a search block using a full-site editor.

Simply go to the Appearance » Editor page from the admin dashboard.

On the edit screen, click on the add block button (+) at the top and add the search block.

You can move the search block to the area where you want to display the search form by moving it up or down.

Adding search block in site editor

Finally, don’t forget to click on the Save button to save your changes.

If you’re using a theme that doesn’t support the full-site editor, then you’ll need to add a search widget to your website’s sidebar or widget-ready area.

For that, head over to the Appearance » Widgets page from the dashboard.

Now click on the add block button (+) at the top to open up the ‘Widget Block Menu’.

From here, locate and add the Search widget to your preferred widget area.

Search widget

Don’t forget to click the ‘Update’ button at the top to save your changes.

Next, simply visit your website and use your improved search box.

Website preview

For more information and detailed instructions, take a look at our guide on how to improve WordPress search using SearchWP.

We hope this article helped you learn how to add multilingual search in WordPress. You may also want to check out our tutorial on how to fix WordPress search errors, and our article on how to create a multilingual sitemap in WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Add Multilingual Search in WordPress (2 Ways) first appeared on WPBeginner.

How to Show Google, Facebook, and Yelp Reviews in WordPress

Do you want to show Google, Facebook, or Yelp reviews in WordPress?

Customer reviews encourage people to trust your website and buy from your business. There are lots of third-party sites where potential customers can see your reviews, but it’s also a good idea to show this content on your own website.

In this article, we will show you how to display business reviews from Google, Facebook, and Yelp in your WordPress site.

How to show Google, Facebook, and Yelp reviews in WordPress

Why You Should Display Business Reviews in WordPress

There are lots of different websites where customers can review your company such as Google, Yelp, and Facebook. However, potential customers will need to visit these third-party websites in order to see the reviews.

With that being said, it’s a good idea to add Google, Yelp, and Facebook reviews to your WordPress website so that everyone can see them. For example, you might show positive reviews on your WooCommerce product pages, or your About Us page.

An example of a website, showing customer reviews

These reviews can convince customers to trust your company, even if they haven’t bought from you before.

You can even use reviews to reduce your cart abandonment rates, by adding them to your custom WooCommerce checkout page.

A custom checkout review page, with customer reviews

With that said, let’s see how you can easily add Yelp, Google, and Facebook reviews to WordPress. Simply use the quick links below to jump straight to the platform you want to use.

How to Show Google, Facebook, and Yelp Reviews in WordPress

You could simply copy and paste the best reviews into your site, and then show them using a customer review plugin. However, depending on the plugin you use, you may need to add new reviews manually, which can take a lot of time and effort.

There will also be a delay between customers posting on sites like Yelp and Facebook, and those reviews appearing on your WordPress website.

With that in mind, it’s a good idea to create a review feed that updates automatically using the Reviews Feed Pro plugin.

This single plugin allows you to show reviews from all the biggest review platforms.

Customer reviews, displayed on a WordPress website

It also comes with pre-designed templates, so you can display your reviews in different layouts including showcases, carousels, grids, and more.

The Reviews Feed automatically copies your website’s design so the reviews look like a natural part of your website, rather than content embedded from another platform.

First, you’ll need to install and activate the plugin. If you need help, then please see our guide on how to install a WordPress plugin.

Upon activation, click on Reviews Feed in the left-hand menu. You can then add your Reviews Feed Pro license key and click on the ‘Activate’ button.

Adding your license to the Reviews Feed WordPress plugin

You’ll find the license key under your account on the Smash Balloon website.

After activating the plugin, you’re ready to show reviews from Google, Facebook, or Yelp.

Method 1. How to Show Yelp Reviews in WordPress

Yelp is a popular website where visitors can review restaurants, brands, services, products, and more.

If your business already has some positive Yelp reviews, then adding them to your website can get you more sales, members, appointments, and more.

An example of a Yelp review feed

If you don’t already have a Yelp account, then you can claim your Yelp business page.

Since Yelp is a public site, you can show reviews from any business that has a Yelp listing. For example, if you own a business listing blog or membership site, then you could show Yelp reviews for different local businesses on your website.

To add reviews to your website, you’ll need to create a Yelp API key. Simply go to the Yelp Developers page and type in your email address.

The Yelp Developers website

Then, click on the ‘Send Login Link’ button.

Note: If you don’t already have an account, then go to the Yelp signup page and follow the onscreen instructions to register.

After a few moments, Yelp will send a one-time login link to your email address. Simply open the email and use the ‘Click to Log in’ button.

Logging into the Yelp Developers website

This takes you to the Yelp Developer Portal.

In the toolbar, click on Manage API Access.

Getting access to the Yelp Developers website

On this screen, type a name for your Yelp app into the ‘App Name’ field. This is just for your reference so you can use anything you want.

After that, open the ‘Industry’ dropdown and choose the industry that best reflects your website or business.

Creating a Yelp app in the Developers console

After that, type in your email address and add a description.

With that done, read the terms and conditions. If you’re happy to go ahead, then check the terms and conditions box, decide whether you want to get email updates from Yelp, and pass the captcha.

Finally, click on the ‘Create New App’ button.

Creating a Yelp add in the Developers console

After a few moments, you’ll see the following message ‘Great, your app has been created! Check your App ID and API Key below.’

You’ll need to add this information to your WordPress website.

How to get a Yelp API key

Simply go to Reviews Feed » Settings in the WordPress dashboard.

Then, scroll to Manage API Keys and click on the small pencil icon next to ‘Yelp.’

How to add a Yelp API key to WordPress

In the popup, add your Yelp API key.

Then, click on the ‘Add’ button.

How to add a Yelp API key to WordPress

With that setup out of the way, you’re ready to add Yelp reviews to your website.

Simply go to Reviews Feed » All Feeds. Then, click on the ‘Add New’ button.

How to show Yelp reviews on your WordPress website

On the next screen, click on ‘Add New’ again.

In the popup that appears, select ‘Yelp’ and then click on the ‘Next’ button.

How to show Yelp reviews on your WordPress blog or online store

You can now add the URL of the Yelp page that you want to use. This can be a page that you own or any public third-party page.

After that, click on ‘Finish’.

Add a Yelp page to your WooCommerce store or WordPress website

Smash Balloon will now show this Yelp page as a possible source.

To go ahead and create the feed, simply check the box next to the Yelp page and then click on ‘Next.’

Creating a Yelp review feed in WordPress

You can now choose a template to use for the review feed, such as a showcase carousel, grid carousel, or even a single review template.

After choosing a design, click on the ‘Next’ button.

Choosing a Smash Balloon template for your Yelp reviews

Smash Balloon will now show the Yelp review feed in its editor, ready for you to fine-tune.

For instructions on how to customize the feed and then add it to your site, skip to the end of this guide.

Method 2. How to Show Google Reviews in WordPress

Google Reviews is another place where customers can review your business online. Once again, positive reviews are important for building trust and getting conversions, but these reviews can also affect where your site appears in the search results.

Lots of positive Google reviews and high rankings may improve your business’s search ranking, especially in local search results.

Google also shows your reviews on relevant search engine result pages.

Google Reviews, in the Google search engine results

By adding these reviews to your website, you can encourage people to visit your Google listing and leave you a positive review.

This may improve your WordPress SEO and the overall star rating that appears in relevant search engine results.

With that being said, let’s see how you can add Google reviews to your WordPress website.

An example of Google reviews, added to WordPress using Smash Balloon

To start, you’ll need to create a Google API key, so head over to the Google Console and sign in using your Google account.

Once you’re logged into the console, click on ‘Google Home.’

The Google Cloud Console

If you’re logging into the Google Console for the first time then you’ll need to accept the terms and conditions.

With that done, click on ‘New Project.’

Creating a new project in the Google Cloud Console

You can now type in a name for the project. This is just for your reference so you can use anything you want.

Once you’ve done that, click on the ‘Create’ button.

Creating a new project in the Google Cloud console

After that, click on the lined icon in the upper-left corner to open the menu.

In the menu, select ‘APIs and services’ and ‘Credentials.’

How to create a Google API key in the Cloud Console

You will now see all your Google projects.

Simply find the project we just created and give it a click.

Creating Google credentials in the Cloud console

In the search field, start typing ‘Places API.’

When the right API appears, give it a click.

Enabling the Google Places API

This takes you to a screen where you can activate the key for making Places API requests.

To do this, simply click on the ‘Enable’ button.

Activating the Google Places API

With that done, press the backwards arrow to return to the main Google Cloud Console dashboard. Here, click on ‘Create Credentials.’

Go ahead and select ‘API key’ from the dropdown menu.

Creating an API key in the Google Cloud Console

After a few moments, you’ll see an ‘API key created’ popup.

You’ll need to add this information to your WordPress blog or website, so make a note of it.

An example of a Google API key, created in the Cloud Console

By default, all of Google’s API keys are unrestricted. To stop other people from using the API key, you’ll need to restrict it by clicking the ‘Edit API Key’ link inside the popup.

This opens a screen showing all your Google API keys. Simply find the key you just created, and give it a click.

Editing a Google API key

Note: If you closed the popup by accident, then don’t worry. You can reach the same screen by selecting ‘Credentials’ in the left-hand menu.

Under ‘Application restrictions,’ click on ‘HTTP referrers (websites).’

Restricting access to your Google API key

Under ‘Website Restrictions,’ click on ‘Add.’

You can now type in the address of your WooCommerce store or WordPress website, and then click on ‘Done.’

How to protect your Google API key

To make sure Smash Balloon can access the Places API, you’ll also need to type in www.googleapis.com and click on ‘Done.’

Under ‘API restrictions,’ select the button next to ‘Restrict key.’

Adding restrictions to a Google API key

With that done, click on the ‘Select APIs’ dropdown menu and check the box next to ‘Google Places API.’

Now we’re ready to click on ‘OK.’

Creating a restricted Google API key

The next step is adding the API key to your site. In the WordPress dashboard, go to Reviews Feed » Settings.

Under ‘Manage API Keys,’ click on the pencil icon next to ‘Google.’

Adding a Google API key to your WordPress website

In the popup, add your Google API key.

After that, click on the ‘Add’ button.

How to add a Google API key to your WordPress website

Now you’ve added an API key, you’re ready to create a feed showing all your Google Reviews.

To do this, go to Reviews Feed » All Feeds, and click on the ‘Add New’ button.

How to add Google reviews to your WordPress website

On the next screen, click on ‘Add New.’

In the popup that appears, click on ‘Google’ and then select ‘Next.’

How to create a Google reviews feed for a WooCommerce site or online store

Now you’ll need to enter the Place ID of the cafe, restaurant, or other venue that you want to use in your feed.

To get the ID, go to Google’s Place ID page and scroll to ‘Find the ID of a particular place.’

How to find the place ID for a business or location

In the Google Maps search bar, start typing the address or name of the place that you want to feature. When the right place appears, give it a click.

Google will now show the place ID in a small popup.

Getting a Google place ID

Go ahead and copy the place ID.

Now, switch back to the WordPress dashboard and paste the ID into the ‘Enter Place ID’ field.

How to add a place ID to your WordPress site

With that done, click on ‘Finish.’

To go ahead and create the feed, you need to check the box next to the Google place you just added, and then click on ‘Next.’

Choosing a Google page as a review source

You can now choose the template you want to use for the review feed, and click on ‘Next.’

Smash Balloon will now create a feed showing all your Google reviews.

A Google review feed, created using Smash Balloon

Do you want to change how the feed looks? Skip to the end of this post for a detailed step-step guide on how to fine-tune the Google Reviews feed, and then add it to your website.

Method 3. How to Show Facebook Reviews in WordPress

Many businesses, websites, and online stores use Facebook to connect with their audience. Facebook also has its own built-in review system, so you may want to add these reviews to your website.

Unlike Yelp and Google, your Facebook page belongs to you, so this is also a way to promote your profile and get more social media followers.

How to show Facebook reviews on a WordPress website

To create a Facebook review feed, go to Reviews Feed » All Feeds.

Then, click on the ‘Add New’ button.

How to create a Facebook review feed in WordPress

On the next screen, click on ‘Add New’ again.

In the popup that appears, click on ‘Facebook’ and then select ‘Connect with Facebook.’

Selecting a source for your Facebook reviews

On the next screen, select the radio button next to ‘Page.’

Once you’re done with that, click on ‘Connect to Facebook.’

Connecting Smash Balloon's review plugin to WordPress

This opens a popup where you can log into your Facebook account and choose the pages where you’ll get the reviews from.

After that, we’re ready to click on ‘Next.’

Connecting the Smash Balloon review plugin to WordPress

Facebook will now show all the information that Smash Balloon will have access to and the actions it can perform.

To restrict Smash Balloon’s access to your Facebook page, just click any of the switches to turn it from ‘Yes’ to ‘No.’ However, be aware that this can affect the content that appears on your website.

With that in mind, it’s a good idea to leave all the switches enabled.

Giving the Reviews Feed plugin access to your Facebook page

When you’re happy with how the Facebook permissions are set up, click on ‘Done.’

After a few moments, you should see a message confirming that you’ve connected your WordPress website and your Facebook page.

That done, click on the ‘OK’ button.

Successfully connecting Reviews Feed and Smash Balloon

Smash Balloon will automatically take you back to the WordPress dashboard, where you’ll see the Facebook page you just connected to your website.

Simply select the checkbox next to the Facebook page and then click on the ‘Next’ button.

How to show Facebook reviews on your WooCommerce store or WordPress website

You can now choose the template you want to use for the Facebook reviews feed.

After making the decision, click on ‘Next.’

Choosing a template for the Facebook feed review

Smash Balloon will now create a feed showing all your Facebook reviews.

Customizing Your Google, Facebook, or Yelp Review Feed

Smash Balloon automatically copies your WordPress theme so any reviews feed you create will fit perfectly with your site’s design. However, Smash Balloon also has an advanced feed editor so you can fine-tune every part of the feed.

No matter whether you create a feed using Google, Facebook, or Yelp, Smash Balloon will open its feed editor automatically.

The Smash Ballon review editor

Note: If you accidentally closed the editor then don’t panic. Simply go to Reviews Feed » All Feeds in the WordPress dashboard, and then click on the ‘Edit’ icon next to the feed.

Smash Balloon shows a live preview of your review feed to the right. On the left is a menu that shows the different settings that you can use to change how the feed looks.

To see what changes you can make, start by clicking on ‘Layout’ in the left-hand menu. Here, you can choose from a Grid, Masonry, or Carousel layout.

As you click on the different layouts, the live preview will automatically update to show the new layout. This makes it easy to try different layouts and find the one you prefer.

Changing the layout of a review feed

You can also change the spacing, how many reviews you include in the feed, and the number of characters WordPress shows from each review.

As you make changes, remember that the feed may look different on smartphones and tablets, compared to desktop computers.

With that being said, it’s a good idea to test the mobile version of your feed using the row of buttons in the right-hand corner. In this way, you can create a review feed that looks just as good on smartphones and tablets, as it does on desktop computers.

Previewing the review feed on smartphones, tablets, and desktop computers

Finally, if you select the Carousel layout then you can change how the reviews scroll using the ‘Pagination’ settings.

For example, you can enable autoplay so the reviews scroll automatically or increase the interval so visitors have more time to read each review.

Showing reviews in a carousel layout

When you’re happy with these changes, click on the small arrow next to ‘Customize.’

This takes you back to the main Smash Balloon review feed editor.

Customizing the review feed using Smash Balloon

The next setting you can explore is ‘Header,’ which controls the text that appears at the top of your feed.

By default, Smash Balloon shows a ‘Review’ headline, your average star rating, and a ‘Write a review’ button.

Customizing the review feed header

This header helps visitors understand the content, while also encouraging them to leave their own review. However, if you prefer then you can remove the header using the ‘Enable’ toggle.

If you do show the header, then you can add or remove content using the Heading, Button, and Average Review Rating checkboxes.

Removing content from a Google, Facebook, or Yelp feed

To change the padding and margins, simply use the settings under ‘Element Header Spacing.’

If you want to change any of the text that appears in the header, then simply click on either Heading, Button, or Average Review Rating. This takes you to an area where you can change the text color, size, and more.

You can also replace the standard text with your own custom messaging by typing into the ‘Content’ field.

Adding a custom header to a Yelp, Facebook or Google review feed

When you’re ready to return to the main editor screen, just click on the ‘Customize’ link at the top of the left-hand menu.

The next setting you can look at is ‘Reviews,’ so give this option a click. Here, you can choose between ‘Post Style’ and ‘Edit Individual Elements.’

Customizing a Facebook, Yelp, or Google review feed

If you select ‘Post Style,’ then you can change how the individual reviews look inside the feed. For example, you can switch to a boxed layout, add a shadow, and change the corner radius to create curved edges.

As you make changes, the preview updates automatically so you can try different settings to see what looks the best on your website.

Adding a boxed layout style to a review feed in WordPress

If you choose ‘Edit Individual Elements,’ then you’ll see all the different content that Reviews Feed Pro includes in each review such as rating, author and date, and the review text.

To remove a piece of content, just click to uncheck its box.

Customizing the content in a review feed

You can also customize how each type of content looks by clicking on it.

For example, in the following image, we’ve changed the color and size of the review content, known as the ‘Review Paragraph.’

Changing the text style in a review feed

When you’re happy with how the review feed looks, click on ‘Customize’ to return to the main Smash Balloon editor.

You can now move to the next settings screen by selecting ‘Load More Button.’

Customizing the 'Load More' button in a WordPress review feed

The ‘Load More’ button allows visitors to scroll through more reviews, so the plugin adds it by default. Since it’s such an important button, you may want to help it stand out by changing the background color, hover state, label, margins, and more.

You can also replace the default ‘Load More’ text with your own messaging by typing into the ‘Text’ field.

A custom Load More button

If you prefer, then you can remove the button completely by clicking the ‘Enable’ toggle.

When you’re happy with how the review feed looks, don’t forget to click on ‘Save.’ With that out of the way, you’re ready to add Google, Facebook, or Yelp reviews to your site.

How to Add Reviews on Your WordPress Website

Now you can add the review feed to your site using a block, widget, or shortcode.

If you’ve created more than one feed using Reviews Feed Pro, then you’ll need to know the feed’s shortcode if you’re going to use a widget or block.

To get this information, go to Reviews Feed » All Feeds and then look at the value under ‘Shortcode.’ You’ll need to add this code to the block or widget, so make a note of it.

In the following image, we’ll need to use [reviews-feed feed=2]

Adding a review feed to WordPress using shortcode

If you want to embed the feed in a page or post, then you can use the Reviews Feed block.

Just open the page or post where you want to show your Yelp, Google, or Facebook reviews. Then, click on the ‘+’ icon to add a new block and start typing ‘Reviews Feed.’

When the right block appears, click to add it to the page or post.

Adding a Reviews Feed block to your WordPress website

The block will show one of your review feeds by default. If you want to show a different feed, then find ‘Shortcode Settings’ in the right-hand menu.

Here, simply add the shortcode you got earlier, and then click on ‘Apply Changes.’

How to add Yelp, Facebook, and Google reviews to your website using shortcode

If you’re happy with how the review feed looks, then you can go ahead and publish or update the page.

Another option is to add the Reviews Feed widget to your website. This is a great way to show positive customer reviews on every page of your site. For example, you might add the widget to the sidebar or WordPress footer.

To add the Reviews Feed widget to your site, head over to Appearance » Widgets. You can then click on the blue ‘+’ icon towards the top of the screen.

How to add the reviews feed widget to your WordPress theme

In the panel that appears, type in ‘Reviews Feed’ to find the right widget.

Then, simply drag the widget onto the area where you want to show the reviews, such as the sidebar or similar section.

How to add reviews a widget-ready area

The widget will automatically show one of the feeds you created using the Reviews Feed plugin. If this isn’t the feed you want to display, then type the feed’s shortcode into the ‘Shortcode Settings’ box.

After that, click on ‘Apply Changes.’

You can now make the widget live by clicking on the ‘Update’ button. For more information, please see our step-by-step guide on how to add and use widgets in WordPress.

Another option is embedding the Google, Facebook, or Yelp reviews on any page, post, or widget-ready area using the shortcode.

Simply go to Reviews Feed » All Feeds and copy the code in the ‘Shortcode’ column. You can now add this code to any Shortcode block.

For help placing the shortcode, please see our guide on how to add a shortcode.

Are you using a block-enabled theme? Then you can use the full-site editor to add the Reviews Feed block anywhere on your website.

In the WordPress dashboard, go to Appearance » Editor.

Adding reviews to your website using the full-site editor (FSE)

By default, the full-site editor will show the theme’s home template. If you want to add the Google, Facebook, or Yelp feed to a different template, then click on the arrow next to ‘Home.’

You can then choose any design from the dropdown, such as the footer template.

How to add Facebook, Yelp, or Google reviews to a FSE template

After choosing a template, simply hover your mouse over the area where you want to show the reviews.

Then, click on the ‘+’ button.

How to add a review block using the WordPress full-site editor

Once you’ve done that, type in ‘Reviews Feed.’

When the right block appears, click to add it to the template.

Adding reviews to your website using the full-site editor (FSE)

As always, Reviews Feed will show a feed by default. You can change this feed by adding a shortcode following the same process described above.

We hope this article helped you learn how to show Google, Facebook, and Yelp reviews in WordPress. You can also go through our guide on the best email marketing services for small businesses and how to create an email newsletter.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Show Google, Facebook, and Yelp Reviews in WordPress first appeared on WPBeginner.

33 Unique Things You Didn’t Know About All in One SEO (Pro Tips)

If you have been reading WPBeginner for a while, then you know that we believe All in One SEO is the best WordPress SEO plugin on the market.

It is our #1 recommendation as the must-have SEO toolkit, and this is the exact tool that we use on our website. For beginners, All in One SEO provides the most comprehensive SEO features in one plugin.

In this article, we’ll share some of the AIOSEO power hacks that will help you take your WordPress SEO to the next level.

Things you didn't know about All in One SEO for WordPress

What Makes All in One SEO The Best SEO Toolkit for WordPress Users?

All in One SEO for WordPress is the original WordPress SEO plugin on the market.

Currently over 3 million websites use AIOSEO including WPBeginner, and it is one of the top 20 most installed WordPress plugins of all time.

There’s also a free version of AIOSEO available that you can use if you’re just getting started.

All in One SEO was first released in 2007, just a few years after WordPress introduced the ability to install plugins to extend WordPress functionality.

All in One SEO plugin

In 2020, AIOSEO was acquired by Awesome Motive (the management company of WPBeginner). Since then, it has evolved into the most powerful and modern WordPress SEO plugin.

We use it on all our websites to improve our WordPress SEO rankings, including WPBeginner. That’s because the features are unmatched by any other SEO plugin on the market.

That being said, let’s take a look at some of the coolest things that you can do with All in One SEO.

Here is a list of topics we’ll cover in this guide.

  1. Ability to Add Dynamic SEO Title and Descriptions
  2. Helps You Write Good Headlines and SEO Titles
  3. Comes with a Dynamic and Customizable Table of Contents Block
  4. Easily Add NoFollow Attribute to External and Referral Links
  5. Generate Keyword Ideas while Writing Posts
  6. Get a Practical SEO Score for Your Content
  7. Comes with The Most Comprehensive Schema Mark up Support
  8. Easier and Extensive Social Media Integration
  9. Add New Links or Cleanup Bad Links with LinkAssistant
  10. Comes with Extensive XML Sitemaps with Powerful Customization Options
  11. Appear in Google News with News XML Sitemaps
  12. Easily Create Customizable HTML Sitemaps
  13. Appear in Video Results with Video Sitemaps
  14. Get Indexed Faster with RSS Sitemaps
  15. 15. Easily Add Your Site to Webmaster Tools & Google Search Console
  16. Get New Content Indexed Quickly with IndexNow
  17. Hack Your WordPress RSS Feeds
  18. Helps You Fix Search Crawl Budget Issues
  19. Easily Setup 301 Redirects
  20. Detect 404 Errors and Fix Them
  21. Easy Full Site Redirects when Moving Site to Different Domains
  22. Faster Redirects Using Server Instead of PHP
  23. Easily Import / Export Redirects
  24. Advanced Yet Easiest Breadcrumb Navigation
  25. Turn On REST API for Headless WordPress
  26. Control Which Users Have Access to SEO Features and Settings
  27. Seamless E-commerce Integration
  28. Powerful Image SEO Features
  29. Safely Edit Robots. txt and . htaccess Files From WordPress Admin
  30. Perform a Quick SEO Audit for Your Site
  31. Compare Competition with Built-in Competitor Analysis
  32. Easily Add No Index to Content You Want to Exclude from Search Engines
  33. Easily Import SEO Data from Other SEO Plugins
  34. Bonus: Getting Started with All in One SEO for WordPress

1. Ability to Add Dynamic SEO Title and Descriptions

SEO titles and descriptions are highly important when optimizing your content for SEO. Search engines assign them slightly more weight than other parts of your content.

The SEO title also appears in search results and can help you get more clicks and bring more traffic to your site.

SEO title appearing in search results

Many site owners often go back to old posts and edit their SEO titles to help optimize them. For instance, you may have mentioned the Current Year or pricing in the title which may become outdated.

All in One SEO allows you to use smart tags in SEO title and description fields. These tags dynamically update to match the conditions they are used for.

For instance, you can add the ‘Post Title’ tag, and it will automatically use your post or page’s title as the SEO Title.

Dynamic SEO title and descriptiion

Similarly, you can use the ‘Current Year’ or ‘Current Month’ tags, and it will automatically display the current year or month in your post title.

AIOSEO comes with the following smart tags that you can select by clicking on ‘View all tags’.

  • Author First Name: The first name of the post author.
  • Author Last Name: The last name of the post author.
  • Author Name: The display name of the post author.
  • Categories: All categories that are assigned to the current post, comma-separated.
  • Category Title: Current or first category title.
  • Current Date: The current date.
  • Current Day: The current day of the month.
  • Current Month: The current month.
  • Current Year: The current year.
  • Custom Field: A custom field from the current post.
  • Permalink: The permalink for the current post.
  • Post Content: The content of your post.
  • Post Date: The date when the post was published, localized.
  • Post Day: The day of the month when the post was published, localized.
  • Post Excerpt: The excerpt defined in your post settings.
  • Post Excerpt Only: The excerpt defined in your post.
  • Post Month: The month when the post was published, localized.
  • Post Title: The original title of the current post.
  • Post Year: The year when the post was published.
  • Separator: The separator is defined in the search appearance settings.
  • Site Title: Your site title.
  • Tagline: The tagline for your site, set in the general settings.
  • Taxonomy Name: The name of the first term of a given taxonomy that is assigned to the current post.

Want to make your SEO title even more attention-grabbing?

How about adding emojis into your post title or description? All in One SEO makes it super easy to use Emojis in your SEO title and descriptions.

Simply click on the emoji button to search and add an emoji.

Adding Emojis to your post title and description

2. Helps You Write Good Headlines and SEO Titles

Now you might already know that CTR (click through rate) plays an important role in SEO rankings.

This means that you have to write good headlines and SEO titles that encourage users to click when your site appears in search results.

All in One SEO comes with a built-in headline analyzer tool. It will automatically show you a score for your post title or headline.

Analyze and improve your headlines

Plus, it will also show you practical tips to improve the effectiveness of your title.

For instance, it may recommend using power words or removing stop words from your SEO title.

For more details, see our tutorial on how to use the headline analyzer in WordPress to improve SEO titles.

3. Comes with a Dynamic and Customizable Table of Contents Block

Reading longer articles can be difficult for your users, and they may lose interest in scrolling down while looking for the information they need.

This is where the Table of Contents block comes in.

It creates a list of topics covered in an article, and you may have seen them in articles here at WPBeginner. In fact, this post has an AIOSEO table of contents at the top!

Clicking on an item in the list takes you to that section in the article.

Table of content example

Not only does a table of content help users, but it also improves SEO.

Search engines like Google may display your table of content items as ‘Jump to section’ links in search results.

Table of Content in SERPs

A table of contents can also make your website appear as the featured snippet for a search keyword.

Google may display it above all results with a much larger excerpt.

Table of content as featured snippet

Previously, WordPress users had to use a separate plugin to generate tables of contents or manually create them.

All in One SEO comes with a dynamic Table of Contents block. Simply add the Table of Contents block to your post or page, and it will automatically generate a table of content based on the headings present in your article.

Add table of content block

You can edit any item in the table by simply clicking on it or hide an item by clicking on the hide button.

You can also reorder items by clicking on the Reorder button. This only adjust the order of the list, not the placement of content in your article.

Rearrange TOC items

Optionally, you can choose a list style for your table of contents.

Currently, it allows you to choose from a plain bulleted list or a numbered list style.

Table of Content list styles

For more information, see our tutorial on how to easily add table of contents in WordPress.

Links or backlinks are an important search engine ranking factor.

When you link to an external website, search engines consider that as a ranking signal. They will pass a small portion of your domain authority (link juice) to the other website.

Many SEO experts believe that they can rank higher in search results by adding the nofollow attribute to external and referral/affiliate links.

All in One SEO makes it super easy to add the nofollow attribute to links in your posts and pages.

Simply select the text that you want to link to and then click on the link button in the block toolbar.

You’ll see the option to add the link URL and a check box to add the nofollow attribute.

Add nofollow to a link using All in One SEO

You can learn more about nofollow by viewing our article on how to easily add nofollow links in WordPress.

5. Generate Keyword Ideas while Writing Posts

Keywords are the focus keyphrases that your users may type in a search engine to find your content.

You can set a focus keyword or keyphrase for an article in All in One SEO settings and then optimize your content around it.

The plugin will show you an SEO score for your focus keyphrase with practical tips to improve it.

Set focus keyphrase and generate additional keywords

The best part is that it also helps you generate additional keyword ideas with Semrush.

Simply click on the get additional keyphrases button and a popup will take you to the Semrush website.

login to Semrush

You can login with your existing account or create a free Semrush account.

After that, you will be asked to give Semrush permission to access your WordPress website. Click on the Approve button to continue.

Approve Semrush

You’ll now see a list of keyword ideas that match your original focus keyphrase.

The list is sorted with high search volume keywords appearing on top.

Keyword suggestions

You can click on the Add Keyphrase button next to a keyword and add it to the additional focus keyphrases for your post or page.

You will now see scores for these additional focus keyphrases with recommendations to improve their score.

Optimize for additional keyphrases

This helps you make your content more comprehensive and useful for your users while making it more authoritative for search engines as well.

To learn more, check out our article on how to do proper keyword research for your WordPress blog.

6. Get a Practical SEO Score for Your Content

All in One SEO gives the most comprehensive and practical SEO score to your content.

It appears as a button on the top right corner of the post editor, clicking on it will bring up the TruSEO panel.

TruSEO score panel

You will see a snippet preview and below that, you’ll find tips divided into the following areas:

  • Focus Keyphrase and Additional Keyphrases
  • Basic SEO
  • Title
  • Readability

You can click on any of them to expand and view the suggestions.

SEO score suggestions

Errors will be highlighted in red with helpful descriptions to fix them.

SEO score is just a recommendation tool and does not guarantee search rankings. Any score above 70 is good for most types of content.

7. Comes with The Most Comprehensive Schema Markup Support

Schema markup is a special type of HTML code that you can add to your WordPress website to tell search engines more about your content.

For instance, you can tell the search engines that a particular page is a blog post, a recipe, a FAQ page, a news article, or a product page. Search engines can then use this data to display rich results.

Rich snippets in search results

Other WordPress SEO plugins only ship with limited schema markup support. Users had to install separate plugins to add proper schema markup for different content types.

All in One SEO solves this problem by adding the most comprehensive Schema markup support available.

It allows you to easily add schema markup in WordPress and WooCommerce. You can set the default Schema markup for different content types from plugin settings.

Schema type

You can also change schema markup for individual posts and pages.

This comes in handy if you want to use your blog posts for different types of content such as recipes, product reviews, articles, and more.

Schema generator

Apart from content, All in One SEO also adds structured data required to be listed in Google My Business and Google Maps searches.

This allows your business to appear in Google Maps and business searches. Your listing gets an extended information panel with directions, phone numbers, business hours, and more.

Local SEO example

Simply switch to the All in One SEO » Local SEO page and provide your business information.

If your business has multiple locations, then you can turn on the Multiple Locations option.

Local SEO settings

After that, the plugin will add a new Locations menu item to your WordPress admin sidebar.

You can now go to the Locations » Add New page to add a business location.

Add new location

This will bring you to the Location editor page. First, you need to provide a title for your location and then add a little description.

You can also review options in the left column to set the location category and featured image.

Location title and basic settings

After that scroll down to the AIOSEO Local Business section.

From here, you can add structured data for your location such as business name, logo, address, phone number, opening hours, and map.

Business information

Once you are finished, go ahead and click on the Publish button to save your location settings.

You can now repeat the process to add more business locations as needed.

For more details, please take a look at our article about adding multiple locations schema markup in WordPress.

8. Easy and Extensive Social Media Integration

Social media platforms are a big source of traffic for many website owners.

All in One SEO comes with super easy and extensive social media integration.

1. Easily Add Social Network Profiles and Default Settings

First, you can go to the All in One SEO » Social Networks page. From here, you can provide social media profile URLs.

Add social media profile URLs

If you use the same handle in all your social media profiles then you can simply check the ‘Use the same username for multiple social networks’ option.

After that, provide your username and All in One SEO will fill in the URLs for you.

The plugin also allows you to easily configure your website for popular social media platforms like Facebook and Twitter.

Setup different social networks

These options allow you to enable Open Graph metadata and provide default information that social media platforms can use when someone shares your content.

For instance, you can choose which image to use when someone shares a post. All in One SEO provides a bunch of options to automatically pick an image for Facebook and Twitter.

Set default image for social media

You can choose the featured image, the first image in the content, any attached image, the author image, any first available image, and more.

After configuring Facebook and Twitter, you can switch to the Pinterest tab. From here, you can also easily add the Pinterest verification code to verify your website on Pinterest.

Pinterest verification code

2. Social Settings for Individual Posts and Pages

Once you have finished the default social networks setup, All in One SEO also provides you options to override these settings for individual posts and pages.

Simply edit a post or page and switch to the Social tab under the AIOSEO Settings section.

Post social settings

From here, you’ll see a preview of how your post will look on Facebook and Twitter.

Below that, you can override the default settings and change the post title, description, and social image.

Override social settings

If you change the data for Facebook, then you can use it for Twitter as well.

Simply switch to the Twitter tab and toggle the ‘Use Data from Facebook Tab’ option.

Use data from Facebook tab

3. Add Social Profiles for Authors

You can also let search engines know which profiles are associated with an author or user on your website.

This allows search engines to discover and display social media profiles when someone searches for a specific person.

User's social media profiles in search results

To add this, administrators can go to the Users » Profile page and other users can simply click on the Profile menu from the WordPress admin sidebar.

From here, switch to the social profiles tab and enter your social media profile URLs.

Author social profiles

Links play a significant role in a website’s SEO rankings. However, as your website grows, you may add more internal links to some older posts than newer posts.

Going back to individual posts and adding links can become a tedious task. Particularly, if you have hundreds of articles.

All in One SEO solves this problem with the Link Assistant. It allows you to easily add links or clean up bad links with one click.

Here is how it works.

First, it automatically crawls your website and shows you a comprehensive link report.

Link assistant overview

From here, you can see an overview of the links with total counts for orphaned posts (posts that are not linked from any other post or page), external links, internal links, and affiliate links.

You can switch to the Links Report tab for detailed information on all your links.

You’ll see a list of all your posts and pages with columns for internal, external, and affiliate links.

Links report

It will also show a number of suggestions where you can add links.

For more details, you can click on the right arrow button next to a post or page.

View links details

This will show all links organized in different tabs. From the suggestions tab, you can quickly view link suggestions and add links without directly editing a post or page.

Want to discover more internal linking opportunities?

Switch to the ‘Linking Opportunities’ tab for more internal linking suggestions or check out the orphaned posts and add links to them.

Linking opportunities

Clean up Bad Links with 1-Click

You can view all external links that your website links to by clicking on the Domains Report tab.

From here, you can select a domain and delete all links to it with a single click.

Easily remove bad or spam links with one click

This makes it super easy to clean up your website if it has been affected by malware that has added links to spam websites.

It also comes in handy when you no longer wish to link to a third-party website and immediately want to remove all links pointing to it.

10. Comes with Extensive XML Sitemaps with Powerful Customization Options

An XML sitemap is a file that lists all your website content in an XML format, so search engines like Google can easily discover and index your content.

WordPress comes with built-in XML sitemaps, but these are too basic and you don’t have any tools to customize them.

All in One SEO comes with extremely powerful XML sitemaps.

Sitemaps in All in One SEO

These custom XML sitemaps are highly customizable. For instance, you can easily include or exclude individual post types or taxonomies.

Plus, you can disable sitemaps for date and author archives.

Sitemap settings

Below that, you can add any standalone page to your sitemap under the Additional Pages option.

For example, you can add your Shopify store or custom landing page hosted on the same domain.

Want to remove some content from your sitemaps? Turn on the Advanced Settings option and you can exclude posts, pages, categories, tags, and more

Advanced sitemap settings

From here, you can also adjust the priority score for your homepage, posts, or taxonomies.

Lastly, you can even exclude images from your XML sitemaps if needed.

11. Appear in Google News with News XML Sitemaps

Do you run a news website or want your blog to appear in Google News?

News results may not only appear prominently on the main search page but can also appear on the News tab or in Google Discover on mobile devices.

News search results

All in One SEO allows you to easily create a News Sitemap which is a requirement for Google News results.

Simply switch to the News Sitemap tab and turn it on.

News sitemap

After that, you can provide a title for your news publication.

Next, you need to choose which post types you want to include in your news sitemap.

News sitemap settings

Need even more control over your news sitemap?

All in One SEO allows you to easily exclude specific items from your news sitemap.

Simply toggle the Advanced Settings switch to show more options. From here, you can search for the post or page you want to exclude and click on the + button to add it.

Exclude post or pages from news sitemap

12. Easily Create Customizable HTML Sitemaps

HTML Sitemaps are sitemaps for your users and can be added anywhere on your website.

HTML sitemap example

They help users easily navigate a website and find the information they need. Many organizations, government websites, and small businesses find them quite helpful.

All in One SEO lets you easily create HTML sitemaps.

Simply go to the All in One SEO » Sitemaps page and switch to the HTML Sitemap tab.

HTML sitemap

From here, you can switch to the toggle next to Enable Sitemap to turn on HTML sitemap.

Below that, you can choose how you want to display the sitemap by choosing one of the following options.

  • Dedicated Page
  • Gutenberg Block
  • Shortcode
  • Widget
  • PHP Code

Click to select your option and it will tell you how to use it.

For instance, choosing the Dedicated Page option, you will be asked to provide URL for a page where you want to display the Sitemap.

Below that, you can choose which post types and taxonomies to include, sorting options, and enable compact archives.

Select post types to include in HTML sitemap

Want to exclude some posts or pages from your HTML sitemap?

No worries, you can simply click on the Advanced Settings section to exclude any content from your HTML sitemap.

Exclude from HTML sitemap

13. Appear in Video Results with Video Sitemaps

Videos are the most engaging type of content and for some search keywords, Google may automatically include video results at the top.

Now, if you regularly publish video content or add video embeds to your posts, then this gives you a huge opportunity to rank higher.

Video search results

Research shows, that users are more likely to click on a result with a video thumbnail than just plain text.

All in One SEO’s Video Sitemaps help you get ready to appear in video search results.

Simply go to All in One SEO » Sitemaps page and switch to the Video Sitemap tab.

Enable video sitemaps

From here you can turn on Video Sitemap and choose which post types or taxonomies to include.

By default, the plugin will divide your sitemap into indexes. These are smaller files containing a limited number of links.

You can also adjust how many links you want to include in a sitemap.

Video sitemap settings

Just like any other sitemap, you can click on the Advanced Settings section to exclude any content that you don’t want to appear in video sitemaps.

14. Get Indexed Faster with RSS Sitemaps

Unlike regular XML sitemaps which have a complete set of links to your content, RSS sitemaps provide search engines links to recent changes on a website.

This helps search engines more easily discover recent changes on a website. Google recommends using both XML sitemaps and RSS sitemap for optimal crawling.

All in One SEO allows you to easily generate an RSS sitemap for your website.

Simply go to the AIOSEO » Sitemaps settings page and switch to the RSS Sitemap tab.

Add RSS sitemap

From here, toggle the Enable Sitemap switch to turn on the RSS sitemap.

Below that you can choose the number of posts and which post types to include.

For more information, take a look at our guide on how to easily add RSS sitemap in WordPress.

15. Easily Add Your Site to Webmaster Tools & Google Search Console

All top search engines provide website owners with easier tools to see how their website is performing in search and get alerts if something goes wrong.

Google calls it Google Search Console. Bing and other search engines call their programs webmaster tools.

Once you sign up for them, you will be asked to verify your ownership by adding a code snippet to your website.

All in One SEO makes it super easy to add the verification code for all webmaster tools under one place.

Simply go to the All in One SEO » General Settings and switch to the Webmaster Tools tab.

Webmaster tools

Now simply click on a search engine, and then add the verification code.

Below that you will also find a text field called Miscellaneous verification. This allows you to add verification codes from any other third-party platforms to your website.

Now if you are wondering how to take advantage of webmaster tools, then you may want to see our expert tips on using Google Search Console like a pro.

16. Get New Content Indexed Quickly with IndexNow

IndexNow is an automatic ping that lets search engines know when a post or page (URL) on your website has been added, deleted, or updated.

This allows search engines to quickly update their search results speeding up overall SEO results.

Simply put, it’s instant indexing!

Currently, it is supported by Bing, but Google has indicated they will be testing it too.

All in One SEO allows you to implement IndexNow on your website with a few clicks.

First, you need to visit All in one SEO » Feature Manager page and toggle the Acivate switch under IndexNow box.

Turn on IndexNow in All in One SEO

That’s all, the plugin will now automatically set up IndexNow for your website by generating an API key.

You can verify it by visiting the All in One SEO » General Settings page and switching to the Webmaster Tools tab.

IndexNow enabled

From here, click on the IndexNow box and you’ll see the API key in place.

To learn more, you may want to see our guide on how to add IndexNow in WordPress for faster SEO results.

17. Customize Your WordPress RSS Feeds to Boost SEO

RSS feeds provide an easier way for users to subscribe to your content using feed readers like Feedly.

WordPress comes with built-in support for RSS feeds and generates separate feeds for your recent posts, categories, tags, archives, authors, and more.

All in One SEO allows you to customize your WordPress RSS feeds and make them more useful for your website.

Simply go to the All in One SEO » General Settings page and switch to the RSS Content tab.

Customize RSS feeds

From here you can add any content you want to display before and after content in RSS feed.

You can even use emojis and smart tags to automatically add elements like post, category, author link, and more.

After content RSS

For instance, All in One SEO automatically adds links back to your original post and website after each post in the RSS feed.

Now if someone uses your RSS feed to steal content from your website, they will be forced to display a link back to your website.

For more information, see our guide on how to optimize WordPress RSS feeds for your website.

18. Helps You Fix Search Crawl Budget Issues

SEO crawl budget is the number of times search engines like Google will crawl pages on your website.

Google sets a crawl budget for different domains based on its own algorithms. However, sometimes this budget is wasted if search bots spend most of the budget crawling less important pages on your site.

All in One SEO helps you fix that problem with the Crawl Cleanup feature. Simply go to the All in One SEO » Search Appearance page and switch to the Advanced tab.

Search appearance advanced

From here, you need to scroll down to the bottom and switch the toggle next to the Crawl Cleanup option.

This will expand the section and will show you a bunch of options that you can exclude from crawling.

Crawl cleanup

For instance, each WordPress category, tag, comments, archive, and author pages has its own RSS feeds. These get crawled, too, but are not highly important.

You can Disable them so that they are excluded from the crawl budget.

Exclude from crawl

For more information, see our article on how to easily fix the SEO crawl budget issues in WordPress.

19. Easily Setup 301 Redirects

The 301 redirect is when a post or page on your site has been moved, and you want to point the user to the new location instead.

All in One SEO comes with a powerful Redirects Manager tool, which allows you to create and manage all sorts of redirects including 301 redirects.

Simply go to the All in One SEO » Redirects page to add a new redirect.

Add 301 Redirect

Enter the old URL in the source field and the new URL in the target field. After that, choose 301 Moved Permanently under the Redirect type option.

Click on the Add Redirect button to save your settings.

The best part is All in One SEO will show all redirects you set up and you can edit or disable a redirect any time you want.

Manage redirects

For more information, see our tutorial on how to create 301 redirects in WordPress.

20. Detect 404 Errors and Fix Them

A 404 error occurs when a user visits a page on your website which is not there anymore. Perhaps it was deleted, the user entered an incorrect URL, or followed an incorrect link.

These errors create a bad user experience and can negatively impact SEO rankings.

Often, they go unnoticed by website owners until a user reports them.

All in One SEO fixes this problem by keeping a log of 404 errors on your website.

Simply go to the All in One SEO » Redirects page and switch to the 404 logs page to view them.

404 error logs in AIOSEO

Now some of these links may be misspelled URLs with few hits, you can safely ignore those. Others would be links to posts that you may have deleted or changed their URLs.

In that case, you can simply click on the Add Redirect button and point that URL to the new location or any other relevant page.

For more details, see our article on how to easily fix 404 errors in WordPress.

21. Easy Full Site Redirects when Moving Site to Different Domains

Are you moving your WordPress website to a new domain name and worried about the SEO consequences?

All in One SEO’s redirect manager comes with super easy Full Site Redirects.

Basically, you can just paste the URL of your new domain name and it will redirect all users coming to your old domain to the exact pages on your new domain name.

Full site redirect in All in One SEO

This helps your new domain to rank quickly in search engines and also reduces the negative SEO consequences of moving to a new domain name.

For more on this topic, check out our guide on moving WordPress to a new domain name.

22. Faster Redirects Using Server Instead of PHP

WordPress comes with a built-in redirects system written in PHP. Many redirect plugins take advantage of it, including All in One SEO.

WordPress is used on many different types of servers and they can have different configurations that may affect redirects. Using PHP avoids dependency on server settings and makes sure that redirects work.

However, these PHP redirects are a bit slower. It is a small compromise and for most users, it is not even noticeable.

Still, some users may want to use the server to set up redirects for improved performance and speed.

All in One SEO gives those users an option to use faster redirects using the web server instead of PHP.

Note: This is a method for advanced users only, as you will need to edit not only your .htaccess file, but also your server configuration files for Apache or NGINX.

To use this method, you’ll need access to your server’s configuration files. You’ll also need to know how to safely make changes to those files.

To set it up, you can go to the All in One SEO » Redirects page and switch to the Settings tab. From here, you can click on the Web Server option under Redirect Method.

Web server redirects

The plugin will then detect your web server and will show you an option to export redirect rules files for your web server which you can then manually place in your .htaccess file or your Nginx config file.

Next, click on the save change button to store your settings.

After that, the plugin will display a line of code that you need to add to your server’s configuration file.

Server configuration code

If you’re using Apache as your web server, then the line should be included in the Apache virtual hosts file. You will then need to restart Apache.

If you’re using NGINX as your web server, then the line should be included in your nginx.conf file. You will then need to restart NGINX.

Keep in mind, too, that using server redirects will prevent AIOSEO from keeping logs of all redirects that occur.

23. Easily Import / Export Redirects

Want to import redirects you set up earlier using some other redirects plugin? Or perhaps you want to export your All in One SEO redirects to use elsewhere?

All in One SEO’s redirects manager can magically import redirects from other popular redirects and SEO plugins.

Simply go to All in One SEO » Redirects page and then switch to the Import / Export tab.

Import or export redirects

From here, you can import redirects from other plugins. All in One SEO can automatically import redirects from the following plugins:

  • Redirection
  • Yoast SEO Premium
  • Simple 301 Redirects
  • Safe Redirect Manager
  • 301 Redirects Pro
  • 30 Redirects
  • Page Links To
  • SEOPress Pro

It can also import redirects from All in One SEO as well.

In the right column, you’ll see options to export All in One SEO redirects data. You can choose to export different types of redirects or export all of them.

Lastly, the plugin also allows you to export your 404 error logs in CSV format. This comes in handy if you want to analyze the data in spreadsheet software like Google Sheets.

24. Advanced Yet Easiest Breadcrumb Navigation

Breadcrumb navigation is a navigational aid that provides users links in relation to where they are on a website’s navigational layout.

It’s like a path to show them how to get back to earlier parts of the website they may have visited before landing on their current page or post.

Breadcrumb preview

This provides users context, helps them discover more sections of your website, and improves user experience.

Search engines also use this information in the result snippet next to the URL.

Breadcrumbs in search results snippet

All in One SEO comes with the easiest and most customizable breadcrumb navigation settings of any WordPress plugin on the market.

First, it automatically adds markup required by search engines to display breadcrumbs without you having to do anything.

It also gives you a full set of tools to customize breadcrumbs and display them on your website.

Simply go to the All in One SEO » General Settings page and switch to the Breadcrumbs tab.

From here, you’ll see different ways to easily display breadcrumbs on your website.

You’ll also see a link that will show you how to use these methods to display breadcrumbs.

Breadcrumbs All in One SEO

Scroll down a little and you’ll find customization options for your breadcrumbs navigation links.

For instance, you can choose which separator you want to use, include a home link, set a prefix, and more.

Customize breadcrumbs

Want to edit the Breadcrumbs template?

Scroll down to the Breadcrumbs template section. There you’ll see tabs for content types, taxonomies, and archives sections.

For instance, under Content Types, you can change templates for posts, pages, products, and attachments.

To edit the template switch the toggle next to ‘Use a default template’ option to reveal the settings.

Override default template

You can then edit the default breadcrumbs template by switching toggles to show or hide the homepage or taxonomy links.

You can also use smart tags and even some HTML if needed. Simply insert the smart tags inside the HTML code anywhere you would put the same static information.

Edit and override breadcrumb templates

For more details, see our guide on how to add breadcrumb navigation in WordPress.

25. Turn On REST API for Headless WordPress

Are you building a headless WordPress website and don’t want to compromise on SEO?

All in One SEO allows you to turn on REST API for headless WordPress development.

Simply go to the All in One SEO » Feature Manager page and activate the REST API feature.

Activate REST API

This allows you to use the All in One SEO metadata and output it into the front end of your website.

See the notes on All in One SEO website on how to fetch SEO data with REST API and output it in your source code.

26. Control Which Users Have Access to SEO Features and Settings

Want to hire an SEO expert to work on your website? All in One SEO gives you powerful access control features so that you can control which parts of your website they can access.

Simply go to the All in One SEO » General Settings page and switch to the Access Control tab.

Access control

First, you’ll see access control options for default WordPress user roles such as Editor, Author, and Contributor.

By default, they will have access to SEO settings for the content that they are allowed to edit in WordPress. To learn more see our WordPress user roles and permissions guide.

Editors also have permission to access SEO settings for General Settings, Search Appearance, Social Networks, and Redirects.

You can change options for each user role by switching the User Default Settings toggle next to a user role.

Edit access options

All in One SEO also adds two new custom user roles that you can use.

  • SEO Manager – By default, they can access SEO settings for General Settings, Sitemaps, Link Assistant, Redirects, Local SEO, and individual pages and posts.
  • SEO Editor – By default, they can access SEO settings for individual pages and posts.
SEO user roles

You can also change their access by switching the Use Default Settings toggle.

To assign a user an SEO role on your website, you will need to add them as a new user in WordPress and set their user role to SEO manager or SEO Editor.

Assign SEO user role

All in One SEO will then immediate apply the right permissions for them to do their job and boost your site’s rankings.

27. Seamless E-commerce Integration

All in One SEO provides the easiest WooCommerce SEO features. It allows you to add an SEO title, description, and product image which is then used by search engines.

It automatically applies schema markup which gives search engines more information to display in rich results for your products.

WooCommerce SEO in All in One SEO

Plus, it includes product sitemaps, breadcrumbs, image SEO, and local SEO features. This makes All in One SEO the most comprehensive toolkit for eCommerce stores.

For more information, see our ultimate WooCommerce SEO guide for beginners.

28. Powerful Image SEO Features

Google image search can be a major source of traffic for many websites.

However, many users forget to add image alt and title tags when uploading images. If you have multiple authors then it becomes harder to notice if someone has missed those tags.

All in One SEO comes with an extensive image SEO addon that allows you to fix this by automatically generating these tags. To keep the software lightweight, it is not enabled by default.

You’ll need to activate it by visiting the All in One SEO » Feature Manager page.

Activate image SEO feature

After that, you need to visit the All in One SEO » Search Appearance page and switch to the Image SEO tab.

The first option here is to redirect attachment URLs.

All in One SEO automatically redirects attachment URLs back to the attachment because the attachment page itself only contains an image and does not have any SEO benefit.

Image SEO settings in All in One SEO for WordPress

Below that, you will find options to set up Image SEO settings. The two most important options here are the Title and Alt tags.

Under the Title tab, you can choose a default title scheme using the smart tags. AIOSEO will use your image file name as the title.

Generate image title for SEO

You can choose to remove punctuation like dashes or underscores. This allows you to convert your image title from ‘our-family-picnic’ to ‘our family picnic’.

Below that, you can also choose the casing for the tags. For instance, you can use all lowercase, title case, or sentence case.

Choose letter case

Optionally, you can exclude posts, pages, or terms where you don’t want the plugin to automatically generate from image titles.

Next, you need to switch to the Alt tag tab and repeat the process.

Set image alternate tags

Similarly, you can also generate captions and descriptions and modify filenames upon upload in a similar manner.

For more details, see our complete tutorial on Image SEO for beginners.

29. Safely Edit Robots.txt and .htaccess Files From WordPress Admin

You may sometimes come across tutorials asking you to edit your robots.txt or .htaccess file.

Editing these files can be difficult for beginners. Not to mention that a mistake there can break your website or affect its SEO.

To make this easier and safer for beginners, All in SEO comes with a built-in file editor where you can edit your robots.txt and .htaccess files without using FTP.

You can do that by visiting the All in One SEO » Tools page. For the robots.txt file, you can click on the button to view your current robots file.

Robots file editor

You can also enable a custom robots.txt file and create an all new one.

Below that, you can allow or deny any user agents, and they will be added to robots.txt.

Allow or block user agents

The .htaccess Editor tab will display the contents of your current .htaccess file.

You can simply edit it right there.

.htaccess file editor

Note: You need to be very cautious about editing these files. A tiny mistake can break your website or damage its SEO.

30. Perform a Quick SEO Audit for Your Site

A lot of businesses hire SEO specialists and pay them to perform SEO audits for their websites.

All in One SEO helps you save money by allowing you to do a quick SEO audit for your website. This allows you to save money by fixing important SEO issues on your own.

Simply go to the All in One SEO » SEO Analysis page and the plugin will show you an SEO score of your website.

SEO analysis

Below that, it will show you a checklist of SEO recommendations.

From here, you can see the issues that it found. Clicking on them will display a description of how to fix them.

SEO checklist

As you can see in the image above, AIOSEO often has a button directly on the audit screen for you to use and fix the issues immediately.

31. Compare Competition with Built-in Competitor Analysis

Want to see how your competition is doing in terms of SEO?

All in One SEO can perform a quick SEO audit of your competitor’s websites too.

You can simply go to the All in One SEO » SEO Analysis page and switch to the Analyze Competitor Site tab.

analyze your competition

To learn more see our guide on how to do an SEO competitor analysis in WordPress.

32. Easily Add No Index to Content You Want to Exclude from Search Engines

Want to exclude some posts or pages from search engine?

All in One SEO makes it super easy to No Index any content on your website with a click.

Simply edit the post, page, product, custom post type, or taxonomy that you want to remove or exclude from search engines and scroll down to the AIOSEO settings section.

From here, you need to switch to the Advance tab and toggle the switch next to the Use Default Settings option. This will reveal a bunch of options.

No Index content

You can check No Index and No Follow to make sure that search engines don’t include this item in search results.

Additionally, you can block any archival of this page, translation, image index, snippet, or no ODP (open directory project). You can also set Max video preview to -1 to ensure that no embedded video preview is displayed.

33. Easily Import SEO Data from Other SEO Plugins

Want to switch from your old WordPress SEO plugin to All in One SEO for WordPress?

The good news is that All in One SEO comes with a built-in SEO data importer tool that fetches SEO data from your old plugin and imports it into All in One SEO.

Once you install and activate the All in One SEO plugin it will launch the setup wizard. During this, it will detect your old SEO plugin and give you the option to import SEO data from that plugin.

Import SEO data from other plugins

It will automatically detect your old SEO plugin when you run the setup wizard and offers to import your SEO data.

You can also manually import SEO data by visiting the All in One SEO » Tools page and switching to the ‘Import/Export’ tab.

Import SEO data manually

Find the ‘Import Settings From Other Plugins’ section and select your old SEO plugin from the drop-down list and then select the items you wish to import.

After that, simply click on the ‘Import’ button to fetch the data.

Import settings

All in One SEO can fetch the following SEO data.

  • Your plugin’s SEO settings
  • Post meta such as SEO title and description
  • Term meta such as SEO title and descriptions for your categories and tags.

Bonus: Getting Started with All in One SEO for WordPress

Did you know that getting started with All in One SEO for WordPress is super easy?

All you have to do is simply install and activate All in One SEO for WordPress plugin. For more details, see our tutorial on how to install a WordPress plugin.

Note: All in One SEO for WordPress is a premium plugin but it also has an incredibly powerful free version called All in One SEO Lite.

Upon activation, the plugin will launch a step by step set up wizard. Simply answer a few questions to complete the setup wizard.

After that, you’re ready to go!

Click let's get started AIOSEO setup wizard

Need more help? See our tutorial on how to properly install and set up All in One SEO for WordPress.

We hope this article helped you discover unique things that you probably didn’t know about All in One SEO. You may also want to see our complete WordPress SEO handbook for beginners or take a look at our pick of essential WordPress plugins for all websites.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post 33 Unique Things You Didn’t Know About All in One SEO (Pro Tips) first appeared on WPBeginner.