I apologize, I’m a little ignorant, I installed the plugin and I’m trying to see some sites that connect to mine, I’m sure I have many links or backlinks, I don’t know the difference well, that connect to my site, for example forums or the Facebook page and other places where I linked my site such as in many requests for help exactly like this one, but the plugin doesn’t find even one, where am I going wrong?
]]>Will you please add the functionality option to allow for weekly or monthly cron frequency? I’d really like to use the “Automatically check links” function, but only want it to run every week, or month. My backlink profile does not require rapid frequency, and I’d like to limit the server usage. Thank you
]]>Hi,
I would like to know how to setup the backlinks, if I want to exchange with a URL, where I will put his URL on my site ?
or if I d’ont put his URL link, he will stop the backlinks service with me ?
Thank you for your reply!
Hello, I notice that two critical errors in the Site Health are shown when this plugin is active.
A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.
To fix this, I changed the following file:
seo-backlink-monitor/admin/class-seo-backlink-monitor-admin.php
FIND:
session_start();
REPLACE:
session_start( [
‘read_and_close’ => true,
] );
Hope this helps someone with the same problem as me.
A plugin update to fix this is necessary.
Hello,
I am using your plugin ‘SEO backlink monitor’ on my website : https://therapies-alternatives-bordeaux.fr
Suddenly yesterday, almost all the links went wrong and red as you can see in the screen copy attached.
And I have also received a notification by email telling that the status were ‘NO FOLLOW :-(‘
I don’t know what happened ! Could you help me fix this please ?
Thank you so much,
Great day,
Philippe
]]>Hello
You did a great job. There are a few features that would make this tool perfect.
1. When checking links do it imitating a mobile phone device. It’s because of Google’s Mobile First, and some sites don’t have the same content for mobile and desktop (especially links in the sidebar are “in danger”)
2. You should check if the page is indexed at all. It is enough to find it in results after searching “site:…”, or just check if the page contains “noindex”
Regards
Hi,
Great plugin! Was just wondering if there are any filters, hooks or methods I could use in my frontend templates to determine the status of a link provided by a user and only display their link if they have one to my site?
i.e
User submits their website link on the frontend of my site.
I add that link to the List of Backlinks (or even better a user can be queried for the relevant meta e.g the link ?)
If my link is found on their site display their link.
Any help or suggestions gratefully received!
]]>Hi
I saw one more bug – redirected links are omitted.
For example, there is a link to www.ads-software.com/support that was redirected (301) to BuddyPress/support.
So on the page link looks normal, like href=”https://www.ads-software.com/support/”, but on www.ads-software.com server-side comes redirection to BuddyPress/support (and www.ads-software.com/support/ is no more, deleted).
In this case, the plugin reports false positive (link missing).
Regards
Hello
Nice plugin, good work.
I stumbled upon a bug: it will not recognize a valid link if a combination of big and small letters id used.
For example, when searching for https://www.ads-software.com it will not accept as a valid link https://www.ads-software.com.
Regards
Darko