481 Posts in 150 Topics by 238 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1514 Views |
-
Custom Meta Tags on the home page

11 June 2010 at 6:27am Last edited: 11 June 2010 6:29am
Hello,
I've added this to the Custom Meta Tags under Metadata on the "Home page" of the site
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="31 Days" />And changes this in the head section of Page.ss:
<title>$Title » Maritime Museum of San Diego</title> - original
$MetaTags(false)
to$MetaTags
I see the other way to help search is with a robots.txt file - http://www.google.com/robots.txt
Except I have no idea which folders are the ones that should be under "Allow: or Disallow:"
My main goal is to help the SEO of this site, which has been horrible to this point. Will the custom meta tags I added help, or is there a robots.txt for silverstripe that I should use instead?
Thank you,
Alex -
Re: Custom Meta Tags on the home page

12 June 2010 at 10:26pm Last edited: 12 June 2010 10:26pm
Well you could disable things like
/admin/
/dev/You could also put your /assets/ folder if you didn't want that to be indexed. I don't think you will need to list every module as the only urls generated from the modules which are allowed would be images, javascript or css files.
| 1514 Views | ||
|
Page:
1
|
Go to Top |


