Title: Plugin pulling post/page ID
Last modified: August 16, 2023

---

# Plugin pulling post/page ID

 *  Resolved [chloedriver](https://wordpress.org/support/users/chloedriver/)
 * (@chloedriver)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/plugin-pulling-post-page-id/)
 * We use the plugin but since installation we’ve noticed strange URLs being pulled
   into Google Search Console that contain the page/post ID. Example would be [https://www.celayix.com/?p=19809](https://www.celayix.com/?p=19809)
 * Only today I spotted that there is a “Same as” line of code in the wpsso schema
   markup. This line of code is pulling the page/post ID. It looks like this:
 * “@id”: “/blog/ai-ebook/#sso/blog-posting/19809”, “@context”: “[https://schema.org&#8221](https://schema.org&#8221);,“
   @type”: “BlogPosting”, “url”: “[https://www.celayix.com/blog/ai-ebook/&#8221](https://www.celayix.com/blog/ai-ebook/&#8221);,**“
   sameAs”: [ “[https://www.celayix.com/?p=19809&#8221](https://www.celayix.com/?p=19809&#8221);**
 * Is there a way to stop this from happening?
    -  This topic was modified 2 years, 9 months ago by [chloedriver](https://wordpress.org/support/users/chloedriver/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-pulling-post-page-id%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/plugin-pulling-post-page-id/#post-16983491)
 * That is the WordPress shortlink (see [https://developer.wordpress.org/reference/functions/wp_get_shortlink/](https://developer.wordpress.org/reference/functions/wp_get_shortlink/)).
 * You can tell WPSSO not to use the WordPress shortlink by adding the following
   to your functions.php file:
 * add_filter( ‘wpsso_add_link_rel_shortlink’, ‘__return_false’ );
 * js.
 *  Thread Starter [chloedriver](https://wordpress.org/support/users/chloedriver/)
 * (@chloedriver)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-pulling-post-page-id/#post-17047697)
 * Hi JS,
 * We used the Snippets plugin to add this PHP code. We set that snippet live on
   Weds 23rd or August – but new URLs featuring the shortlink have appeared, the
   latest being found on Sept 7th.
 * Do you know if there is anything else we can do to fix this?
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin pulling post/page ID’ is closed to new replies.

 * ![](https://ps.w.org/wpsso/assets/icon-256x256.png?rev=3167695)
 * [WPSSO Core - Complete Schema Markup and Meta Tags](https://wordpress.org/plugins/wpsso/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsso/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsso/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsso/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsso/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsso/reviews/)

## Tags

 * [wordpress blog](https://wordpress.org/support/topic-tag/wordpress-blog/)

 * 2 replies
 * 2 participants
 * Last reply from: [chloedriver](https://wordpress.org/support/users/chloedriver/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-pulling-post-page-id/#post-17047697)
 * Status: resolved