diff --git a/src/Business/Grand.Business.System/Services/Installation/InstallDataRobotsTxt.cs b/src/Business/Grand.Business.System/Services/Installation/InstallDataRobotsTxt.cs index a2065ceb9..542ff7abb 100644 --- a/src/Business/Grand.Business.System/Services/Installation/InstallDataRobotsTxt.cs +++ b/src/Business/Grand.Business.System/Services/Installation/InstallDataRobotsTxt.cs @@ -50,7 +50,8 @@ protected virtual async Task InstallDataRobotsTxt( Disallow: /page/authenticate Disallow: /uploadfileproductattribute Disallow: /uploadfilecheckoutattribute -Disallow: /wishlist" +Disallow: /wishlist +Disallow: /quickview/*" }; await _robotsTxtRepository.InsertAsync(robotsTxt);