Open Graph Protocol, Not working.. Help

Status
This thread has been locked.

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I have tried everything..

and no matter what I do my page can't seem to use open graph meta tags..

For example

Using a open graph checker Tool Online : Here

Will tell me this " No Open Graph implementation found! "

I don't know why its saying that when the page has it implemented!

As show in the screenshot below,
bc8076953441f7ebc9ca10bbfa01a2c3.png

I have no clue what to do..
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

iCodeHaven

Java & Web Developer
Supreme
Feedback score
10
Posts
44
Reactions
26
Resources
0
HTML:
<!DOCTYPE html>
<html>
<head>
    <title>Title</title>
    <meta charset="utf-8">
    <meta property="og:title" content="YulxVol">
    <meta property="og:description" content="Be sure to join our discord for any help">
    <meta property="og:url" content="http://www.yulxvol.com/test.html">
    <meta property="og:image" content="http://www.yulxvol.com/assets/images/logo-4.png">
</head>
<body>

</body>
</html>

Check out Codevision for development help -> https://discord.gg/p5MTbCz
 
Last edited:

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
HTML:
<!DOCTYPE html>
<html>
<head>
    <title>Title</title>
    <meta charset="utf-8">
    <meta property="og:title" content="YulxVol">
    <meta property="og:description" content="Be sure to join our discord for any help">
    <meta property="og:url" content="http://www.yulxvol.com/test.html">
    <meta property="og:image" content="http://www.yulxvol.com/assets/images/logo-4.png">
</head>
<body>

</body>
</html>
Hey I tried that and it works ONLY for none https..

example here

Soon as I use https tho it tells me this.

example here
 

iCodeHaven

Java & Web Developer
Supreme
Feedback score
10
Posts
44
Reactions
26
Resources
0
HTML:
<!DOCTYPE html>
<html>
<head>
    <title>Title</title>
    <meta charset="utf-8">
    <meta property="og:title:" content="YulxVol">
    <meta property="og:description" content="Be sure to join our discord for any help">
    <meta property="og:url:secure_url" content="https://www.yulxvol.com/test.html"> # Change to HTTPS
    <meta property="og:image:secure_url" content="https://www.yulxvol.com/assets/images/logo-4.png"> # HTTPS
</head>
<body>

</body>
</html>
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
HTML:
<!DOCTYPE html>
<html>
<head>
    <title>Title</title>
    <meta charset="utf-8">
    <meta property="og:title:" content="YulxVol">
    <meta property="og:description" content="Be sure to join our discord for any help">
    <meta property="og:url:secure_url" content="https://www.yulxvol.com/test.html"> # Change to HTTPS
    <meta property="og:image:secure_url" content="https://www.yulxvol.com/assets/images/logo-4.png"> # HTTPS
</head>
<body>

</body>
</html>
I tried that and still the same..
example here
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I am also using .htaccess to force https I think this is the problem.. I have no idea if there is a work around..
 
Status
This thread has been locked.
Top