Mobile app version of vmapp.org
Login or Join
Megan663

: How to tell Google only crawl direct links? I have some links that want to Google index it so I put those links in a separate simple HTML file, updated my sitemap to Google know about this

@Megan663

Posted in: #Google #Indexing #Links

I have some links that want to Google index it so I put those links in a separate simple HTML file, updated my sitemap to Google know about this page and just link my desired pages on that now I want to Google just index direct links, not page itself how can I achieve it?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

On the "separate simple HTML file" you created, add the following to the <head>

<meta name="robots" content="noindex">


That will instruct Google and other search engines who respect the directive to not index that specific page but will follow the links on that page.

If you really are only interested in Google's index, then use

<meta name="googlebot" content="noindex">


Indexing and crawling is a surprisingly complex subject, and if you want to learn more, I quoted the above information directly from a Google help page, so you may want to start there.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme