-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pop-up hyperlink triggers 404 #11104
Copy link
Copy link
Closed
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.popupsReferences any component related to Elementor Pro’s Popups feature.References any component related to Elementor Pro’s Popups feature.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.
Metadata
Metadata
Assignees
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.popupsReferences any component related to Elementor Pro’s Popups feature.References any component related to Elementor Pro’s Popups feature.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.
Prerequisites
Description
The href's of pop-up triggers cause 404's for indexing bots and SEO reporting software. I already submitted this to support and they told me it would be in an update, but that haven't happened yet. "%23elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjgxMSIsInRvZ2dsZSI6ZmFsc2V9"
Steps to reproduce
Add pop-up trigger to website
Run a SEO audit using https://seranking.com/
You'll see the HREF attribute of the pop-up trigger returns 404's.
Isolating the problem
Temporary solution
Since a lot of people are commenting I want everybody to be able to see the temporary solution.
Temporary fix I discovered:
For the developers of Elementor Pro
I've discovered the problem. The href value contains %23 instead of an # symbol. When a bot tries to crawl the page, this results into a 404 error, if you copy the link and change %23 to #, you will see the pop-up.
I think this is an issue in the encoding of URL's