Title: Manually Change Structured Data Name
Last modified: October 31, 2020

---

# Manually Change Structured Data Name

 *  Resolved [C13](https://wordpress.org/support/users/c13creative/)
 * (@c13creative)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/manually-change-structured-data-name/)
 * I am trying to change the structured data name to be something other than the
   WP page name. Is there a filter I can use? Hoping to do something like:
 *     ```
       add_filter( 'aioseop_name', 'change_wordpress_seo_name' );
   
       function change_wordpress_seo_name( $name ){
   
       	if ( is_page( ID ) ) {
               return $name;
           }
   
           $name = 'New Name';
           return $name;
       }
       ```
   
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/manually-change-structured-data-name/#post-13617030)
 * There is no filter for this so it’s not possible at this time.

Viewing 1 replies (of 1 total)

The topic ‘Manually Change Structured Data Name’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steve M](https://wordpress.org/support/users/wpsmort/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/manually-change-structured-data-name/#post-13617030)
 * Status: resolved