A
A
Alexey2016-10-25 07:14:57
Search Engine Optimization
Alexey, 2016-10-25 07:14:57

Should you use Bootstrap for large projects?

Hello! How do search engines feel about bootstrap? And is it worth using it on projects such as a culinary site, where textual information is important.
The question arose because of the large number of classes in the class property. It turns out that the text on the page is much less than the code (mainly class names)

Answer the question

In order to leave comments, you need to log in

6 answer(s)
I
iBird Rose, 2016-10-25
@iiiBird

your goal is not correctly set and the question, respectively, too. you have to think backwards. you need a bootstrap for something on this site. really needed? Is it possible to do without bootstrap to implement this? and then decide for yourself whether you need it or not.
ps

due to the large number of classes in the class property
if you read about BEM, it's even a good solution, rather than producing separate blocks and elements.
pps yes. bootstrap is massive and loads. but it is well customizable. and as described above - if you choose what you need in it - here getbootstrap.com/customize you can leave what you need and remove what you don't.

V
Viktor Taran, 2016-10-25
@shambler81

https://mcdonalds.ru/ - they don't seem to complain.
Everyone who says that the bootstrap does not fit, they just work the old fashioned way.
From the point of view of the workbench, he doesn’t care about the bootstrap at all.
From the point of view of the project manager - definitely only bootstrap.

M
marataziat, 2016-10-25
@marataziat

Of course it depends on the task! But still bootstrap - can be used anywhere! And to reduce its size, you can configure it !

X
xmoonlight, 2016-10-25
@xmoonlight

Use includeHTML .
Reduce the code and increase the indexing and loading speed of your pages at times, because. You will be able to more simply and flexibly control all parts of the text on the page.
All you need is to know one tag <include src="file.html"></include>and that's it.
I will add that to customize styles, they can be written once in a common file, for example, critical.css and / or added inside each block inline or as a separate inline block:<style>...</style>

S
Sergey Semenov, 2016-10-25
@semenovstyle

For me, Bootstrap is only needed for quick prototyping or small landings. When you did it once and forgot.

T
Taras Labiak, 2016-10-25
@kissarat

Bootstrap should only be used if applicable. I was developing a social network (evart.com) and the coder gave me a scss based on bootstrap, several times I wanted to kill him, because he was not needed there at all. But he believes that it is mandatory everywhere, frameworks should be used, bicycles are unacceptable.
In any case, I advise you to use the bootstrap classes as a naming standard, regardless of whether the library is used

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question