pelia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where put robots tag and robots.txt?Many thanks for your helpful advice!
Forum: Fixing WordPress
In reply to: Where put robots tag and robots.txt?1) OK, I tried adding the noindex stuff in the name tag. From start it looked like this:
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>”
It ended up looking like this:
<meta name=”robots” content=”noindex,nofollow”>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />Do you think this is correct? Should I just add a new line like this?
2) Yes, I meen directoris. OK, that would be in the httpdocs, because then I can see the txt file if i enter my domainname.domain/robots.txt in my browser. But wich directories should I type? Now I have this:
User-agent: *
Disallow: /wp-content/
Disallow: /index.php
Disallow: /wp-content/themes/
Disallow: /wp-content/themes/index.php
Disallow: /wp-content/themes/durable/
Disallow: /wp-content/themes/durable/index.php
Disallow: /wp-admin/
Disallow: /wp-includes/So, I just wrote the first level of directories and also, I tried writing som single files in a manner I made up, with the slashes. Are those unnecessary or perhaps incorrect? Should I also add subdirectories?
Many thanks for your help!
Forum: Installing WordPress
In reply to: Intercontinental hostingMany thanks for taking the time writing your very helpful answer. Good information, and the part about that distance not matters is good news to me – exactly what I wanted to hear … Thanks!