Home › Forums › Support › #content at the end of url This topic has 1 reply, 2 voices, and was last updated 3 years, 12 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 26, 2019 at 4:35 am #850132 Jagdish Google indexing my post urls with #content at the end. Like https:// mysite. com /my-post/#content Please suggest reason of this and how to remove. GeneratePress 2.2.2GP Premium 1.7.8 March 26, 2019 at 10:52 am #850641 TomLead Developer Lead Developer That’s strange. There’s a link for screen readers in the header which serves as a shortcut for people who need it. You can remove it if you’d like: add_action( 'after_setup_theme', function() { remove_action( 'generate_before_header', 'generate_do_skip_to_content_link', 2 ); } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In