Mobile app version of vmapp.org
Login or Join
Welton855

: SEO: How to stop certain web-pages from "having importance" Possible Duplicate: SEO - Reducing significance of irrelevant kewords. I wrote "having importance" since I do not really

@Welton855

Posted in: #Noindex #Seo #WebCrawlers

Possible Duplicate:
SEO - Reducing significance of irrelevant kewords.




I wrote "having importance" since I do not really know the right way to say this.

I have certain pages in my site like "Terms of Use" and "Privacy Policy" and all that
admin stuff, and for some reason google gives them great importance, they are in the
footer and don't have any tag or anything so it's kinda weird.

But anyway, I see in Google Webmaster Tools that some of the keywords
for my site are stuff like "Privacy Policy" and of course this has nothing
to do with my site, I don't want those pages to have that big importance,
and probably steal "juice" from the other pages.

What's the best method of stopping this from happening?
maybe this? <META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">

There are links from the "Terms" pages to the home page and other important pages
so is this what I should put?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sue5673885

Yes you can do this by setting the priority within the sitemap.xml

see en.wikipedia.org/wiki/Sitemaps#Element_definitions
example

<url>
<loc>http://www.foo.com</loc>
<lastmod>2011-06-03</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority></url>
</url>


So in your case to set a low importance you could use 0.1 or 0.2 as the priority

10% popularity Vote Up Vote Down


 

@Steve110

The short answer is no. There is no way to tell Google the pages aren't important without simply telling Google to ignore them completely (via, as you have suggested, NOINDEX, although you should really use the robots.txt for this).

It used to be the case that nofollow would cause any page rank that was directed to those pages to be redistributed elsewhere. Use of nofollow to achieve this was know as "Page Rank Sculpting". For a few years now, Google has changed their policy so that instead of redistributing the page rank, it simply evaporates.

Here's an example:

How things used to work - You have a page with 10 links and page rank 5. Five of the links are nofollow so the page rank gets divided between the remaining 5 links, each of the getting 1 point.

How things work now - That same page with 5 followed links and 5 nofollowed still have page rank 5. However, that score is now divided between all 10 links. The 5 followed links each get 0.5 points. Another 0.5 points simply evaporates on each of the nofollowed links.

As such, there's no way to control what pages are more "important". It's an all or nothing, include or ignore situation. As long as a page is included/indexed, Google/Bing/whoever will decide for you how important it is.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme