IDN Domains, IDN Domain Forums, Arabic Domains, Chinese Domains, Buy, Sell, and Appraise  

Go Back   IDN Domains, IDN Domain Forums, Arabic Domains, Chinese Domains, Buy, Sell, and Appraise > IDN Development > General Development
Home Chat Register FAQ Calendar Mark Forums Read

General Development General Development

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 13th June 2008, 05:49:04
mgrohan's Avatar
Member
iTrader Rating: (6) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 190
Rep Power: 0
mgrohan is an unknown quantity at this point
Default Add privacy policies to your website

Finally getting round to adding privacy statements to my websites as required by Adsense's (not so) new T&C, also in the process of moving a large portion of my sites from parking to mini sites, which all need privacy statements.

Easy way i found to implement a personalized privacy page to use the following:

Save as privacy.php and upload to your server:

Code:
<title>Privacy Policy</title>
<body style="font-size:12px;">
<div style="padding:18px; margin:20px;">
<p><strong style="text-decoration:underline; font-size:14px;" >Privacy Policy</strong> - <span style="color:#666666;"><?php echo $_SERVER['SERVER_NAME']; ?></span></p>
<p>The privacy of <?php echo $_SERVER['SERVER_NAME']; ?> visitors is important to us. At <?php echo $_SERVER['SERVER_NAME']; ?>, we recognize that the privacy of our
  visitor’s personal information is important. <br>
  <br>
  Here is
  information on what types of personal information we receive and
  collect when you visit <?php echo $_SERVER['SERVER_NAME']; ?>, and how we safeguard your
  information. We never sell your personal information to third
  parties.</p>
<p><strong>Log Files
  
  </strong><br>
  We collect and use the data contained in log files. <br>
  <br>
  The
  information in the log files include your IP (internet protocol)
  address, your ISP (internet service provider, such as AOL or Shaw
  Cable), the browser used to visit our site (such as Internet
  Explorer or Firefox), the time you visited our site and which
  pages you visited within our site.  </p>
<p><strong>Cookies and Web Beacons
  
  </strong><br>
  We do use cookies to store information, such as your personal
  preferences when you visit our site. <br>
  <br>
  This could include only
  showing you a popup once in your visit, or the ability to login
  to some of our features, such as forums.  </p>
<p><strong>Third Party Advertisements
  
  </strong><br>
  We also use third party advertisements on <?php echo $_SERVER['SERVER_NAME']; ?> to
  support our site. <br>
  <br>
  Some of these advertisers may use technology
  such as cookies and web beacons when they advertise on our site,
  which will also send these advertisers (such as Google through
  the Google AdSense program) information including your IP
  address, your ISP , the browser you used to visit our site, and
  in some cases, whether you have Flash installed. <br>
  <br>
  This is
  generally used for geotargeting purposes (showing New York real
  estate ads to someone in New York, for example) or showing
  certain ads based on specific sites visited (such as showing
  cooking ads to someone who frequents cooking sites).  </p>
<p>You can choose to disable or selectively turn off our cookies
  or third-party cookies in your browser settings, or by managing
  preferences in programs such as Norton Internet Security;
  however, this can affect how you are able to interact with our
  site as well as other websites. </p>
<p>This could include the inability
  to login to services or programs, such as logging into forums or
  accounts.</p>
<p>&nbsp;</p>
<p> >> <a href="/" title="Return To <?php echo $_SERVER['SERVER_NAME']; ?> Home">Return To <?php echo $_SERVER['SERVER_NAME']; ?> Main Index</a></p>
</div>
</body>

Then:
in the footer link to the policy:
Code:
<a href="privacy.php">Privacy Policy</a>

Using the above should speed up the process a bit..


Ideally would be great if could convert the punycode to unicode 'on the fly', but that os over my head. Not actually sure if that is even possible..


Maybe would be useful if we could get native translations of privacy policies?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #2 (permalink)  
Old 13th June 2008, 06:56:36
mdw mdw is offline
velcro farmer
iTrader Rating: (2) - old IDNF ratings here
 
Join Date: Apr 2008
Location: the beach
Posts: 90
Rep Power: 0
mdw is an unknown quantity at this point
Default

From SEO perspective it might not be in your best interest to put all that English content on some of your exclusively (language x) sites.

Not to say that privacy policies are a bad idea if taken seriously, especially for sites that collect non-trivial user information; but you're putting a block of standardized English-language content on all of your sites?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #3 (permalink)  
Old 13th June 2008, 07:06:36
IDNChannel Staff
iTrader Rating: (1) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 494
Rep Power: 0
touchring is an unknown quantity at this point
Default

has anyone heard of google enforcing this rule? i got one site not updated yet, still too lazy to play with the code - site bought from someone else.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #4 (permalink)  
Old 13th June 2008, 07:10:35
alexd's Avatar
Premium Member
iTrader Rating: (2) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 170
Rep Power: 0
alexd is an unknown quantity at this point
Default

You could always use the "Privacy Policy Generator" that I created specifically for the changes in the TOS of Adsense. http://www.serprank.com/privacy-policy-generator

I have not heard myself of this rule being enforced yet, but I am sure it will only be a matter of time. Hopefully, Google will send out warning to sites who have not yet complied, rather than simply ban their Adsense account.

Alex
__________________
"She thinks I'm a nice guy. Women always think I'm nice. But women don't want nice. Why is nice bad? What kind of a sick society are we living in when nice is bad?"
George Costanza
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #5 (permalink)  
Old 13th June 2008, 07:11:32
mgrohan's Avatar
Member
iTrader Rating: (6) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 190
Rep Power: 0
mgrohan is an unknown quantity at this point
Default

Quote:
Originally Posted by mdw
but you're putting a block of standardized English-language content on all of your sites?
No at the moment i am translating them (albeit not perfect translations).

Like i said, would be good if people could share native language privacy policies to this thread.

If you have a Thai privacy policy fell free to share here

Quote:
Originally Posted by mdw
Not to say that privacy policies are a bad idea if taken seriously, especially for sites that collect non-trivial user information
Privacy policy is required by all aAdding a privacy policy to hundreds of sites is not something i would be doing just for fun

Quote:
Originally Posted by mdw
From SEO perspective
If worried about SEO

Add no follow to link:
Code:
<a href="privacy.php" rel="nofollow">Privacy Policy</a>
And create a robots.txt:
Code:
User-agent: *
Disallow: /privacy.php
Quote:
Originally Posted by touchring
has anyone heard of google enforcing this rule?
Haven't heard of any, but wouldn't want to take the chance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #6 (permalink)  
Old 13th June 2008, 07:52:39
mdw mdw is offline
velcro farmer
iTrader Rating: (2) - old IDNF ratings here
 
Join Date: Apr 2008
Location: the beach
Posts: 90
Rep Power: 0
mdw is an unknown quantity at this point
Default

I think you're not seeing the forest for the trees. When I can run adsense on my Thai sites I still won't bother doing this because nobody cares including the big G.

Privacy policies were discussed in the late nineties, if memory serves, as a way to not just publish data collection and retention policies, but allow user agents to act on it based on your personal tolerances. IE4 I think it was, started down that path, but nobody cared. It never turned into a real (let alone useful) standard, it just became a place to publish some soothing talk aimed at nervous types who can't get to sleep.

Having said that, published privacy policies remain a very good idea if you collect and store semi-private information associated with identifiable users, and not simply in the aggregate.

Anything beyond that, like storing credit card numbers with usernames and you'd better actually take data management seriously; like reconsider your need for the data and re-think your retention policies. If that's your site I'm describing, you need to publish your policies accurately and concisely, and consider your site a target [and act accordingly!]

Privacy policies, in my humble O, are counterproductive if you're just saying "we store cookies on your machine but we don't keep any bad info, we're nice!" This sort of thing should not generally be encouraged.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #7 (permalink)  
Old 13th June 2008, 08:39:51
mj's Avatar
mj mj is offline
Administrator
iTrader Rating: (3) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 1,271
Rep Power: 1
mj is on a distinguished road
Default

Quote:
Originally Posted by mdw View Post
I think you're not seeing the forest for the trees. When I can run adsense on my Thai sites I still won't bother doing this because nobody cares including the big G.
This is one of those rules that won't be widely enforced, but can be used as a reason to ban you if you have done something else that G doesn't like but that is not explicitly against the rules.

Sort of like how the secret police used to operate in Poland, Romania, etc.

.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #8 (permalink)  
Old 13th June 2008, 09:47:12
IDNChannel Staff
iTrader Rating: (1) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 494
Rep Power: 0
touchring is an unknown quantity at this point
Default

Quote:
Originally Posted by mj View Post
This is one of those rules that won't be widely enforced, but can be used as a reason to ban you if you have done something else that G doesn't like but that is not explicitly against the rules.

Sort of like how the secret police used to operate in Poland, Romania, etc.

.
they don't even have to give a reason to ban you. just say you violated the contract.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #9 (permalink)  
Old 13th June 2008, 09:50:04
mj's Avatar
mj mj is offline
Administrator
iTrader Rating: (3) - old IDNF ratings here
 
Join Date: Apr 2008
Posts: 1,271
Rep Power: 1
mj is on a distinguished road
Default

Quote:
Originally Posted by touchring View Post
they don't even have to give a reason to ban you. just say you violated the contract.
They don't have to give a reason to the account owner, but I bet they have to list a reason internally. If I work for G, I can not just start randomly banning adsense accounts and expect no questioning from my supervisor.

.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
  #10 (permalink)  
Old 13th June 2008, 10:08:27
Premium Member
iTrader Rating: (4) - old IDNF ratings here
 
Join Date: Apr 2008
Location: Haarlem
Posts: 213
Rep Power: 0
Bramiozo is an unknown quantity at this point
Default

Very useful, thanks .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiGoogle Bookmark this Post!Twit this!Yahoo Bookmark this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 07:57:09.


Powered by vBulletin®
All content is licensed as "Creative Commons"

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68