Will the below command disallow the .HTML & .HTM pages. Does the comma (') before the dollar sign mean something? Disallow: /*.html'$ Disallow: /*.htm'$
no To block files of a specific file type (for example, .gif), use the following: User-agent: Googlebot Disallow: /*.gif$ PHP: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=156449
I actually want to know what does the Apostrophe (') mean before the dollar ($) sign? What is the significance of an Apostrophe (')?