Amp Validation Error: The author stylesheet specified in tag 'script' is too long - document contains 21759 bytes whereas the limit is 10000 bytes.
If you are trying to validate your AMP HTML webpage and you see the above validation error that it means that you have exceeded the set limit that a javaScript amp-script code you can have for a page.
amp-script is the way you can run JavaScript on AMP-enabled webpages, but there is a set limit,
amp-script has the following restrictions on JavaScript file size:
Maximum of 10,000 bytes per amp-script element that uses a local script via script[type=text/plain][target=amp-script]. Maximum total of 150,000 bytes for all amp-script elements on the page.
Source: https://amp.dev/documentation/components/amp-script/#faq
- You need to remove unwanted javaScript code, try and re-write your code to make it fit 10000 bytes. If you are external libraries like bootstrap or any other UI framework, you may have to avoid it - or use alternatives.
- You can minify your JavaScript and CSS code - this really helps.
- HTML5 HELLO WORLD Example
- All directional arrows codes for HTML
- Adding Sub Headings to Bootstrap Header tags
- Create HTML button that looks like a href hyperlink
- 70+ HTTP Error Codes CheatSheet
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- How to set background color in HTML page?
- Obsolete marquee element alternatives html5
- Base 64 Index, Character and Binary Table
- Get HTML table td, tr or th inner content value with id or name attribute
- Align html element at the center of page vertically and horizontally
- How to add multiple spaces between html page text
- The author stylesheet specified in tag script is too long - document contains 21759 bytes whereas the limit is 10000 bytes
- How to pretty print HTML using Java Code
- W3 HTML validator warning Unable to Determine Parse Mode
- Hyperlink in html (anchor tag) without a underline
- reCaptcha Verification expired. Check the checkbox again
- Auto Refresh Webpage after every x Second or Minute using Meta Tag?
- Chessboard with pieces using pure HTML and CSS
- Default speed of Marquee tag : SCROLLAMOUNT
- Fibonacci series from 1 to 500 table
- 9 Border to DIV Element in HTML Examples
- How to remove old 404 pages ulrs from Google crawler
- Simple Crossword Puzzle example using Pure HTML, CSS and JavaScript
- How to make a div tag clickable
- Failed to sync Gradle project Error:failed to find target android-23 - Android
- Calculate Area of Trapezoid - C-Program
- How to reset Mac Password using Terminal - MacOS
- Run Scripting Language (JavaScript, Python, Groovy, Ruby) in Java - Java
- Create a large dummy file using Mac OS X terminal command - Mac-OS-X
- How to Install glib on Mac - MacOS
- Change CKEditor Table Properties default width - CKEditor
- Step-by-Step: How to delete a git branch from local as well as remote origin - Git