Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,

I have updated Meta Title and Description from backend, but it's not getting upload in website. I have checked in also view source. HTML tag are there but meta title and description is not getting updated. What could be possible error? When search the url in google search it shows description is bloked by robots.txt

Website: www.sonyliv.com

kindly help

What I have tried:

I have tried uploading meta tile and description from backend panel but its not showing in source code.
Posted
Comments
Sinisa Hajnal 11-Feb-16 3:22am    
Check robots.txt and allow crawlers to your content

1 solution

Your meta was not populated from server. Whatever back-end you meant, it is in the client side.

Your server response was:
HTML
<meta name="title" content="">
<meta name="description" content="">

Populate them from server or use some sort of pre-rendering like PhantomJS | PhantomJS[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900