Forum
Perch SEO tags
Hi,
I am wondering why the following is output when no checkbox is selected for a particular page in Perch:
<meta name="robots" content="" />
Is this not telling a search engine to not index and not follow links?
There is a robots.txt file, which has the following content:
# robotstxt.org/
User-agent: *
so does this suffice for proper indexing and following of links for say, Google?
That's empty, so it's not telling a search engine anything.
You can edit the default page attributes templates in the same way as any other Perch template. So just add there what you would like.
Thanks for that.
According to google SEO, the most restrictive robots are used, so if I hard coded for example:
into a .php file, would this "override' what is coming from Perch, since I note; Perch has no options other than to deny.
Perch doesn't output anything you need to override. Are you talking about the example SEO page attribute template? If so, just change it to use whatever you want. It's an example only.