InterviewSolution
Saved Bookmarks
| 1. |
__________ prevents search engines from showing a cached link for the page.(a) nobot(b) nofollow(c) noarchive(d) nosearchI have been asked this question in exam.My doubt is from Meta Data in section HTML Fundamentals of HTML |
|
Answer» RIGHT option is (c) noarchive Easy explanation: The “noarchive” meta tag is used to tell browsers not to STORE cached link for the page. A “nofollow” ATTRIBUTE instruct search engines that a hyperlink should not influence the link target’s ranking in search ENGINE. The “noindex” prevents page from being INDEXED. |
|