English 中文(简体)
Website Sitemaps and <priority>, is it working?
原标题:
  • 时间:2009-11-16 20:17:59
  •  标签:
  • seo
  • sitemap

My "Privacy Policy" page is seen more important by Google than other really more important pages on my website.

I m currently creating a script to generate a sitemap, should I bother with the priority?

How do you effectively assign priorities to pages? I consider one of my page important but the page have less content than another one less important to my eyes... but maybe Google bot will see it the other way around.

If my degree of "importantness" differs from the one of Google, will I get penalized on the ranking for a particular page?

Thank you for sharing your black art with us :P

最佳回答

The priority setting is different than what you re thinking. The priority setting is what priority you put to that page for crawling frequency. It doesn t mean you care about that page more than others or anything like that, but how often do you want it crawled?

Google doesn t follow it 100%, but it s pretty good about it, and I would say your privacy policy should be the lowest priority, what you should ask: How often does this page change? For a typical site, it s something like this:

/index.htm  - [10] - New articles posted all the time, crawl it often
/programming - [8] - This is my programming section, doesn t change as much 
/photos - [5] - I update this about 3 times a year. 
/About Us - [1] - This page rarely changes, no need to crawl it a lot. 
/Privacy Policy - [1] - This page rarely changes, no need to crawl it a lot.  

And remember, don t try to game the system. A setting of "10" for all pages just means you re cancelling it all out. And the Google algorithm is an extremely complex method that weeds out people trying to cheat, and I guarantee you priority abuse is addressed somewhere in their engine.

Hope this answers your question, and good luck!

问题回答

暂无回答




相关问题
How to get information form page in Custom XMLSiteMapProvider

First of all I need to tell you that I use URL Rewriting on this project. For the article page this is the url : www.mysite.com/section1/section2/month/day/year/modifiedArticleName For breadcrumbs ...

ASP.Net Menu Control with .sitemap file

I don t have tons of experience with binding sitemap files to the menu control in ASP.Net and wanted to see if this was possible (without a lot custom plumbing). I am using the CSS Friendly Adapters ...

Website Sitemaps and <priority>, is it working?

My "Privacy Policy" page is seen more important by Google than other really more important pages on my website. I m currently creating a script to generate a sitemap, should I bother with the ...

how to install and use MVC Sitemap

since the Sitemap of VS2008 does not work with MVC, I found MVC Sitemap by maartenba on codeplex. But how do I install and use this.. The download is a sample, and below it is a Dll. I m sure the ...

Will an incomplete google sitemap hurt my search ranking?

If I submit a sitemap.xml which does not contain all of the pages of my site, will this affect my search ranking? For example: If my sitemap only contained pages that had been created in the last ...

HTML: How to get my subpages listed on a google search

When you go to Google and perform a search, it will return either one of two type of results: just the title of your webpage, or the title of your web-page plus, lists subpages it found on that web ...

Why is my Sitemap.CurrentNode null?

System.NullReferenceException: Object reference not set to an instance of an object. Making the Sitemap.CurrentNode work in my code is oddly a problem. I haven t figured out how to list code on ...

热门标签