// Create University add_action('wp_ajax_pp_create_university', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $tbl = $wpdb->prefix.'pp_universities'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('U',$wpdb->insert_id)]); wp_send_json_success(); }); // Create Department add_action('wp_ajax_pp_create_department', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $uni_id = intval($_POST['uni_id']); $tbl = $wpdb->prefix.'pp_departments'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('D',$wpdb->insert_id),'university_id'=>$uni_id]); wp_send_json_success(); }); // Create Branch add_action('wp_ajax_pp_create_branch', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $dept_id = intval($_POST['dept_id']); $tbl = $wpdb->prefix.'pp_branches'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('B',$wpdb->insert_id),'department_id'=>$dept_id]); wp_send_json_success(); }); How To Check Spammy Backlinks

How To Check Spammy Backlinks

There are many tools to check backlinks, like Semrush, Ahrefs, Moz, Ubersuggest, etc. Each of these tools calculates the spam score differently. However, here we will focus on Semrush and explain how to find spam backlinks using this tool.

Step-1: After opening Semrush, you need to go to the Backlink Audit section.

AD 4nXcTsIVds7qo SjajNs

Step 2: After clicking on Backlink Audit, you need to Create Project (you will have to enter the website name and URL).

Step 3: Once the project is created, you will see the spam score details. Click on the project to open it.

Step 4: Now, you can check how high the spam score is and how many spam backlinks are there.

AD 4nXeRrrKz7LIwL5ePu3bk8QVI7vEGb8QCF3l11o tXKw7HaoxcP6udUpLW7s02QA4KUZGtdn EvhBhEQ8A8kBJpb3S5wAsfNOp37EDTtfOPbMZjucTDIZ6utrwj

How to remove spammy backlinks

Usually, these spammy backlinks are removed through Search Console, and you need to submit this file to all the search consoles. However, you should first update the search console where you are primarily doing SEO.

Step 1: After opening the search console, create a .txt file listing all the spammy backlinks.

AD 4nXelNzI7mPzMkOJMqmCTqrR6nok15kdF5Y0OyPVVWuDMU7joQxTppSfL6l8

Step 2: To remove spammy backlinks, go to the Disavow option in Google Search Console. For this, search Disavow Tools on Google, and click on the first result that appears.

AD 4nXcuEEgKf1QKKj gWsmpHwlYEm8l9VRHzpwe 6E KyapxEbSMMi7WeHxvrxh ZFfEzAUv3Q8aELD4TqBmDZBoOKjE8nqcnppP ND86obAbsGhwIBb

Step 3: Now, you will see an interface like this. Here, go to Select Property and choose your website.

AD 4nXeg s83FnVmPBSm1RDwgD8eWP1S0pKc7kFY Rf5z 1xTtHa7Wz t020jA00nSaXzLzZ46hSknZnVFK G0cZe6Em 6ARGc VKnvHSN3v 4pyHNpbex5jo3nYmjgYEV 9sHjX5 bTLv7bVzyB5nXxt

Step 4: After selecting the property, you will get the option to upload the .txt file.

AD 4nXftmzXRC YYl9GzHGxJwyUUxr2ACG BwvLC 3j2F0Gz6t45ttMJa tlNEyAfBSCbzAh3 H 5SfXXJjlobJwH3yAXCsn NryqKn

Step 5: This way, your spammy backlinks will be disavowed in Google Search Console.

Leave a Comment