Prevent PDF from being indexed
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- protectourlands
-
- Posts: 428
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Prevent PDF from being indexed
I have a link to a pdf on a web page. I want to prevent Google and other search engines from indexing the page and especially the pdf. I have set the page to noindex, nofollow. Will this do it? Or do I have to write additional tags? Any advice would be appreciated.
- BaconFries
-
- Posts: 5939
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Prevent PDF from being indexed
A few ways are use one the following "robots.txt" <meta name=”robots” content=”noindex”>
<meta name=”robots”content=”noindex,nofollow”> From Google
https://developers.google.com/search/re ... s_meta_tag
<meta name=”robots”content=”noindex,nofollow”> From Google
https://developers.google.com/search/re ... s_meta_tag
- protectourlands
-
- Posts: 428
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Prevent PDF from being indexed
Thank you BaconFries. I'll try this first. All the best to you.
- BaconFries
-
- Posts: 5939
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Prevent PDF from being indexed
You are welcome and right back at you..