Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9073619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:27:30+00:00 2026-06-16T18:27:30+00:00

This is more of a conceptual question, but it has actual ramifications. Going through

  • 0

This is more of a conceptual question, but it has actual ramifications.

Going through the various SEO plugins I found nowhere a PHP tag that should be embedded in the actual HTML page and echo the meta data. How does it work then?

Simply saving it to the DB doesn’t seem enough. What is the mechanism through which the plugin “injects” the SEO data to the page? and what if I have my own meta tag in the page – Would it override the plugin?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T18:27:31+00:00Added an answer on June 16, 2026 at 6:27 pm

    The mechanisms are usually FILTERS and ACTIONS hooks from the wordpress Plugin API

    This is not particular to the SEO plugins, but to almost all the plugins that change actual content .

    simply put :

    Action Hooks

    Actions Hooks are designs to be used when WordPress core itself, some plugin or theme is giving you a special “breakpoint” to insert your code in order to do some action, or change something while a certain action is triggered .

    Filter Hooks :

    Filter Hooks are very similar to Action Hooks but what they do is to receive a value and potentially return a modified version of that value.

    UPDATE I

    see this simple example (put in your theme´s function.php

    add_filter( 'the_content', 'my_the_content_filter' );
    
    function my_the_content_filter(){
    
    echo ':::::: THIS CONTENT WILL BE ADDED TO ANY POST :::::';
    
    }
    

    or this :

    add_filter( 'the_title', 'my_the_title_filter' );
    
    function my_the_title_filter(){
    echo ':::::: THIS CONTENT WILL BE ADDED TO ANY TITLE :::::';
    }
    

    UPDATE II

    IF however, your question is actually about how SEO works, and not the plugin itself :
    SEO is a big subject, but simply put , it is about the meta-tags, titles, descriptions, links, rels etc … this is what the SEO plugins are changing .

    They change things like –

    • adding automatic descriptions and titles to images
    • changing page titles
    • adding meta tags by post
    • etc etc…

    .. – but they all use the above mentioned mechanism of actions and filters hooks. the fact that you do not see it in the code, is that you do not know what to look for .

    Try to save the page source BEFORE and AFTER the plugin activation, and then do a diff on both. You will see the differences …

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT : this question is very similar to this one but it's more conceptual
So this question is not so much technical but more sort of conceptual. I
This was more of a conceptual question, but I'll provide a particular instance where
this was more a conceptual question, but I was wondering what the best C#
Ok, I'm going to try to make this more clear because my last question
this is more of a conceptual question. Is it aceptable/good programming mixing do/while loops
This is more of a conceptual question than anything. I have a base class
I know this sort of question has been asked before , but I still
I know this question has been possed before, but the explanation was a little
This is more of a conceptual question. If it helps, lets say it falls

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.