// 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(); }); On-Page SEO Check List

On-Page SEO Check List

In 2025, digital competition is even tougher, and getting top rankings on search engines is harder than before. In this situation, on-page SEO is very important for your website’s success. With the right on-page SEO, you can not only rank higher but also give a better experience to your users.

This “On-Page SEO Checklist 2025” covers all the important points to make your website SEO-friendly. Let’s see what you should focus on for better on-page SEO in 2025.

  • Focus Keyword use in the URL
  • Focus Keyword in the SEO Title
  • Focus Keyword use inside SEO Meta Description
  • Focus Keyword appears in the first paragraph of the content
  • Focus Keyword in the content
  • Content will up to 2000 words long as per demand
  • Use Focus Keywords in Sub-Heading
  • Use the internal link [ DoFollow ] up to 2-3
  • Use External link [ NoFollow ] in content up to 1-2

Keep in mind:

  • Never give backlinks to your competitors. (Same niche)
  • Never give backlinks to similar posts
  • Never give backlinks on main keywords

How to give an external link

  • Always give nofollow backlinks
  • Always try to give one backlink or a maximum of 3. (1-3)
  • Big & Relevant site
  • Popular site
  • Trustworthy site
  • Link to some study or research
  • Link to authentic data sources
  • SEO title will be positive or a negative sentiment (if possible)
  • Use Call to Action in the meta description. Like – Read more…, Buy Now, Learn more or download.. “Depends on user search intention”.
  • Readability: Use bullet points, numbered lists, categories, sections, headings and subheadings to organise your text. Be sure to write in an understandable, clear, and brief manner. Always remember “Quality over Quantity”
  • Use to related image or Video

Leave a Comment