Reputation: 369
How do these url shorterner services get their links indexed by google? while mine won't index cause google search consoles says "Page with redirect". I'm just using a simple html page with this code:
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Welcome</title><meta name="keywords" content>
<meta name="description" content>
<meta http-equiv="refresh" content="0; URL=https://yourlink.here">
</head>
For some examples just search site:tinyurl.com
on google and you see a lot of shorten url links indexed. Can someone share me the method?
Upvotes: 1
Views: 45