Posts Tagged ‘SEO’

How to remove the meta name=title element from Symfony 1.2 pages

Note: If you are using Symfony 1.0, follow these instructions instead.
A commenter from my prior post on this subject noted that those instructions only worked for Symfony 1.0 so I have updated the instructions to work for Symfony 1.2 (the current release as of this writing).

How to use URL rewriting to control access to www

Having your site respond with content to requests on both domain.tld and www.domain.tld can give the appearance to search engines that your site has duplicate content, so don’t do it. Here’s how:

How to remove the meta name=title element from Symfony pages

Note: If you are using Symfony 1.2, follow these instructions instead.
I came across a slight problem with how the Symfony framework outputs title tag data: it outputs it both to the title element as well as to the meta element with name=”title”. This duplicated data is not optimal and may be considered “spammy”.
In looking to [...]

Subscribe to RSS Feed Follow me on Twitter!