Hi, I would like to know how to edit a title tag? Where go to edit it?
-
Hi, I would like to know how to edit a title tag? Where go to edit it?
-
So this will really depend on how your website is set up, what CMS you are using etc. In general whatever CMS your site is one should have, on each page, the ability for your to edit all fields for that page, including the title tag.
-
Your title tag is held within the portion of your websites ... and depending on how you access your code you will find it in probably one of a few locations.
If you edit your code direct using your code editor of choice, you will probably find your tags which contain your <title>'s in a header.inc file, or the specific page html file you want to update. In a CMS however, such as wordpress, it will likely be editable directly by the post or page you are editing when found in your created listings.<br /><br />If you right click and view the source of your page in a browser you will find your <title> tags position.<br /><br /><html><br /><head><br /><!-- IN HERE IS YOUR META --><br /><strong><title>YOUR PAGE TITLE - and following conventions such as brand etc</title>
As per the above, it depends what type of system you run.