My question is, i have a site and i wish to apply http status code as 304 to my site.
That is when the google crawls my site, if the site has no fresh content return 304
else if the site has new content then return 200.
Help me to write a code for applying 304 to my site and where i have to write this code?
That is when the google crawls my site, if the site has no fresh content return 304
else if the site has new content then return 200.
Help me to write a code for applying 304 to my site and where i have to write this code?