Ich habe für ein Blog folgende Mail erhalten:
------
Hi there!
We operate http://www.designcontest.com.
You have link to us on every page of your WordPress blog as you
downloaded and installed our WordPress template.
As you probably heard Google has released the new algo updates "Panda
3.5" and "Penguin" that targets sites with sitewide (on every page) links.
This means that your site http://tvundfilm.at as well as http://www.designcontest.com
will most likely fall under Google filter and get lower search rankings.
To avoid Google penalty simply remove the link to designcontest.com
by editing your WordPress templates footer.php file.
There are two ways to edit your Wordpress theme footer.php.
1) Use FTP client and edit /public_html/wp-content/themes/[theme name]/footer.php
2) Use WordPress Interface:
a) login to your WP admin panel: http://tvundfilm.at/wp-admin/
b) On the Left Select: Appereance => Editor
c) On the right select Footer.php
Simply replace the content of your footer.php with this code:
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div class="fcred">
Copyright © <?php echo date('Y');?> <a href="<?php bloginfo('siteurl');
?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a>
- <?php bloginfo('description'); ?>.<br />
Wordpress by <a href="http://topwpthemes.com/<?php echo
get_current_theme(); ?>/" ><?php echo get_current_theme(); ?> Theme</a>
<div class='clear'></div>
<?php wp_footer(); ?>
</div>
</body>
</html>
Alternatively you can copy paste the footer code from here: http://topwpthemes.com/footer.php.txt
If you have questions or need help with the above just reply back to
me.
Regards,
John D
johnd@designcontest.com
-----
Sollte ich diese Ernst nehmen oder ist das ein Trick?
LG, Wolfgang