When i use some SEO tools to analyze my forum seo problems i faced with bellow error for my old pictures.
I checked source code and i found bellow facts :
for my old picture i have 2 href url that the first one start with http://filedata.... (like above urls that i put in php tag) and its wrong but the second one is corect (without http) like
href="filedata/fetch?id=27555&d=1590427517" that when i click on it, it will redirect to https://mysite.com/filedata/fetch?id...p;d=1590427517. acctually forum used second href url for displaying picture but when i used seo tools, this tools show error of first href.
This problem is just for old pictures and the new ones don't have any problem and their both href urls are the same.
PHP Code:
href="http://filedata/fetch?id=27544&d=1590425646"
href="http://filedata/fetch?id=21903&d=1522181669"
href="http://filedata/fetch?id=20618&d=1522330139"
href="http://filedata/fetch?id=22276&d=1528550844"
I checked source code and i found bellow facts :
for my old picture i have 2 href url that the first one start with http://filedata.... (like above urls that i put in php tag) and its wrong but the second one is corect (without http) like
href="filedata/fetch?id=27555&d=1590427517" that when i click on it, it will redirect to https://mysite.com/filedata/fetch?id...p;d=1590427517. acctually forum used second href url for displaying picture but when i used seo tools, this tools show error of first href.
PHP Code:
<a href="http://filedata/fetch?id=27555&d=1590427517" target="_blank"><div class="img_align_center_wrapper"><a href="filedata/fetch?id=27555&d=1590427517" class="bbcode-attachment"><img alt="structures zabbix 5.0" title="zabbix-5-Structure-1.png"
This problem is just for old pictures and the new ones don't have any problem and their both href urls are the same.
Comment