Glassman96 Posted May 3, 2010 Share Posted May 3, 2010 I have a article directory site that shows the same title (my main site title)on all the articles. Is there a way to code the script to show the title of the article from each page? Link to comment https://forums.phpfreaks.com/topic/200569-showing-the-same-title-description-for-all-pages/ Share on other sites More sharing options...
codex-m Posted May 10, 2010 Share Posted May 10, 2010 I have a article directory site that shows the same title (my main site title)on all the articles. Is there a way to code the script to show the title of the article from each page? I think the strategy is simple, assuming your post title of the article is saved in the mysql database. You can use PHP script to pull out the title tags from the database for a specific URL. Of course you can grab the URL of the page using PHP also. I think this is possible and simple. For meta description, you may not need to have one, because search engines may automatically return a relevant snippet in the search engine results. Of course, you need substantial content to return related snippets. If your page does not have a content like pages full of images, you can also use PHP script to generate meta description which you can also save in the mysql database. Link to comment https://forums.phpfreaks.com/topic/200569-showing-the-same-title-description-for-all-pages/#findComment-1055771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.