Mobile app version of vmapp.org
Login or Join
Looi9037786

: How to change the way my website appears on Google Search? When I enter my homepage URL on Google, it shows "Index of ~/user" instead of my page title, i.e, "User|Home". Is there a way to

@Looi9037786

Posted in: #GoogleSearch

When I enter my homepage URL on Google, it shows "Index of ~/user" instead of my page title, i.e, "User|Home".

Is there a way to change the way my website appears on Google search? If yes, how?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi9037786

2 Comments

Sorted by latest first Latest Oldest Best

 

@Looi9037786

Your website page should have following tags for better SEO ranks and Search Engine Crawl.

Search engine will read the following data's from your web pages.

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" /> // You can specify the page need to index on Google and follow or not
<meta name="keywords" content="keyword1, keyword2" />
<meta name="description" content=" description." />
<title>My Page title</title>


Only setting above details will not improve your website appearance on Search engines.
Should have valid page content, and proper SEO friendly urls.

Hope it make sense..

10% popularity Vote Up Vote Down


 

@Goswami781

This tutorial should explain everything.

Excerpt:


As explained above, make sure every page on your site has a title
specified in the tag. If you’ve got a large site and are
concerned you may have forgotten a title somewhere, the HTML
suggestions page in Webmaster Tools lists missing or potentially
problematic tags on your site.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme