artesaos / seotools

SEO Tools for Laravel
MIT License
3.04k stars 503 forks source link

SEOtools add // before url #213

Closed SyzbaLinux closed 4 years ago

SyzbaLinux commented 4 years ago

The packages add // before the urls resulting in errors when retrieving the data esp OG info

for example

canonical will be //www.domain.com og:url //www.domain.com og:image

//www.domain.com/img/....

Package Version "artesaos/seotools": "^0.17.1",

SyzbaLinux commented 4 years ago

Issue solved. The above are added when I activate Enable Laravel Page Speed plugin.