| Website Help | Google and others.

Status
This thread has been locked.

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I have 2 things I need help with.

1. How do I make my website look like this on google when being searched.


a17b09764851e984f17fb361e447dbe6.png

Using roblox as a example. How would I make my website have link offs to other pages like you see with roblox Groups, Login, Games, ROBLOX Games, etc

---------------------------


2. How do I make a link embed?
6a2533887e3cedfa5bd101aba732dbed.png

d8b756fd15e2a02aaf97a4099ea6d6a8.png


Thank you!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
I have 2 things I need help with.

1. How do I make my website look like this on google when being searched.


a17b09764851e984f17fb361e447dbe6.png

Using roblox as a example. How would I make my website have link offs to other pages like you see with roblox Groups, Login, Games, ROBLOX Games, etc

---------------------------


2. How do I make a link embed?
6a2533887e3cedfa5bd101aba732dbed.png

d8b756fd15e2a02aaf97a4099ea6d6a8.png


Thank you!
Add this to ur website for embeding it


HTML:
 <meta charset="UTF-8">
    <title>TITLE</title> <!-- Name of website -->
    <meta content="index, follow" name="robots">
    <meta content="https://website.com" property="og:url"> <!-- Website link -->
    <meta content="https://website.com/logo.png" property="og:image"> <!-- Website link logo -->
    <meta content="website" property="og:type">
    <meta content="TITLE" property="og:site_name"> <!-- Name of website -->
    <meta name="theme-color" content="#ed6550"> <!-- Main colour of your website -->
    <meta content="https://website.com/logo.png" itemprop="image"> <!-- Website link logo -->
    <meta content="en_US" property="og:locale">
    <meta name="author" content="TITLE" /> <!-- Name of website -->


:)[DOUBLEPOST=1535926454][/DOUBLEPOST]EDIT do it like this

HTML:
<meta charset="UTF-8">
    <title>TITLE</title> <!-- Name of website -->
    <meta content="index, follow" name="robots">
    <meta content="https://oliverball.xyz/" property="og:url"> <!-- Website link -->
    <meta content="" property="og:image"> <!-- Website link logo -->
    <meta content="website" property="og:type">
    <meta content="TITLE" property="og:site_name"> <!-- Name of website -->
    <meta name="theme-color" content="#ed6550">
    <meta content="https://website.com/logo.png" itemprop="image"> <!-- Website link logo -->
    <meta content="en_US" property="og:locale">
    <meta name="author" content="TITLE" /> <!-- Name of website -->
    <meta content="Description here" name="description"> <!-- Description -->
    <meta content="tags, for, your, website" name="keywords"> <!-- tags -->
    <meta content="Description here" property="og:description"> <!-- Description -->
    <meta content="Description here" itemprop="description"> <!-- Description -->

it will look like this

Screen Shot 2018-09-02 at 23.13.51.png
 

Attachments

  • Screen Shot 2018-09-02 at 23.13.51.png
    Screen Shot 2018-09-02 at 23.13.51.png
    9.8 KB · Views: 68
Last edited:

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
Add this to ur website for embeding it


HTML:
 <meta charset="UTF-8">
    <title>TITLE</title> <!-- Name of website -->
    <meta content="index, follow" name="robots">
    <meta content="https://website.com" property="og:url"> <!-- Website link -->
    <meta content="https://website.com/logo.png" property="og:image"> <!-- Website link logo -->
    <meta content="website" property="og:type">
    <meta content="TITLE" property="og:site_name"> <!-- Name of website -->
    <meta name="theme-color" content="#ed6550"> <!-- Main colour of your website -->
    <meta content="https://website.com/logo.png" itemprop="image"> <!-- Website link logo -->
    <meta content="en_US" property="og:locale">
    <meta name="author" content="TITLE" /> <!-- Name of website -->


:)[DOUBLEPOST=1535926454][/DOUBLEPOST]EDIT do it like this

HTML:
<meta charset="UTF-8">
    <title>TITLE</title> <!-- Name of website -->
    <meta content="index, follow" name="robots">
    <meta content="https://oliverball.xyz/" property="og:url"> <!-- Website link -->
    <meta content="" property="og:image"> <!-- Website link logo -->
    <meta content="website" property="og:type">
    <meta content="TITLE" property="og:site_name"> <!-- Name of website -->
    <meta name="theme-color" content="#ed6550">
    <meta content="https://website.com/logo.png" itemprop="image"> <!-- Website link logo -->
    <meta content="en_US" property="og:locale">
    <meta name="author" content="TITLE" /> <!-- Name of website -->
    <meta content="Description here" name="description"> <!-- Description -->
    <meta content="tags, for, your, website" name="keywords"> <!-- tags -->
    <meta content="Description here" property="og:description"> <!-- Description -->
    <meta content="Description here" itemprop="description"> <!-- Description -->

it will look like this

View attachment 150721
Thank you now the search thing lol
 

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
Thank you now the search thing lol
Oh i dont even know xD idk what its called so i dunno what to search to find it i knew how to embed stuff
 

DannyMe

Premium
Feedback score
4
Posts
133
Reactions
63
Resources
0
What you really need to make your website look like that is schema markup. That's web markup to help search engine better understand what your page is about.
 
Status
This thread has been locked.
Top