that is relatively easy. you can add this to your theme’s functions.php file
add_action('wp_head', 'add_meta_tags');
function add_meta_tags(){
if(is_search()){
$search_keyword = get_search_query();
echo '<meta name="META_NAME" content="META TESTING" />';
}
}
you may change echo '<meta name="META_NAME" content="META TESTING" />';
as you want to output the meta tags.
however, your theme needs to call wp_head();
for this to work. check your theme’s header.php
file.
Related Posts:
- How to search for (partial match) display names of WordPress users?
- How can i move search results onto a specific page?
- Unified search across separate WordPress installations
- How to insert a span inside a search form?
- Extending search query with additional $sentence value
- Search only blog posts (default WP search widget)
- Exclude pages from WordPress search result page
- Disable Redirect to Product Page on Search Results Page in WooCommerce [closed]
- Combining Meta_Query key values for one array
- Search: Only One Result Returned
- How to redirect search result page to post
- Custom Permalinks Break Search Pagination
- Include Author profile in search results
- Adding arg to search results page
- search only pages if on page
- Which template holds what to display when search returns nothing
- I’m trying to expand the scope of the default WP search algorithm. What am I doing wrong?
- WordPress search not searching pages’ content
- How to return HTTP 404 when no search results found?
- Change query variable for wordpress search
- Search Results: Differentiate posts and pages
- How does WordPress know if a URL doesn’t exist?
- Highlight Search Results in Function.php
- How to make a search form?
- Worried I have a funky .htaccess for WP site in light of strange search engine behavior
- Using ElasticSearch on WordPress
- How to restrict wordpress search to pages and disable products listing search?
- WordPress does not find author pages in search
- Search Everything & WP 3.7 update issues [closed]
- Creating a Search Array From Multiple Tables
- Installing Solr for dedicated search
- custom wp_dropdown_categories items in wordpress
- How do I make search only search in post content?
- How can i preserve wordpress database encoding after using wp-cli search-replace with –export flag?
- Search bar in table in wordpress
- How to sort by columns within a search result without displaying all rows again after sorting
- How to add re-captcha to wordpress search?
- Empty search results return soft 404
- Where should I start looking if I want to implement my own custom search?
- How do I search events between two set dates inside WP?
- searchform.php :: pass second query string variable with same value as ?s=
- Knowledge base high performance Live Search
- How to have search results page sorted by post date
- Limit search to a specific folder in website
- How do i append UNION SQL Query with default search query
- How to add one more query string with search query string
- Why is this search form not submitting when button is clicked?
- Search within table?
- Search returns everything if search term has a space
- BuddyPress – Search members by name and also by username
- Add Google custom search to wordpress.com [closed]
- Include results with tags relevant to the search keyword with JSON rest API v2
- Search function does not work on mobile devices
- Changing the ORDER BY in WordPress default search function
- Show search count by post type
- How Can I Make Dynamic Search Form While Converting Html To WordPress?
- Get the search element only on 404
- Specific website content
- Second page (and next) of search results redirects me to the home page
- search results to a variable in search.php
- Enhancin 404 to contain a search from URL
- Load search results into a div
- Search using ACF repeater
- Search in posts’ attachments: title, caption, description
- Exclude certain Gutenberg blocks from search results
- How to order search results so a specific page appears first when user searches for a particular word?
- make link to search page
- Search results thumbnails different size
- Form for search pages by meta datas
- searchform.php not included by get_search_form when using wp_dropdown_categories
- WordPress User Search Based on Latitude and Longitude
- Remove gray header on Search Result page on WordPress
- How do i get The dropdown to have the value of the sub cat and custom fields
- Why are archived pages showing up in searches and able to be accessed?
- Problem with search results page
- Enable query based wordpress search ?s=
- Partial searches for wp_usermeta
- Search terms in other language turns out to question mark and symbols
- Adding thumbnail to search results & changing content.php
- Create a custom and powerful search form
- How to search for categories instead of products in Woocommerce?
- Search results show only content by admin post authors
- Buddypress Activity search with OR query instead of AND
- WordPress search not able to find text in url
- How to exclude one post format from search result?
- Help with WordPress search
- Custom Search Form WP_Meta_Query – Filtering Custom Fields
- Page/Post path in Search Results
- Search not displaying results
- Relevanssi show only 1 result
- I need a custom search page to lead to search.php but it goes to index.php
- How To Change Url Doing Some Changes in Search Form
- Adding search box for admin on custom admin page
- Different search results with WordPress and Relevanssi
- Return excerpt on Search
- Search results truncated
- “feed” added at the end of my URLs
- Disable – Post search field – for non-admin roles in WP dashboard
- Search results heading and counter not working – Oxygen Builder
- Blocking spambots from Search form