Bug reports should adhere to Drupal standards.

Before creating a new issue, please:

  • Review existing issues at http://drupal.org/project/issues/salesforce
  • Use latest code from the git repository on Drupal.org on a new Drupal install
  • Include the PHP error message
  • Turn on "log all Salesforce activity" and include any relevant watchdog errors
  • Install a generated WSDL file and clear your WSDL cache (see Working with WSDL Files)
  • Confirm PHP is compiled with SOAP support, and that SOAP support is enabled
  • Confirm whether you were able to successfully:
  • Go through the Troubleshooting steps and include any relevant info
  • Include all the information from the list above, and system information, including operating system, PHP version, and Apache version

Comments

fred6633’s picture

Hello,

There is a line in page.html.twig that reduces SEO score at Google Page speed insights. This is the line:
'a id="main-content" tabindex="-1"'

Google says that links are not searchable because there is a missing "href".

I tried to fix in two ways.

First I changed the code to this: 'a href ="#main-content" tabindex="-1"'.
However now Google did not complain about bad SEO but poor accessibility.

Secondly I simply commented the line out. Now Google is satisfied.

I am not a programmer and do not know if commenting the line out will affect my site in any negative way.

I think this needs to be fixed. We do not want get low SEO scores at Google. Do we?

Kind regards

Fredrik