• Resolved stevewilson

    (@stevewilson)


    When someone enters a WordPress site’s URL in a browser, the home page, and every category page the reader might then pick, is created on the fly. All that’s out there permanently are skeletal files such as home.php, page.php and single.php. There are no static HTML pages with content. The content is tucked away in a database.

    So how does anything get indexed by a search engine? I suppose we could put keywords in a meta line, but without content the search engines can’t verify if our pages are really about what the keywords say they are, so pages would be disqualified, so to say.

    Am I missing a step? Is the website author meant to load a page in the browser, open View > Source, scrape up the end result and leave it out there as an HTML page for the search engines to read?

Viewing 3 replies - 1 through 3 (of 3 total)
  • so how does anything get indexed by a search engine?

    Search engine crawlers are just another type of visitor. When they “request” a page, it is generated on demand for them.

    Thread Starter stevewilson

    (@stevewilson)

    Thanks for the reassurance — and the fastest reply I’ve ever gotten anywhere. Upward and onward.

    Glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What I Don't Get About WordPress’ is closed to new replies.