hello to all My Google webmaster tool is show the duplicate title tag and I am fail to solve this problem because my pages are dynamic pages. How can I resolve this problem. If I am not change it what is the problem in future with my website. My website is this http://www.efinancialfirst.com/
There are various ways to solve duplicate title issues, depends the exact nature of the problem. Some options might be using the canonical tag, noindex dupe pages, etc, etc. If you share which URLs in particular are giving you this error, will help you out.
thanks for the reply I give the urls which have duplicate issues of title and description in my Google webmaster tools. http://www.efinancialfirst.com/vat.php http://www.efinancialfirst.com/downloads.php http://www.efinancialfirst.com/header.php http://www.efinancialfirst.com/under-construction.php http://www.efinancialfirst.com/iec-p.php http://www.efinancialfirst.com/iec.php http://www.efinancialfirst.com/faq.php http://www.efinancialfirst.com/iso_registration.php http://www.efinancialfirst.com/llp_formation.php http://www.efinancialfirst.com/ngo_society_formatio_india.php http://www.efinancialfirst.com/private_company.php http://www.efinancialfirst.com/service_tax.php http://www.efinancialfirst.com/trade-mark.php http://www.efinancialfirst.com/contact_us.php
hmm i guess the problem you have here is that your current CMS system don't let you change these titles ey? Cause they are mostly different pages, i.e. should have a different title.
My website is not in cms it was converted form html to php. If I change the title of the home page, title is change in all 15 webpages. What should I do?
Add this piece of code as mentioned. Go to blogger dashboard > Template > Edit HTML. Search this code <b:if cond='data:blog.metaDescription != ""'> <meta expr:content='data:blog.metaDescription' name='description'/> </b:if> Code (markup): and replace this code with following code <b:if cond='data:blog.url != data:blog.homepageUrl'> <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:blog.metaDescription != ""'> <meta expr:content='data:blog.metaDescription' name='description'/> </b:if> </b:if> </b:if> Code (markup): and you are done...
That's strange.. If you work with CMS, this could be a problem if you have a file (like a header.php) to control the title of the page... But it's strange that it only shows you a PART of your pages to have the same title... Looks really strange. Do you use Wordpress or you did everything manually?
Try these steps too might can solve your problems thats all i did so Step 1. Go to Google Webmaster Tools. Step 2. Select the blog you want to make changes. Step 3. Go to configurations and click on "URL parameters". Step 4. Find the "m" parameter and click on edit. (if you don't find parameter "m" add by yourself) Step 5. Choose "Yes Changes, reorder or narrow the page content". ...hope helped you a bit
Hi John, Go to Google Webmaster Tool >> Crawl >> URL Parameter. Here you can set URL Parameter to avoid distinguish between pages having the same content but URL is different. Lets Googlebot will decide automatically. If you are not sure then read Google Guidelines before using it.